* Chris Arnold <[EMAIL PROTECTED]> [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" <[EMAIL PROTECTED]>
> 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: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to