adding_a_second_hard_drive
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| adding_a_second_hard_drive [2023/12/31 16:16] – juckins | adding_a_second_hard_drive [2023/12/31 16:46] (current) – juckins | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| * Select the /dev/sda disk using the pull-down menu in the upper right corner | * Select the /dev/sda disk using the pull-down menu in the upper right corner | ||
| * Note that the primary disk is / | * Note that the primary disk is / | ||
| - | * | + | * Device > Create Partition Table... |
| + | * Choose the default ' | ||
| + | * Partition > New | ||
| + | * Select defaults except for the following: | ||
| + | * Partition name: disk2 | ||
| + | * Label: disk2 | ||
| + | * File system: ext4 | ||
| + | * Click Add | ||
| + | * Click green check mark to Apply All Operations | ||
| + | * Open an xterm as root | ||
| + | * mkdir /disk2 | ||
| + | * You need to modify the /etc/fstab entry to something like the following | ||
| + | * '' | ||
| + | * You find the UUID for the new hard disk by going to ''/ | ||
| + | * There you will see the UUID pointing to the drive (ex. ../ | ||
| + | * Use that information to update ''/ | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * Ensure you see /disk2 mount and you can cd in and touch/ | ||
| + | * Reboot to ensure disk mounts correctly | ||
adding_a_second_hard_drive.1704057401.txt.gz · Last modified: by juckins
