Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][tlug] Re: disk configuration: drive mounting
- To: tlug@example.com
- Subject: [tlug] Re: disk configuration: drive mounting
- From: Tobias Diedrich <td@example.com>
- Date: Sat, 6 Apr 2002 22:25:41 +0200
- Content-disposition: inline
- Content-type: text/plain; charset=us-ascii
- In-reply-to: <001f01c1dd90$a69905c0$8e00a8c0@example.com>
- Mail-followup-to: Tobias Diedrich <td@example.com>,tlug@example.com
- References: <NXVpN.A.uSC.prKr8@example.com> <20020405100844.5707519c.Doughty_Michael@example.com> <001f01c1dd90$a69905c0$8e00a8c0@example.com>
- User-agent: Mutt/1.3.28i
Marlo Rocci wrote: > This applet also appears to be the place where I would mount network > volumes. I wonder if someone could post some screenshots of this so that I > could see an example. I have 3 other Windows computers with volumes I want > the linux computer to see. To mount a windows share: mount -t smbfs //host/share /mountpoint Or if it is username/password protected: mount -t smbfs -o username=foo,password=bar //host/share /mountpoint For this smbfs should be compiled into the kernel (if you compile it yourself) and smbmount should be installed. You can use "smbclient -L //host" to list shares on a host. To make your life easier you can add entries to your /etc/fstab, e.g. //host/share /mnt/foo smbfs defaults,noauto,user 0 0 Then you can mount the share using "mount /mnt/foo". -- Tobias PGP: 0x9AC7E0BC
- Follow-Ups:
- Re: [tlug] Re: disk configuration: drive mounting
- From: Marlo Rocci
- References:
- Re: [tlug] disk configuration: drive mounting
- From: Michael Doughty
- Re: [tlug] disk configuration: drive mounting
- From: Marlo Rocci
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] disk configuration: drive mounting
- Next by Date: Re: [tlug] Re: disk configuration: drive mounting
- Previous by thread: Re: [tlug] disk configuration: drive mounting
- Next by thread: Re: [tlug] Re: disk configuration: drive mounting
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links