Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


adding_a_second_hard_drive

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
adding_a_second_hard_drive [2023/12/31 16:40] juckinsadding_a_second_hard_drive [2023/12/31 16:46] juckins
Line 18: Line 18:
   * mkdir /disk2   * mkdir /disk2
   * You need to modify the /etc/fstab entry to something like the following   * You need to modify the /etc/fstab entry to something like the following
-    * UUID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX /disk2                  ext4     defaults        1 1+    * ''UUID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX /disk2                  ext4     defaults        1 1''
   * You find the UUID for the new hard disk by going to /dev/disk/by-uuid/ and doing an 'ls -l'   * You find the UUID for the new hard disk by going to /dev/disk/by-uuid/ and doing an 'ls -l'
   * There you will see the UUID pointing to the drive (ex. ../../sda)   * There you will see the UUID pointing to the drive (ex. ../../sda)
adding_a_second_hard_drive.txt · Last modified: 2023/12/31 16:46 by juckins