From: Sam M. <pa...@gm...> - 2007-02-26 14:34:25
|
Samba provides the following: mount -t smb -o username=username,password=password //hostname/sambamount /path/to/your/mount/point Or in your fstab you can use the following: //hostname/sambamount /path/to/your/mount/point smb rw,user,defaults,noauto 0 0 then as 'username' you can run mount /path/to/your/mount/point and it will ask you for the password (alternatively you can override that with the following: //hostname/sambamount /path/to/your/mount/point smb rw,user,defaults,noauto,username=username 0 0 What is also possible (but "DONT DO THIS AT HOME KIDS") is putting the password in as well: //hostname/sambamount /path/to/your/mount/point smb rw,user,defaults,noauto,username=username,password=password 0 0 This is not a generic "I do not know how to use Linux" problem forum, if you are new to Linux get a distro on a physical machine or VMware/qemu and learn that way. When you have a problem with coLinux, please come back and ask it. Sam On 26/02/07, Ryan Underwood <ne...@ic...> wrote: > On Sun, Feb 25, 2007 at 12:03:45AM -0800, Bruce Pinsky wrote: > > Ryan Underwood wrote: > > > I posted a feature request on the sourceforge page that cifsfs/smbfs > > > support be added to the kernel config for coLinux so that the shares of > > > the Windows host can be mounted. Is there a compelling reason why it > > > should *not* be there? > > > > Uh...Samba? > > smbclient does not allow you to mount the SMB shares of the Windows > host. > > It is also incredibly tedious to use compared to a filesystem mount. > > -- > Ryan Underwood, <ne...@ic...> > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (GNU/Linux) > > iD8DBQFF4gPaIonHnh+67jkRAtLHAJ49gIAN7nGOgxVblXecRapltG5lgQCfbgF5 > 9YUgiaW7I7Aqg2KOkG11fqU= > =uBjy > -----END PGP SIGNATURE----- > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > coLinux-users mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-users > > |