Codice: Seleziona tutto
luciomormile@luciomormile:~$ sudo mount -a
NTFS signature is missing.
Failed to startup volume: Argomento non valido
Failed to mount '/dev/sdb1': Argomento non valido
The device '/dev/sdb1' doesn't have a valid NTFS.
Maybe you selected the wrong device? Or the whole disk instead of a
partition (e.g. /dev/hda, not /dev/hda1)? Or the other way around?
mount: wrong fs type, bad option, bad superblock on /dev/sdb,
missing codepage or helper program, or other error
In alcuni casi si possono trovare informazioni utili in syslog. Provare
ad esempio 'dmesg | tail'
Codice: Seleziona tutto
luciomormile@luciomormile:~$ sudo fdisk -l
Disco /dev/sda: 40.0 GB, 40007761920 byte
255 heads, 63 sectors/track, 4864 cylinders
Units = cilindri of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0007d2b2
Dispositivo Boot Start End Blocks Id System
/dev/sda1 * 1 4676 37559938+ 83 Linux
/dev/sda2 4677 4864 1510110 5 Esteso
/dev/sda5 4677 4864 1510078+ 82 Linux swap / Solaris
Disco /dev/sdb: 320.0 GB, 320072933376 byte
255 heads, 63 sectors/track, 38913 cylinders
Units = cilindri of 16065 * 512 = 8225280 bytes
Disk identifier: 0x44fdfe06
Dispositivo Boot Start End Blocks Id System
/dev/sdb1 1 38913 312568641 c W95 FAT32 (LBA)
grazie mille
