Relocating a filesystem /dev/hdb partition & format it move file to it /home Associate /home with it permanently 1. Install new drive double check jumpers large drivers & old BIOS sometimes incompatible 2. Create partition table and mount it mke2fs -c -j /dev/hdb1 (-c -j) mkdir /mnt/driverb (temporary month point ) mount -t ext3 /dev/hdb1 Full Article…
Viewing 1 item
Relocating a filesystem