Ora le cose van meglio ma ancora non va. Ci manca poco cmq...
se faccio fdisk -l /dev/sda dice
Codice:
Disk /dev/sda: 259 MB, 259522560 bytes
8 heads, 62 sectors/track, 1021 cylinders
Units = cylinders of 496 * 512 = 253952 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 1021 253177 b W95 FAT32
Ottimo, però se faccio
Codice:
# mount /dev/sda1 /mnt/usbdisk/
mount: you must specify the filesystem type
oppure
Codice:
# mount -t vfat /dev/sda1 /mnt/usbdisk/
mount: wrong fs type, bad option, bad superblock on /dev/sda1,
or too many mounted file systems
Direi che sbaglio qualcosa...l'unica cosa che va è
Codice:
# mount -t usbfs /dev/sda1 /mnt/usbdisk/
Ma se faccio così poi ho delle directory strambe in /mnt/usbdisk tipo
Codice:
# ls -lh /mnt/usbdisk/
total 0
dr-xr-xr-x 2 root root 0 2005-02-04 17:51 001
dr-xr-xr-x 2 root root 0 2005-02-04 17:51 002
-r--r--r-- 1 root root 0 2005-02-04 17:52 devices
Boh