User Tools

Site Tools


fstab

This is an old revision of the document!


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.1603403191.txt.gz · Last modified: 2023/05/17 22:52 (external edit)