Gentoo Archives: gentoo-server

From: "James M. Cook" <jcook@××××.com>
To: gentoo-server@l.g.o
Cc: Karl Zander <gentoolist@××××××××××××.com>
Subject: Re: [gentoo-server] Mounting a Windows Share at Boot
Date: Fri, 06 May 2005 19:45:41
Message-Id: 200505061545.48373.jcook@iw-t.com
In Reply to: [gentoo-server] Mounting a Windows Share at Boot by Karl Zander
1 Yes, something along the lines of in fstab (watch the wrapping):
2
3 //win-server/share /mnt/mountname smbfs
4 credentials=/etc/.smb.creds,workgroup=myworkgroup,fmask=664,dmask=775,uid=nobody,gid=someusers,rw
5 0 0
6
7 The smb.creds file contains the necessary login information for the windows
8 box. I googled and looked at the mount man page to get the above.
9
10 HTH,
11 James
12
13 On Friday 06 May 2005 03:35 pm, Karl Zander wrote:
14 > There is a Windows share that we would like to mount at boot time. Is that
15 > possible?
16 >
17 > We have smbsf compiled into the kernel. Using smbmount we can mount and
18 > access that share now. Is it somehow possible to put this into /etc/fstab
19 > so it can mount at boot? Or is there another way?
20 >
21 > --Karl
22 --
23 gentoo-server@g.o mailing list