Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[PROBLEM] Can't mount remote file system?
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Problem: Can't mount remote file system?
13th Aug, 2013, 02:14 AM
Post: #1
dennis_k85 Offline
Registered
Posts: 2
Joined: Aug 2013
Reputation: 0
Can't mount remote file system?
I am trying to mount a linux file system on another linux machine, This is the
error I get. The exact command I am using works from another machine.

This is the command and error:
root@xbian:~# mount -t cifs //192.168.249.71/music /media/SS -o username=root,password=froboz
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)



Any suggestions?
Find all posts by this user
Quote this message in a reply
13th Aug, 2013, 03:51 AM
Post: #2
f1vefour Offline
Administrator
******
Posts: 1,342
Joined: Mar 2013
Reputation: 58
Re: RE: Can't mount remote file system?
(13th Aug, 2013 02:14 AM)dennis_k85 Wrote:  I am trying to mount a linux file system on another linux machine, This is the
error I get. The exact command I am using works from another machine.

This is the command and error:
root@xbian:~# mount -t cifs //192.168.249.71/music /media/SS -o username=root,password=froboz
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)



Any suggestions?

Try this:

Terminal

mkdir /home/xbian/mymount
mount -t cifs -o username=root,password=froboz //192.168.249.71/music /home/xbian/mymount

Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us.
Visit this user's website Find all posts by this user
Quote this message in a reply
13th Aug, 2013, 04:08 AM
Post: #3
dennis_k85 Offline
Registered
Posts: 2
Joined: Aug 2013
Reputation: 0
RE: Can't mount remote file system?
mount -t cifs //192.168.249.71/music /media/SS -o username=root,password=froboz


Yes /media/SS is the directory to mount to.
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 26th May, 2025, 12:56 AM Powered By MyBB, © 2002-2025 MyBB Group.