What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Transmission - lan hard drive

kamil

New Around Here
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)?
 
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.
 
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.
 
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?
 
I'm not too familiar with fstab so can't really comment.
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top