Results 1 to 6 of 6
I'm running into problems attempting to mount network shares in ubuntu and debian.
Code:
mount -t cifs //xpcomputer/psu /media/xp -o guest
and eventually i get ...
Code:
mount error 110 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-16-2009 #1Just Joined!
- Join Date
- Sep 2009
- Posts
- 14
[SOLVED] unable to mount network shares
I'm running into problems attempting to mount network shares in ubuntu and debian.
and eventually i get ...Code:mount -t cifs //xpcomputer/psu /media/xp -o guest
I'm dual booting Vista, and the share works fine as a guest in windows(no usernames or passwords). I also cannot mount a share from my debian machine which is easily accessible from windows.Code:mount error 110 = Connection timed out Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
If I start gnome, I can access the windows share by using Run (alt+f2) and typing in "smb://ryangame/psu" (although it takes a long while to connect). Is there something I'm doing wrong?
- 09-16-2009 #2
Not sure, but from what I have read the command should be as follows:
Code:mount -t cifs //xpcomputer/psu /media/xp -o user=guest
- 09-17-2009 #3Just Joined!
- Join Date
- Sep 2009
- Posts
- 14
- 09-17-2009 #4Just Joined!
- Join Date
- Sep 2009
- Posts
- 14
i feel stupid ... I reset my router and now it seems to be mount properly.
But now I have a new problem: entering it into fstab. Right now I'm using
On boot, the system reads "error on line 9 (that line) of fstab."Code:"//192.168.1.2/Archive/My Music" /home/ryan/Music/archivemusic cifs guest
- 09-19-2009 #5
Look at the other lines in fstab. What you are doing is not correct. Man fstab.
- 09-19-2009 #6Just Joined!
- Join Date
- Sep 2009
- Posts
- 14
Turns out that the problem was with getting it to read the space in "My Music" properly. In fstab, you need to use "\040" in place of a space, instead of using quotes or just a backslash - so the line reads like this:
Thanks for your help, Lazy Dog.Code://192.168.1.2/Archive/My\040Music /home/ryan/Music/archivemusic cifs guest




