I have shared a folder on my local machine as follows; /home/don/storageit appears in the fstab file as: /dev/sdb2 /mnt/storage
This in turn has a folder sturutre as follows;/home/don/storage/data and/home/don/storage/data/downloads and/home/don/storage/data/media
I have a Truenas server with two datasets with two separate SMB shares/tv and/movies
I would like to map the network drives to the following share on my Ubuntu server/data/media/tv (1st mapped network drive) and/data/media/movies (2nd mapped network drive).Can this be done?
What is the proper syntax to map this in the fstab file?
192.168.1.20/tv /mnt/ xxxxx?.192.168.1.20/movies /mnt/ xxxxx?