Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Pages: 1
Hello folks,
I'm a bit of a Linux noob so please bear with me. I recently installed Alt-f (on top of vendor firmware) and it has been running very nicely on my dns-323, it auto mounts usb drive really well, prior to alt-f I had to follow bunch of steps to manually load the drivers and mount it.
Since it auto mount the usb drive, is there a way to specify where the usb drive should be mounted to? right now I have to mount it manually to second mounting point with the "mount -o" command. I have miniDLNA and samba setup to use the folder structure such as /mnt/multimedia/movies, so I would like the usb to be mounted to a folder under this folder structure.
Can someone please help me with this?
Any help is much appreciated.
Offline
You can add a label to the filesystem, e.g., "Movies" and it will mounted by label name, /mnt/Movies. Then create a link for it where you want it, e.g.
ln -s /mnt/Movies /mnt/multimedia/movies
The contents of /mnt/Movies will appear as if they are in /mnt/multimedia/movies.
For a faster "service" please use Alt-F google group
Offline
Thank you Jcard, I thought no one going reply, almost gave up looking.
Your solution sounds good, I will give it a try.
Cheers
Offline
Pages: 1