[Linux-Biella] error moint point
vallini.daniele a bilug.linux.it
vallini.daniele a bilug.linux.it
Mar 23 Set 2014 13:28:27 CEST
Tue, Sep 23, 2014 at 10:30:52AM +0200 carla.fava a istruzione.it ha scritto:
> Per favore, come si risolve questa roba?
>
> quando inserisco un cd o una chiavetta usb, dice:
> error creating moint point: no such file or directory
>
> c'entra qualcosa questo?
>
> # /etc/fstab: static file system information.
> #
> # Use 'blkid' to print the universally unique identifier for a
> # device; this may be used with UUID= as a more robust way to name devices
> # that works even if disks are added and removed. See fstab(5).
> #
> # <file system> <mount point> <type> <options> <dump> <pass>
> proc /proc proc nodev,noexec,nosuid 0 0
> # / was on /dev/sda1 during installation
> UUID=0e8e5822-838a-4cb2-87c3-0c08ba8d6bdd / ext4
> errors=remount-ro 0 1
> # swap was on /dev/sda5 during installation
> UUID=df02f89f-eb86-4c75-bdf7-b721626e99ad none swap sw
> 0 0
Nel tuo /fstab non vedo il punto di mount per la chiavetta USB, da
quanto leggo il device dovrebbe essere /dev/sdb1.
Personalmente sulle mie macchine opero cosi':
- creo una directory primaria sdb1
- inserisco in fstab una riga di questo tipo:
/dev/sdb1 /sdb1 auto rw,user,noauto 0 0
- eseguo mount ed umount a mano con i comandi:
mount /sdb1 umount /sdb1
--
Daniele
Maggiori informazioni sulla lista
Linux