Questo è il risultato di cat /etc/fstab
Codice: Seleziona tutto
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
tmpfs /tmp tmpfs nodev,nosuid 0 0
/dev/sda3 /boot ext4 defaults 0 1
/dev/sda5 swap swap defaults 0 0
/dev/sda6 / ext4 defaults 0 1
/dev/sda7 /home ext4 defaults,user_xattr 0 1
Codice: Seleziona tutto
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 testine, 63 settori/tracce, 60801 cilindri, totale 976773168 settori
Unità = settori di 1 * 512 = 512 byte
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Identificativo disco: 0xf3c6f6a7
Dispositivo Boot Start End Blocks Id System
/dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
/dev/sda2 206848 765829119 382811136 7 HPFS/NTFS/exFAT
/dev/sda3 765829120 766021899 96390 83 Linux
/dev/sda4 766021900 976773167 105375634 5 Esteso
Partition 4 does not start on physical sector boundary.
/dev/sda5 766021963 774022269 4000153+ 82 Linux swap / Solaris
Partition 5 does not start on physical sector boundary.
/dev/sda6 774022333 813092349 19535008+ 83 Linux
Partition 6 does not start on physical sector boundary.
/dev/sda7 813092413 976773167 81840377+ 83 Linux
Partition 7 does not start on physical sector boundary.
ps. ho scordato di dire che la partizione interessata è la sda2

