Ho in possesso un hdd (che prima usavo come hdd interno) e sto cercando di montarlo.
Innanzitutto l'ho inserito in un box per hdd sata (ah, il mio hdd è un sata 500gb) e collegato via usb al pc.
Ubuntu lo legge, come potrete notare:
Codice: Seleziona tutto
ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x4e26850c
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
/dev/sda2 206848 250066943 124930048 7 HPFS/NTFS/exFAT
/dev/sda3 250066944 976773167 363353112 5 Extended
/dev/sda5 250068992 258463743 4197376 82 Linux swap / Solaris
/dev/sda6 258465792 945850367 343692288 83 Linux
/dev/sda7 945852416 976773119 15460352 83 Linux
Disk /dev/sdc: 500.1 GB, 500107837440 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773120 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xd75728fb
Device Boot Start End Blocks Id System
/dev/sdc1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
/dev/sdc2 206848 585315441 292554297 7 HPFS/NTFS/exFAT
/dev/sdc3 585316350 976771071 195727361 5 Extended
/dev/sdc5 585316352 960815103 187749376 83 Linux
/dev/sdc6 960817152 976771071 7976960 82 Linux swap / Solaris
voglio montare la partizione di ubuntu (con / e /home nella stessa partizione ossia sdc5), dando da terminale:
Codice: Seleziona tutto
sudo mount /dev/sdc5 /mnt
Codice: Seleziona tutto
mount: /dev/sdc5: can't read superblock
Voglio precisare che nel manuale c'è scritto che funge solo con windows e mac os x (per i driver), ma allora perchè ubuntu legge l'hdd?
Comunque, come posso accedere ai dati di sdc5?
Buona giornata, ps5.

