Questo è il mio fdisk -l
sudo fdisk -l
Disk /dev/sda: 122.9 GB, 122941242880 bytes
255 heads, 63 sectors/track, 14946 cylinders
Units = cilindri of 16065 * 512 = 8225280 bytes
Dispositivo Boot Start End Blocks Id System
/dev/sda1 * 1 11473 92156841 83 Linux
/dev/sda2 14570 14946 3028252+ 5 Esteso
/dev/sda3 14565 14569 40162+ b W95 FAT32 (Questa è la partizione da montare)
/dev/sda5 14570 14946 3028221 82 Linux swap / Solaris
Partition table entries are not in disk order
Disk /dev/sdb: 163.9 GB, 163927522816 bytes
255 heads, 63 sectors/track, 19929 cylinders
Units = cilindri of 16065 * 512 = 8225280 bytes
Dispositivo Boot Start End Blocks Id System
/dev/sdb1 * 1 19928 160071628+ 7 HPFS/NTFS
Poi ho creato il link
sudo mkdir /mnt/Dati
Poi ho provato a montarlo a mano (se mi dite come montarlo direttamente nel fstab è meglio)
sudo mount -t vfat -o umask=0000 /dev/sda3 /mnt/Dati
M ami da questo errore presumo di sbagliare filesystem
sudo mount -t vfat -o umask=0000 /dev/sda3 /mnt/Dati
mount: wrong fs type, bad option, bad superblock on /dev/sda3,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
aiutoooo
