User Tools

Site Tools


fstab

Add another disk to the server

  • Firstly check the UUID of the disk you want to ad by using this command
sudo blkid
  • Copy the UUID
  • Then make a directory within the /media directroy e.g.
sudo mkdir /media/disk1
  • open up fstab
sudo nano e/tc/fstab
  • On the last line enter this
UUID=[insert ID] /media/library ext4 defaults 0 2
  • Save the file, and then mount the disk using this command
sudo mount -a
fstab.txt · Last modified: 2023/05/17 22:52 by 127.0.0.1