We have a windoze domain with user shares. I would like to mount those shares (windoze) in my "home" folder. Can someone point me to a doc on how to do this or explain how to do this? We use SLED with gnome desktop environment. Thanks for any help -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Saturday 11 August 2007, Chris Arnold wrote:
We have a windoze domain with user shares. I would like to mount those shares (windoze) in my "home" folder. Can someone point me to a doc on how to do this or explain how to do this? We use SLED with gnome desktop environment. Thanks for any help
Samba is your friend. I believe it is installed by default. Jesse
Jesse L. Purdom wrote:
On Saturday 11 August 2007, Chris Arnold wrote:
We have a windoze domain with user shares. I would like to mount those shares (windoze) in my "home" folder. Can someone point me to a doc on how to do this or explain how to do this? We use SLED with gnome desktop environment. Thanks for any help
Samba is your friend. I believe it is installed by default.
Jesse
I know it is my friend but when i go into yast to configure samba, there is no samba option. Do you have to config it via CL? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Chris Arnold wrote:
Jesse L. Purdom wrote:
On Saturday 11 August 2007, Chris Arnold wrote:
We have a windoze domain with user shares. I would like to mount those shares (windoze) in my "home" folder. Can someone point me to a doc on how to do this or explain how to do this? We use SLED with gnome desktop environment. Thanks for any help
Samba is your friend. I believe it is installed by default.
Jesse
I know it is my friend but when i go into yast to configure samba, there is no samba option. Do you have to config it via CL?
Look at man mount.cifs a share can be mounted into a home directory mount point with the following.... mount -f cifs -o <cifs mount options> <share path> <mount point> smbfs support is no longer distributed by SuSE. - -- ============================================================================== I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone. Bjarne Stroustrup ============================================================================== -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFGvcJgasN0sSnLmgIRAvjCAKDILX7YzIOMx0Ih1r8I0Qr0vIRXEQCgk/vg PR0EBXtn1BeAsYCrEw8D31w= =1HVl -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 G T Smith wrote:
Chris Arnold wrote:
Jesse L. Purdom wrote:
On Saturday 11 August 2007, Chris Arnold wrote:
We have a windoze domain with user shares. I would like to mount those shares (windoze) in my "home" folder. Can someone point me to a doc on how to do this or explain how to do this? We use SLED with gnome desktop environment. Thanks for any help
Samba is your friend. I believe it is installed by default.
Jesse
I know it is my friend but when i go into yast to configure samba, there is no samba option. Do you have to config it via CL?
Look at
man mount.cifs
a share can be mounted into a home directory mount point with the following....
mount -f cifs -o <cifs mount options> <share path> <mount point>
sorry mount -t
smbfs support is no longer distributed by SuSE.
BTW This is the case for 10.x for earlier versions look at man smbmount there is no-one maintaining smbfs support so cifs is now prefered... - -- ============================================================================== I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone. Bjarne Stroustrup ============================================================================== -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFGvcgTasN0sSnLmgIRAl9kAKCQqBgoSW8X5FAyHup7MoiwVnNDBgCg+XQ2 /rFy8WfzKbnEPvbdphPXhXU= =do6N -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
G T Smith wrote:
Chris Arnold wrote:
Jesse L. Purdom wrote:
On Saturday 11 August 2007, Chris Arnold wrote:
We have a windoze domain with user shares. I would like to mount those shares (windoze) in my "home" folder. Can someone point me to a doc on how to do this or explain how to do this? We use SLED with gnome desktop environment. Thanks for any help
Samba is your friend. I believe it is installed by default.
Jesse
I know it is my friend but when i go into yast to configure samba, there is no samba option. Do you have to config it via CL?
Look at
man mount.cifs
a share can be mounted into a home directory mount point with the following....
mount -f cifs -o <cifs mount options> <share path> <mount point>
smbfs support is no longer distributed by SuSE.
Thanks, i have run this command: mount -t cifs -o <domain>/<user> <hostname>/<share> /home/electrichendrix/carnold and now how do i unmount it? thanks for your patience. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
OK after mounting the cifs share and a reboot, now i am unable to login. It gets to the login screen and just flashes never giving a chance to login. I can ctrl-alt-f5 and login as root but x will not start. How do i undo what i did to mount the cifs share? ----- Original Message ----- From: "Chris Arnold" <carnold@electrichendrix.com> To: "SUSE Linux" <opensuse@opensuse.org> Sent: Saturday, August 11, 2007 10:57:40 AM (GMT-0500) America/New_York Subject: Re: [opensuse] Mount windoze shares G T Smith wrote:
Chris Arnold wrote:
Jesse L. Purdom wrote:
On Saturday 11 August 2007, Chris Arnold wrote:
We have a windoze domain with user shares. I would like to mount those shares (windoze) in my "home" folder. Can someone point me to a doc on how to do this or explain how to do this? We use SLED with gnome desktop environment. Thanks for any help
Samba is your friend. I believe it is installed by default.
Jesse
I know it is my friend but when i go into yast to configure samba, there is no samba option. Do you have to config it via CL?
Look at
man mount.cifs
a share can be mounted into a home directory mount point with the following....
mount -f cifs -o <cifs mount options> <share path> <mount point>
smbfs support is no longer distributed by SuSE.
Thanks, i have run this command: mount -t cifs -o <domain>/<user> <hostname>/<share> /home/electrichendrix/carnold and now how do i unmount it? thanks for your patience. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
* Chris Arnold <carnold@electrichendrix.com> [08-11-07 12:24]:
OK after mounting the cifs share and a reboot, now i am unable to login. It gets to the login screen and just flashes never giving a chance to login. I can ctrl-alt-f5 and login as root but x will not start. How do i undo what i did to mount the cifs share?
----- Original Message ----- From: "Chris Arnold" <carnold@electrichendrix.com> To: "SUSE Linux" <opensuse@opensuse.org> Sent: Saturday, August 11, 2007 10:57:40 AM (GMT-0500) America/New_York Subject: Re: [opensuse] Mount windoze shares
G T Smith wrote:
Chris Arnold wrote:
Jesse L. Purdom wrote:
On Saturday 11 August 2007, Chris Arnold wrote:
We have a windoze domain with user shares. I would like to mount those shares (windoze) in my "home" folder. Can someone point me to a doc on how to do this or explain how to do this? We use SLED with gnome desktop environment. Thanks for any help
Samba is your friend. I believe it is installed by default.
Jesse
I know it is my friend but when i go into yast to configure samba, there is no samba option. Do you have to config it via CL?
Look at
man mount.cifs
a share can be mounted into a home directory mount point with the following....
mount -f cifs -o <cifs mount options> <share path> <mount point>
smbfs support is no longer distributed by SuSE.
Thanks, i have run this command: mount -t cifs -o <domain>/<user> <hostname>/<share> /home/electrichendrix/carnold and now how do i unmount it? thanks for your patience. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
umount, "man umount" umount <local/mount/point> may require root permissions -- Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711 http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 Registered Linux User #207535 @ http://counter.li.org -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Chris Arnold wrote:
OK after mounting the cifs share and a reboot, now i am unable to login. It gets to the login screen and just flashes never giving a chance to login. I can ctrl-alt-f5 and login as root but x will not start. How do i undo what i did to mount the cifs share?
Now that is odd. Basically this should act as a normal mount and disappear when you reboot, or when you umount. Have you made any alterations to /etc/fstab? Is this AD or Domain Services...Is the machine registered in the Domain and is your machine authentication local or otherwise? One thing that does occur to me is that the AD/Domain machine account may have been trashed (but I was under the impression that there was only very limited client support for this anyway in Samba) and I do not think you need this functionality to just mount a share from Linux in any case. Bit bemused by this report, mounting a share in this way should not take out X (unless you have an X application running from the share but that does not make sense).
----- Original Message ----- From: "Chris Arnold" <carnold@electrichendrix.com> To: "SUSE Linux" <opensuse@opensuse.org> Sent: Saturday, August 11, 2007 10:57:40 AM (GMT-0500) America/New_York Subject: Re: [opensuse] Mount windoze shares
G T Smith wrote:
<snip>
man mount.cifs
a share can be mounted into a home directory mount point with the following....
mount -f cifs -o <cifs mount options> <share path> <mount point>
smbfs support is no longer distributed by SuSE.
Thanks, i have run this command: mount -t cifs -o <domain>/<user> <hostname>/<share> /home/electrichendrix/carnold and now how do i unmount it? thanks for your patience.
- -- ============================================================================== I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone. Bjarne Stroustrup ============================================================================== -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFGvflhasN0sSnLmgIRAhcjAKCkpoRow6sZFVOodGI30W8OslWqwQCfQIuS 8fJ9BpbnJjvtEMIY/hWjnok= =o0WK -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
I agree this should not take x out but now i can not login. This system is using AD services and has been working for about a year. No alterations to fstab. This system is registered to the domain and authenticating to the domain. I will use ctrl-alt-f5 to start yast and try to rejoin the domain (will delete the machine account first). I can give you vnc access if you like? Chris ----- Original Message ----- From: "G T Smith" <grahamsmith@gandalfsemporium.homelinux.com> To: opensuse@opensuse.org Sent: Saturday, August 11, 2007 2:01:05 PM (GMT-0500) America/New_York Subject: Re: [opensuse] Mount windoze shares -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Chris Arnold wrote:
OK after mounting the cifs share and a reboot, now i am unable to login. It gets to the login screen and just flashes never giving a chance to login. I can ctrl-alt-f5 and login as root but x will not start. How do i undo what i did to mount the cifs share?
Now that is odd. Basically this should act as a normal mount and disappear when you reboot, or when you umount. Have you made any alterations to /etc/fstab? Is this AD or Domain Services...Is the machine registered in the Domain and is your machine authentication local or otherwise? One thing that does occur to me is that the AD/Domain machine account may have been trashed (but I was under the impression that there was only very limited client support for this anyway in Samba) and I do not think you need this functionality to just mount a share from Linux in any case. Bit bemused by this report, mounting a share in this way should not take out X (unless you have an X application running from the share but that does not make sense).
----- Original Message ----- From: "Chris Arnold" <carnold@electrichendrix.com> To: "SUSE Linux" <opensuse@opensuse.org> Sent: Saturday, August 11, 2007 10:57:40 AM (GMT-0500) America/New_York Subject: Re: [opensuse] Mount windoze shares
G T Smith wrote:
<snip>
man mount.cifs
a share can be mounted into a home directory mount point with the following....
mount -f cifs -o <cifs mount options> <share path> <mount point>
smbfs support is no longer distributed by SuSE.
Thanks, i have run this command: mount -t cifs -o <domain>/<user> <hostname>/<share> /home/electrichendrix/carnold and now how do i unmount it? thanks for your patience.
- -- ============================================================================== I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone. Bjarne Stroustrup ============================================================================== -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFGvflhasN0sSnLmgIRAhcjAKCkpoRow6sZFVOodGI30W8OslWqwQCfQIuS 8fJ9BpbnJjvtEMIY/hWjnok= =o0WK -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Nope, deleting the machine from AD and re-joining the domain did not help. Chris ----- Original Message ----- From: "G T Smith" <grahamsmith@gandalfsemporium.homelinux.com> To: opensuse@opensuse.org Sent: Saturday, August 11, 2007 2:01:05 PM (GMT-0500) America/New_York Subject: Re: [opensuse] Mount windoze shares -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Chris Arnold wrote:
OK after mounting the cifs share and a reboot, now i am unable to login. It gets to the login screen and just flashes never giving a chance to login. I can ctrl-alt-f5 and login as root but x will not start. How do i undo what i did to mount the cifs share?
Now that is odd. Basically this should act as a normal mount and disappear when you reboot, or when you umount. Have you made any alterations to /etc/fstab? Is this AD or Domain Services...Is the machine registered in the Domain and is your machine authentication local or otherwise? One thing that does occur to me is that the AD/Domain machine account may have been trashed (but I was under the impression that there was only very limited client support for this anyway in Samba) and I do not think you need this functionality to just mount a share from Linux in any case. Bit bemused by this report, mounting a share in this way should not take out X (unless you have an X application running from the share but that does not make sense).
----- Original Message ----- From: "Chris Arnold" <carnold@electrichendrix.com> To: "SUSE Linux" <opensuse@opensuse.org> Sent: Saturday, August 11, 2007 10:57:40 AM (GMT-0500) America/New_York Subject: Re: [opensuse] Mount windoze shares
G T Smith wrote:
<snip>
man mount.cifs
a share can be mounted into a home directory mount point with the following....
mount -f cifs -o <cifs mount options> <share path> <mount point>
smbfs support is no longer distributed by SuSE.
Thanks, i have run this command: mount -t cifs -o <domain>/<user> <hostname>/<share> /home/electrichendrix/carnold and now how do i unmount it? thanks for your patience.
- -- ============================================================================== I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone. Bjarne Stroustrup ============================================================================== -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFGvflhasN0sSnLmgIRAhcjAKCkpoRow6sZFVOodGI30W8OslWqwQCfQIuS 8fJ9BpbnJjvtEMIY/hWjnok= =o0WK -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
I can boot into failsafe mode, login as root user and startx. From here i am able to access the internet and other pc's on the network. It does seem to be something with gdm? ----- Original Message ----- From: "Chris Arnold" <carnold@electrichendrix.com> To: opensuse@opensuse.org Sent: Saturday, August 11, 2007 2:56:14 PM (GMT-0500) America/New_York Subject: Re: [opensuse] Mount windoze shares Nope, deleting the machine from AD and re-joining the domain did not help. Chris ----- Original Message ----- From: "G T Smith" <grahamsmith@gandalfsemporium.homelinux.com> To: opensuse@opensuse.org Sent: Saturday, August 11, 2007 2:01:05 PM (GMT-0500) America/New_York Subject: Re: [opensuse] Mount windoze shares -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Chris Arnold wrote:
OK after mounting the cifs share and a reboot, now i am unable to login. It gets to the login screen and just flashes never giving a chance to login. I can ctrl-alt-f5 and login as root but x will not start. How do i undo what i did to mount the cifs share?
Now that is odd. Basically this should act as a normal mount and disappear when you reboot, or when you umount. Have you made any alterations to /etc/fstab? Is this AD or Domain Services...Is the machine registered in the Domain and is your machine authentication local or otherwise? One thing that does occur to me is that the AD/Domain machine account may have been trashed (but I was under the impression that there was only very limited client support for this anyway in Samba) and I do not think you need this functionality to just mount a share from Linux in any case. Bit bemused by this report, mounting a share in this way should not take out X (unless you have an X application running from the share but that does not make sense).
----- Original Message ----- From: "Chris Arnold" <carnold@electrichendrix.com> To: "SUSE Linux" <opensuse@opensuse.org> Sent: Saturday, August 11, 2007 10:57:40 AM (GMT-0500) America/New_York Subject: Re: [opensuse] Mount windoze shares
G T Smith wrote:
<snip>
man mount.cifs
a share can be mounted into a home directory mount point with the following....
mount -f cifs -o <cifs mount options> <share path> <mount point>
smbfs support is no longer distributed by SuSE.
Thanks, i have run this command: mount -t cifs -o <domain>/<user> <hostname>/<share> /home/electrichendrix/carnold and now how do i unmount it? thanks for your patience.
- -- ============================================================================== I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone. Bjarne Stroustrup ============================================================================== -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFGvflhasN0sSnLmgIRAhcjAKCkpoRow6sZFVOodGI30W8OslWqwQCfQIuS 8fJ9BpbnJjvtEMIY/hWjnok= =o0WK -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Chris Arnold wrote:
I can boot into failsafe mode, login as root user and startx. From here i am able to access the internet and other pc's on the network. It does seem to be something with gdm?
----- Original Message ----- From: "Chris Arnold" <carnold@electrichendrix.com> To: opensuse@opensuse.org Sent: Saturday, August 11, 2007 2:56:14 PM (GMT-0500) America/New_York Subject: Re: [opensuse] Mount windoze shares
Nope, deleting the machine from AD and re-joining the domain did not help.
Chris
I thinks this is time to dig into the logs.. The root account I assume is local, if you cannot login via the Windows Network in the first instance I would check both ends for authentication problems at the start of the session. Not knowing the structure and configuration of your setup cannot suggest much more, Windows Networking has a nasty habit of leaving broken things lying around in obscure places, which either go away of their own accord or hang around causing grief until finally nailed down. < snipped for sake of my sanity> .. mixing top and bottom posts is making me dizzy :-) - -- ============================================================================== I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone. Bjarne Stroustrup ============================================================================== -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFGvhAiasN0sSnLmgIRApWnAKDNmlwJM9MxSrgEd3aNdV96o8xpvgCgx9K3 18gPb7pe0JYxmTSToICG2ik= =gIhs -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Sat, 11 Aug 2007 15:06:24 +0100 G T Smith <grahamsmith@gandalfsemporium.homelinux.com> wrote:
smbfs support is no longer distributed by SuSE.
That is because Microsoft changed the name from Server Message Block (SMB) to Common Internet File System (CIFS). They are both the same thing. -- Jerry Feldman <gaf@blu.org> Boston Linux and Unix user group http://www.blu.org PGP key id:C5061EA9 PGP Key fingerprint:053C 73EC 3AC1 5C44 3E14 9245 FB00 3ED5 C506 1EA9
If someone wants to vnc into the system that is acting up, that will be fine. Just let me know and i will make it happen. Chris ----- Original Message ----- From: "Jerry Feldman" <gaf@blu.org> To: opensuse@opensuse.org Sent: Saturday, August 11, 2007 1:08:31 PM (GMT-0500) America/New_York Subject: Re: [opensuse] Mount windoze shares On Sat, 11 Aug 2007 15:06:24 +0100 G T Smith <grahamsmith@gandalfsemporium.homelinux.com> wrote:
smbfs support is no longer distributed by SuSE.
That is because Microsoft changed the name from Server Message Block (SMB) to Common Internet File System (CIFS). They are both the same thing. -- Jerry Feldman <gaf@blu.org> Boston Linux and Unix user group http://www.blu.org PGP key id:C5061EA9 PGP Key fingerprint:053C 73EC 3AC1 5C44 3E14 9245 FB00 3ED5 C506 1EA9 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Am Samstag, 11. August 2007 schrieb Jerry Feldman:
On Sat, 11 Aug 2007 15:06:24 +0100
G T Smith <grahamsmith@gandalfsemporium.homelinux.com> wrote:
smbfs support is no longer distributed by SuSE.
That is because Microsoft changed the name from Server Message Block (SMB) to Common Internet File System (CIFS). They are both the same thing.
Well, but the name change also introduces a new linux for that protocol, which for example now supports files >2GB. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Sat, 11 Aug 2007 19:29:03 +0200 Markus Koßmann <mkossmann_ml1@gmx.de> wrote:
Well, but the name change also introduces a new linux for that protocol, which for example now supports files >2GB.
True. But we would have seen that even if Microsoft did not change the name. -- Jerry Feldman <gaf@blu.org> Boston Linux and Unix user group http://www.blu.org PGP key id:C5061EA9 PGP Key fingerprint:053C 73EC 3AC1 5C44 3E14 9245 FB00 3ED5 C506 1EA9
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jerry Feldman wrote:
On Sat, 11 Aug 2007 15:06:24 +0100 G T Smith <grahamsmith@gandalfsemporium.homelinux.com> wrote:
smbfs support is no longer distributed by SuSE.
That is because Microsoft changed the name from Server Message Block (SMB) to Common Internet File System (CIFS). They are both the same thing.
Not quite, with smbfs mount was with smbmount, and you had things like smbclient which gave a FTP like client session. cifs uses mount.cifs which is distinct. There are some under the hood differences in the protocols used (smbfs is more orientated towards the older netbios stuff). - -- ============================================================================== I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone. Bjarne Stroustrup ============================================================================== -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFGvfN8asN0sSnLmgIRAvC7AKDIrvx4htgufOd+bLYxm4+nOWmNyQCdE6nu ZFRGSzX5ajkZsQoUIL6nLac= =5jwu -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Saturday 11 August 2007, Chris Arnold wrote:
Jesse L. Purdom wrote:
On Saturday 11 August 2007, Chris Arnold wrote:
We have a windoze domain with user shares. I would like to mount those shares (windoze) in my "home" folder. Can someone point me to a doc on how to do this or explain how to do this? We use SLED with gnome desktop environment. Thanks for any help
Samba is your friend. I believe it is installed by default.
Jesse
I know it is my friend but when i go into yast to configure samba, there is no samba option. Do you have to config it via CL?
Nope. If it isn't showing up in yast then you need to install it. It ships with SUSE so a quick search in Software Management will get you what you need. Once installed go back into yast and you will find it a simple matter to get things up and running. Jesse
Chris Arnold wrote:
Jesse L. Purdom wrote:
On Saturday 11 August 2007, Chris Arnold wrote:
We have a windoze domain with user shares. I would like to mount those shares (windoze) in my "home" folder. Can someone point me to a doc on how to do this or explain how to do this? We use SLED with gnome desktop environment. Thanks for any help
Samba is your friend. I believe it is installed by default.
Jesse
I know it is my friend but when i go into yast to configure samba, there is no samba option. Do you have to config it via CL?
Did you install samba? IIRC, it's an optional package. -- Use OpenOffice.org <http://www.openoffice.org> -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
No i did not install samba. Umount /path/to/mount says "not mounted" but i can not get into the "desktop". I have not done any updates as zmd is broken in SP1 and SP1 was installed over a month ago and it has worked since then. Not sure how to get the login screen back Chris ----- Original Message ----- From: "James Knott" <james.knott@rogers.com> To: "SUSE Linux" <opensuse@opensuse.org> Sent: Saturday, August 11, 2007 12:54:13 PM (GMT-0500) America/New_York Subject: Re: [opensuse] Mount windoze shares Chris Arnold wrote:
Jesse L. Purdom wrote:
On Saturday 11 August 2007, Chris Arnold wrote:
We have a windoze domain with user shares. I would like to mount those shares (windoze) in my "home" folder. Can someone point me to a doc on how to do this or explain how to do this? We use SLED with gnome desktop environment. Thanks for any help
Samba is your friend. I believe it is installed by default.
Jesse
I know it is my friend but when i go into yast to configure samba, there is no samba option. Do you have to config it via CL?
Did you install samba? IIRC, it's an optional package. -- Use OpenOffice.org <http://www.openoffice.org> -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (7)
-
Chris Arnold
-
G T Smith
-
James Knott
-
Jerry Feldman
-
Jesse L. Purdom
-
Markus Koßmann
-
Patrick Shanahan