**NOTE** January 2022 - Changes to Gstreamer and Pipewire packages from PackmanPlease read the following thread about the current changes
-
More Mounting help needed
Hey Guys,
I am trying to mount a WindowsXP shared folder onto OpenSuse11.
I followed Swerdna's guide to samba, and his guide to permanent mounting.
But I have hit a glitch I can't figure out.
I have a shared folder, the folder is called "Serverfiles" right off the "C:/" drive. The other Windows machines see this shared folder and have mapped the folder.
This is my fstab edit:
Code:
//192.168.0.10/ServerFiles /home/administrator/Documents cifs username=administrator,password=password,_netdev,uid=administrator,gid=users,nobrl 0 0
When I reboot the OpenSuse, It is not working.
I don't know where to see the problem.
Thanks
Heeter
-
Re: More Mounting help needed
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
If you just run 'mount -a' as root does it work? Do you get any
messages anywhere about it? Can you mount it manually from the command
line? Does using 'smbfs' in place of 'cifs' help?
Good luck.
Heeter wrote:
| Hey Guys,
|
| I am trying to mount a WindowsXP shared folder onto OpenSuse11.
|
| I followed Swerdna's guide to samba, and his guide to permanent
| mounting.
|
| But I have hit a glitch I can't figure out.
|
| I have a shared folder, the folder is called "Serverfiles" right off
| the "C:/" drive. The other Windows machines see this shared folder and
| have mapped the folder.
|
| This is my fstab edit:
|
|
| Code:
| --------------------
|
| //192.168.0.10/ServerFiles /home/administrator/Documents cifs
username=administrator,password=password,_netdev,uid=administrator,gid=users,nobrl
0 0
|
| --------------------
|
|
| When I reboot the OpenSuse, It is not working.
|
| I don't know where to see the problem.
|
|
| Thanks
|
| Heeter
|
|
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFIiSOf3s42bA80+9kRAkA4AJsHK7rn0zgu9UrhCNZ0aWJfgc7IhwCfdtA6
zqnJPYdihB1agiQoRJIKOXY=
=7Jby
-----END PGP SIGNATURE-----
-
Re: More Mounting help needed
Thanks, I try those options.
Sorry, Still noob to mounting network drives, but learning very quickly.
Heeter
-
Re: More Mounting help needed
Does it make a difference that the opensuse username and the WinServer username are different?
Heeter
-
Re: More Mounting help needed
 Originally Posted by Heeter
Does it make a difference that the opensuse username and the WinServer username are different?
Heeter
You can keep the "uid=administrator,gid=users". That's what it needs to set up the ownership of directory "Documents" and its contained files. In the part like this: "username=administrator,password=password" you must supply the windows username and password.
Just an aide memoirs: in Suse, the directory "Documents" has permissions drwx------ as opposed to the more normal permissions on other directories (drwxr-xr-x). I can't remember whether that's relevant, probably not, but keep eye on that for complications, probably none.
Don't try or use smbfs instead of cifs -- smbfs has been removed (in 10.2 I think IIRC).
Swerdna
-
Re: More Mounting help needed
So if the opensuse desktop haas a username like "jack" and the xp has "administrator"
Then I would use "uid=jack,gid=users" for the opensuse and keep "username=administrator,password=password" for the xp share.
Thanks a million again, swerdna
Heeter
-
Re: More Mounting help needed
 Originally Posted by Heeter
So if the opensuse desktop haas a username like "jack" and the xp has "administrator"
Then I would use "uid=jack,gid=users" for the opensuse and keep "username=administrator,password=password" for the xp share.
Thanks a million again, swerdna
Heeter
Yes that looks good
-
Re: More Mounting help needed
Swerdna, U R amazing
Thanks for the help, Bud
That worked.
Heeter
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|