I'm helping set up a network but having trouble.
I am used to setting up fstab with device path but I think nowadays, it is typical to use UUID.
Can anyone help me here? I know the ip addresses of the computers and pursuing a static DHCP address for each one. I am used to syntax like this:
192.168.1.NN: /home/username/files ( e.g. and NN is any number given or created for the ip address)
But, I notice the UUID method is something like:
UUID=4706-0137 /media/sda1 ext3 .....
The fstab file I'm looking at has UUID=xxxxxxxx (etc.) / ext4 rw,errors=remount-ro 0 1
I know some methods to obtain the UUID for the partitions of the drives in the other computer. So, what syntax should be added (via editing fstab file) to the fstab file so that these partitions (of the other computer) mount to this computer?
I am wondering what I have to do first. Make directories in this computer so that those partitions can mount to, right?
UUID={YOUR-UID} {/path/to/mount/point} {file-system-type} defaults,errors=remount-ro 0 = is the syntax
So, my confusion surrounds the /path/to/mount/point since the data is on another computer. What are the options for accomplishing this?
Help???? :-{


