come faccio a dire al sistema di utilizzare la vecchia partizione /home e non quella nuova che mi ha creato?
- Codice: Seleziona tutto
crunchbang@crunchbang:~$ sudo fdisk -l
Disk /dev/sda: 81 GB, 81956689920 bytes
255 heads, 63 sectors/track, 9964 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 3 3285 26386668 83 Linux
Warning: Partition 1 does not end on cylinder boundary.
/dev/sda3 3288 9965 53633002 5 Extended
Warning: Partition 3 does not end on cylinder boundary.
/dev/sda6 3288 3473 1486012 82 Linux swap
Warning: Partition 6 does not end on cylinder boundary.
/dev/sda5 * 3473 9965 52146990 83 Linux
Warning: Partition 5 does not end on cylinder boundary.
fstab (che ho appena cercato di modificare senza successo aggiungendo uuid di sda5 ext3 auto,rv) ora avviando da live si presensta cosí:
- Codice: Seleziona tutto
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
aufs / aufs rw 0 0
tmpfs /tmp tmpfs nosuid,nodev 0 0


