K kamil New Around Here Mar 15, 2016 #1 Is it possible to set Transmission on RC-68u that every files will be saved on hard drive that is connect to router by lan cable (not usb)?
Is it possible to set Transmission on RC-68u that every files will be saved on hard drive that is connect to router by lan cable (not usb)?
Zirescu Very Senior Member Mar 15, 2016 #2 If you can setup a Samba mount to it then in theory is should be able to work. I haven't tested it yet though.
If you can setup a Samba mount to it then in theory is should be able to work. I haven't tested it yet though.
Zirescu Very Senior Member Mar 15, 2016 #3 Just verified that it can be done. Syntax for the command is like this: Code: mount -t cifs \\\\192.168.1.100\\ShareName /mnt/NAS -o "username=nasuser,password=naspassword" You'll have to create a /mnt/NAS directory or similar prior to running the above command.
Just verified that it can be done. Syntax for the command is like this: Code: mount -t cifs \\\\192.168.1.100\\ShareName /mnt/NAS -o "username=nasuser,password=naspassword" You'll have to create a /mnt/NAS directory or similar prior to running the above command.
K kamil New Around Here Mar 17, 2016 #4 You're great! Thank you so much. I also read somewhere about editing fstab - what is the difference between your method and that one with fstab?
You're great! Thank you so much. I also read somewhere about editing fstab - what is the difference between your method and that one with fstab?