Problem connecting to NAS using Linpus Lite Distribution
Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Problem connecting to NAS using Linpus Lite Distribution
Hi there,
I'm currently using the Linux Linus Lite distribution on my Acer Aspire One netbook.
Unfortunately, I'm suffering a problem connecting to a network attached storage drive that is wired to my LAN. I have no problem connecting to this particular device through Windows terminals and the device itself works perfectly. The particular drive in question is a Freecom FSG-3.
However, as the file manager in Linpus Lite does not appear to support local networking as a native function, I have tried (unsuccessfully) various methods to overcome this issue.
In particular, I have created a folder in the root directory called 'NetFolder.' Following this I right-clicked on this folder and picked the 'Open Terminal Here' option. I then typed the command line:
I. First attempt I tried: sudo mount -t cifs -o username=[MY USERNAME],password=[MY PASSWORD] //10.0.0.3/fsg NetFolder
II. Second attempt I tried: sudo mount -t cifs -o username=[MY USERNAME],password=[MY PASSWORD] //10.0.0.3 NetFolder
III. Third attempt I tried: sudo mount -t cifs -o //10.0.0.3/fsg NetFolder
IV. Fourth attempt I tried: sudo mount -t cifs -o //10.0.0.3 NetFolder
NB. The username and password I have listed are the credentials I use to access this NAS through my Windows explorer (it allows me to view all the files on the drive and does not give access to specific FTP user accounts). In addition, the 'fsg' following the '10.0.0.3' is the network name for this device (the way it appears is you look for the device on a network management utility).
After trying them all of the above combinations, the Terminal application has displayed a number of error messages and I cannot see the contents of the NAS (which I should do if the attempt to add this drive is successful).
For example, the error message I received after trying statement I. above was "mount error: can not change directory into mount target NetFolder."
Has anybody got any idea of what might be the problem?
Cheers
Last edited by bladerunner83; 04-21-2010 at 01:10 PM.
Try using the complete path and the current working directory (i.e. /netfolder) of the terminal window should not be the same one your trying to mount the NAS to.
sudo mount -t cifs -o username=[MY USERNAME],password=[MY PASSWORD] //10.0.0.3 /NetFolder (be sure to use the actual path)
I've tried the suggestion you made concerning using the complete path. However, the Lipus Lite file manager still doesn't allow the NAS files to be viewed in the folder 'NerFolder.'
I also tried entering the netbios name into the commands I listed in my first post but the file browser would still not make a successful connection to the NAS.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.