Originally posted by Victel;442479
Well I do have some of that information, I know how to navigate my NAS interface to enable NFS and get the IP that I need at least. But I'm not going to lie, it is a pretty complicated tutorial. I think I might need an explanation for some of that. I'm attempting to create the parts that read "[B
Well I do have some of that information, I know how to navigate my NAS interface to enable NFS and get the IP that I need at least. But I'm not going to lie, it is a pretty complicated tutorial. I think I might need an explanation for some of that. I'm attempting to create the parts that read "[B
When I started my journey with Linux I decided I needed two things to work: printer/scanner and auto-mounting my NAS. I need the NAS to automount because I use a program to sync docs on a regular basis; with Kubuntu I use Back in Time.
My instructions are a leap of faith! It took me days of research to get it working and at times I nearly gave up on Linux. Now, I have a 2-pager with instructions of what to do when I set-up a new PC with Kubuntu. My recommendation is that you take notes as you go along. I've added some images so that you can see what I see when following the Wilder's post.
In root/media you should see the directories you have created.
You asked about magic bit. It just is! Basically, you need to do this to talk to your NAS. After sudo nano /etc/fstab input your root password and paste the magic appropriately changed for your network. After you have modified sudo nano again to check the file has your input. After doing your magic bit, control-X to exit, and Yes to save.
Likewise with fstab.
then sudo chmod +x /etc/network/if-up.d/fstab to finish.
Knowing how to use Konsole and sudo (copy and paste my instructions) it should be working within 15mins.
Comment