* making the mountpoints visible all the time
@ 2003-11-13 17:52 Alexander Macdonald
2003-11-13 20:29 ` Taylor, ForrestX
0 siblings, 1 reply; 16+ messages in thread
From: Alexander Macdonald @ 2003-11-13 17:52 UTC (permalink / raw)
To: autofs
Hi
I've currently got automount setup so that i can cd into a directory
like /mnt/someplace and someplace will be automatically created and
mounted... it would be quite usefull if that directory was allways
visible so that i could browse to it in gui applications... how do i do
that?
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: making the mountpoints visible all the time
2003-11-13 17:52 making the mountpoints visible all the time Alexander Macdonald
@ 2003-11-13 20:29 ` Taylor, ForrestX
2003-11-14 0:53 ` Todd Denniston
2003-11-14 3:04 ` Ian Kent
0 siblings, 2 replies; 16+ messages in thread
From: Taylor, ForrestX @ 2003-11-13 20:29 UTC (permalink / raw)
To: Alexander Macdonald; +Cc: autofs
Alexander Macdonald wrote:
> Hi
>
> I've currently got automount setup so that i can cd into a directory
> like /mnt/someplace and someplace will be automatically created and
> mounted... it would be quite usefull if that directory was allways
> visible so that i could browse to it in gui applications... how do i do
> that?
If you want it visible all the time, use /etc/fstab, not autofs. Work
is being done on leaving the directory structure before actually
mounting it, but it is not finished yet.
Forrest
--
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: making the mountpoints visible all the time
2003-11-13 20:29 ` Taylor, ForrestX
@ 2003-11-14 0:53 ` Todd Denniston
2003-11-14 3:04 ` Ian Kent
1 sibling, 0 replies; 16+ messages in thread
From: Todd Denniston @ 2003-11-14 0:53 UTC (permalink / raw)
To: Alexander Macdonald; +Cc: autofs
"Taylor, ForrestX" wrote:
>
> Alexander Macdonald wrote:
> > Hi
> >
> > I've currently got automount setup so that i can cd into a directory
> > like /mnt/someplace and someplace will be automatically created and
> > mounted... it would be quite usefull if that directory was allways
> > visible so that i could browse to it in gui applications... how do i do
> > that?
>
> If you want it visible all the time, use /etc/fstab, not autofs. Work
> is being done on leaving the directory structure before actually
> mounting it, but it is not finished yet.
>
> Forrest
Or you can fake it by having a directory where autofs puts its stuff and in the
directory where you want the mounts, have softlinks back to the correct autofs
location.
like autofs puts its stuff in
/.autofs/mount1
and you do
ln -s /.autofs/mount1 /mnt/mount1
there are 2 problems I have seen with this (though I still use it)
1) if your home directory is in /mnt/mount1 you (if PS1=\h:\w\$ on bash) will
see "machine:/.autofs/mount1$ " until you type cd once.
2) if you do an ls in /mnt/ (or navigate a netscape/openoffice.org [save/open]
through it) you will be waiting until autofs has processed mounting all the
autofs mounts.
--
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane)
Harnessing the Power of Technology for the Warfighter
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: making the mountpoints visible all the time
2003-11-13 20:29 ` Taylor, ForrestX
2003-11-14 0:53 ` Todd Denniston
@ 2003-11-14 3:04 ` Ian Kent
2003-11-14 12:13 ` Alexander Macdonald
` (2 more replies)
1 sibling, 3 replies; 16+ messages in thread
From: Ian Kent @ 2003-11-14 3:04 UTC (permalink / raw)
To: Taylor, ForrestX; +Cc: autofs
On Thu, 13 Nov 2003, Taylor, ForrestX wrote:
> Alexander Macdonald wrote:
> > Hi
> >
> > I've currently got automount setup so that i can cd into a directory
> > like /mnt/someplace and someplace will be automatically created and
> > mounted... it would be quite usefull if that directory was allways
> > visible so that i could browse to it in gui applications... how do i do
> > that?
>
> If you want it visible all the time, use /etc/fstab, not autofs. Work
> is being done on leaving the directory structure before actually
> mounting it, but it is not finished yet.
>
Umm ...
Beg to disagree.
The autofs4-2.4 module build kit or the patches contained in it or the
patches contained in autofs-4.1.0-beta3 can give you this for some of the
maps. NIS, LDAP and file maps work at the moment.
I's in the expected place on kernel.org.
--
,-._|\ Ian Kent
/ \ Perth, Western Australia
*_.--._/ E-mail: raven@themaw.net
v Web: http://themaw.net/
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: making the mountpoints visible all the time
2003-11-14 3:04 ` Ian Kent
@ 2003-11-14 12:13 ` Alexander Macdonald
2003-11-14 15:09 ` Ryan Go
2003-11-14 15:13 ` Greg Bradner
2003-11-14 18:54 ` Ruslan U. Zakirov
2003-11-19 0:24 ` Taylor, ForrestX
2 siblings, 2 replies; 16+ messages in thread
From: Alexander Macdonald @ 2003-11-14 12:13 UTC (permalink / raw)
To: autofs
Ian Kent wrote:
>The autofs4-2.4 module build kit or the patches contained in it or the
>patches contained in autofs-4.1.0-beta3 can give you this for some of the
>maps. NIS, LDAP and file maps work at the moment.
>
>I's in the expected place on kernel.org.
>
>
not sure what you mean by file maps, but I'm trying to mount samba and
nfs shares so i guess I'm out of luck...
^ permalink raw reply [flat|nested] 16+ messages in thread
* RE: making the mountpoints visible all the time
@ 2003-11-14 14:48 Rigler, Steve
2003-11-14 20:19 ` Alexander Macdonald
2003-11-18 14:05 ` Ian Kent
0 siblings, 2 replies; 16+ messages in thread
From: Rigler, Steve @ 2003-11-14 14:48 UTC (permalink / raw)
To: Alexander Macdonald, autofs
> -----Original Message-----
> From: autofs-bounces@linux.kernel.org
> [mailto:autofs-bounces@linux.kernel.org]On Behalf Of
> Alexander Macdonald
> Sent: Friday, November 14, 2003 6:13 AM
> To: autofs@linux.kernel.org
> Subject: Re: [autofs] making the mountpoints visible all the time
>
>
> Ian Kent wrote:
>
> >The autofs4-2.4 module build kit or the patches contained in
> it or the
> >patches contained in autofs-4.1.0-beta3 can give you this
> for some of the
> >maps. NIS, LDAP and file maps work at the moment.
> >
> >I's in the expected place on kernel.org.
> >
> >
>
> not sure what you mean by file maps, but I'm trying to mount
> samba and
> nfs shares so i guess I'm out of luck...
>
In order to view the mountpoints before they are mounted you need
to have the newer version of the kernel module which is available
at kernel.org.
The maps aren't really specific to the type of filesystem you are
trying to mount. You can get your maps from a local file, NIS, LDAP,
etc. They can contain information to mount smb, nfs, or even local
filesystems.
If you install the newer kernel module, you can make your mountpoints
visisible with the ghosting option. One way to enable this is to
set it in your /etc/auto.master like:
/somedir file:/etc/auto.somedir -g
Or you can add the "-g" to the "daemonoptions" variable line in
/etc/init.d/autofs.
-Steve
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: making the mountpoints visible all the time
2003-11-14 12:13 ` Alexander Macdonald
@ 2003-11-14 15:09 ` Ryan Go
2003-11-14 15:13 ` Greg Bradner
1 sibling, 0 replies; 16+ messages in thread
From: Ryan Go @ 2003-11-14 15:09 UTC (permalink / raw)
To: autofs
Maps are where you get your mount information from. You could be using any
map and mounting a kind of share (nfs/smbfs).
If you use local files for specifying which server/share to mount, then
you are using file maps.
<< ryan
On Fri, 14 Nov 2003, Alexander Macdonald wrote:
> Ian Kent wrote:
>
> >The autofs4-2.4 module build kit or the patches contained in it or the
> >patches contained in autofs-4.1.0-beta3 can give you this for some of the
> >maps. NIS, LDAP and file maps work at the moment.
> >
> >I's in the expected place on kernel.org.
> >
> >
>
> not sure what you mean by file maps, but I'm trying to mount samba and
> nfs shares so i guess I'm out of luck...
>
>
> _______________________________________________
> autofs mailing list
> autofs@linux.kernel.org
> http://linux.kernel.org/mailman/listinfo/autofs
>
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: making the mountpoints visible all the time
2003-11-14 12:13 ` Alexander Macdonald
2003-11-14 15:09 ` Ryan Go
@ 2003-11-14 15:13 ` Greg Bradner
1 sibling, 0 replies; 16+ messages in thread
From: Greg Bradner @ 2003-11-14 15:13 UTC (permalink / raw)
To: Alexander Macdonald; +Cc: autofs
If you look in the samples directory, a file map is the auto.misc map.
> cat auto.master
# $Id: auto.master,v 1.2 1997/10/06 21:52:03 hpa Exp $
# Sample auto.master file
# Format of this file:
# mountpoint map options
# For details of the format look at autofs(8).
/misc /etc/auto.misc
/net /etc/auto.net
> cat auto.misc
# $Id: auto.misc,v 1.2 1997/10/06 21:52:04 hpa Exp $
# This is an automounter map and it has the following format
# key [ -mount-options-separated-by-comma ] location
# Details may be found in the autofs(5) manpage
kernel -ro ftp.kernel.org:/pub/linux
boot -fstype=ext2 :/dev/hda1
removable -fstype=ext2 :/dev/hdd
cd -fstype=iso9660,ro :/dev/hdc
floppy -fstype=auto :/dev/fd0
Alexander Macdonald wrote:
> Ian Kent wrote:
>
>> The autofs4-2.4 module build kit or the patches contained in it or the
>> patches contained in autofs-4.1.0-beta3 can give you this for some of
>> the
>> maps. NIS, LDAP and file maps work at the moment.
>>
>> I's in the expected place on kernel.org.
>>
>>
>
> not sure what you mean by file maps, but I'm trying to mount samba and
> nfs shares so i guess I'm out of luck...
>
>
> _______________________________________________
> autofs mailing list
> autofs@linux.kernel.org
> http://linux.kernel.org/mailman/listinfo/autofs
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Rhythm & Hues
5404 Jandy Place
Los Angeles, CA 90066
Voice: 310 448-7763
Fax: 310 448-7600
gregb@rhythm.com
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: making the mountpoints visible all the time
2003-11-14 3:04 ` Ian Kent
2003-11-14 12:13 ` Alexander Macdonald
@ 2003-11-14 18:54 ` Ruslan U. Zakirov
2003-11-16 16:12 ` Ian Kent
2003-11-19 0:24 ` Taylor, ForrestX
2 siblings, 1 reply; 16+ messages in thread
From: Ruslan U. Zakirov @ 2003-11-14 18:54 UTC (permalink / raw)
To: Ian Kent; +Cc: autofs, Taylor, ForrestX
Ian Kent wrote:
>On Thu, 13 Nov 2003, Taylor, ForrestX wrote:
>
>
>
>>Alexander Macdonald wrote:
>>
>>
>>>Hi
>>>
>>>I've currently got automount setup so that i can cd into a directory
>>>like /mnt/someplace and someplace will be automatically created and
>>>mounted... it would be quite usefull if that directory was allways
>>>visible so that i could browse to it in gui applications... how do i do
>>>that?
>>>
>>>
>>If you want it visible all the time, use /etc/fstab, not autofs. Work
>>is being done on leaving the directory structure before actually
>>mounting it, but it is not finished yet.
>>
>>
>>
>
>Umm ...
>
>Beg to disagree.
>
>The autofs4-2.4 module build kit or the patches contained in it or the
>patches contained in autofs-4.1.0-beta3 can give you this for some of the
>maps. NIS, LDAP and file maps work at the moment.
>
>I's in the expected place on kernel.org.
>
>
>
Hello, Ian and other.
As I've understand you've implemented readdir relaited syscalls in
autofs for some map types, have you?
If so then I hope that soon we could see programm maps with such
functionality.
I want to do progamm map wich allow something more native representation
of windows workgroups like NetworkNigborhood. It would be very useful in
plain networks(like our ~900 PC in one workgroup).
Best regards. Ruslan.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: making the mountpoints visible all the time
2003-11-14 14:48 Rigler, Steve
@ 2003-11-14 20:19 ` Alexander Macdonald
2003-11-18 14:05 ` Ian Kent
1 sibling, 0 replies; 16+ messages in thread
From: Alexander Macdonald @ 2003-11-14 20:19 UTC (permalink / raw)
To: autofs
I'm using kernel 2.6.0-test9, i could only see patches for 2.4 so i
guess this has the latest autofs in it allready right? I've also
upgraded my daemon to autofs-4.1.0-beta3. I then tried running this:-
automount -g /mnt/network/samba/computerA file /etc/autofs/samba
in the file /etc/autofs/samba I have this:-
download -fstype=smbfs,username=guest,password=none ://computera/Download
upload -fstype=smbfs,username=guest,rw,password=none
://computera/Upload
it works fine but it still doesnt do the "ghosting"
Rigler, Steve wrote:
>
>
>>-----Original Message-----
>>From: autofs-bounces@linux.kernel.org
>>[mailto:autofs-bounces@linux.kernel.org]On Behalf Of
>>Alexander Macdonald
>>Sent: Friday, November 14, 2003 6:13 AM
>>To: autofs@linux.kernel.org
>>Subject: Re: [autofs] making the mountpoints visible all the time
>>
>>
>>Ian Kent wrote:
>>
>>
>>
>>>The autofs4-2.4 module build kit or the patches contained in
>>>
>>>
>>it or the
>>
>>
>>>patches contained in autofs-4.1.0-beta3 can give you this
>>>
>>>
>>for some of the
>>
>>
>>>maps. NIS, LDAP and file maps work at the moment.
>>>
>>>I's in the expected place on kernel.org.
>>>
>>>
>>>
>>>
>>not sure what you mean by file maps, but I'm trying to mount
>>samba and
>>nfs shares so i guess I'm out of luck...
>>
>>
>>
>
>In order to view the mountpoints before they are mounted you need
>to have the newer version of the kernel module which is available
>at kernel.org.
>
>The maps aren't really specific to the type of filesystem you are
>trying to mount. You can get your maps from a local file, NIS, LDAP,
>etc. They can contain information to mount smb, nfs, or even local
>filesystems.
>
>If you install the newer kernel module, you can make your mountpoints
>visisible with the ghosting option. One way to enable this is to
>set it in your /etc/auto.master like:
>
>/somedir file:/etc/auto.somedir -g
>
>Or you can add the "-g" to the "daemonoptions" variable line in
>/etc/init.d/autofs.
>
>-Steve
>
>
>
^ permalink raw reply [flat|nested] 16+ messages in thread
* RE: making the mountpoints visible all the time
@ 2003-11-14 21:34 Rigler, Steve
0 siblings, 0 replies; 16+ messages in thread
From: Rigler, Steve @ 2003-11-14 21:34 UTC (permalink / raw)
To: autofs
> -----Original Message-----
> From: autofs-bounces@linux.kernel.org
> [mailto:autofs-bounces@linux.kernel.org]On Behalf Of
> Alexander Macdonald
> Sent: Friday, November 14, 2003 2:20 PM
> To: autofs@linux.kernel.org
> Subject: Re: [autofs] making the mountpoints visible all the time
>
>
> I'm using kernel 2.6.0-test9, i could only see patches for 2.4 so i
> guess this has the latest autofs in it allready right? I've also
> upgraded my daemon to autofs-4.1.0-beta3. I then tried running this:-
>
> automount -g /mnt/network/samba/computerA file /etc/autofs/samba
>
> in the file /etc/autofs/samba I have this:-
>
> download -fstype=smbfs,username=guest,password=none
> ://computera/Download
> upload -fstype=smbfs,username=guest,rw,password=none
> ://computera/Upload
>
> it works fine but it still doesnt do the "ghosting"
>
>
I haven't tried the 2.6 kernel yet, so anything I suggest would be
based on experience with the 2.4 kernel.
One thing is to make sure you have an entry in /etc/modules.conf
to force loading of the autofs4 module.
It should look like:
alias autofs autofs4
If you have to add the line then stop autofs. Do "rmmod autofs"
and then start autofs again (I believe the init script will load
the module for you).
-Steve
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: making the mountpoints visible all the time
2003-11-14 18:54 ` Ruslan U. Zakirov
@ 2003-11-16 16:12 ` Ian Kent
2003-11-16 18:09 ` H. Peter Anvin
0 siblings, 1 reply; 16+ messages in thread
From: Ian Kent @ 2003-11-16 16:12 UTC (permalink / raw)
To: Ruslan U. Zakirov; +Cc: autofs, Taylor, ForrestX
On Fri, 14 Nov 2003, Ruslan U. Zakirov wrote:
> Ian Kent wrote:
> >
> >Umm ...
> >
> >Beg to disagree.
> >
> >The autofs4-2.4 module build kit or the patches contained in it or the
> >patches contained in autofs-4.1.0-beta3 can give you this for some of the
> >maps. NIS, LDAP and file maps work at the moment.
> >
> >I's in the expected place on kernel.org.
> >
> >
> >
> Hello, Ian and other.
> As I've understand you've implemented readdir relaited syscalls in
> autofs for some map types, have you?
Basically, yes.
Some other related changes were also needed to make direct mount handling
in the daemon simpiler (when working with the updated module).
>
> If so then I hope that soon we could see programm maps with such
> functionality.
> I want to do progamm map wich allow something more native representation
> of windows workgroups like NetworkNigborhood. It would be very useful in
> plain networks(like our ~900 PC in one workgroup).
But how do you know what the keys are?
In order to make mount points visible you need to know what they are. The
definition of a program map is that it produces map entries as output
given an input key.
--
,-._|\ Ian Kent
/ \ Perth, Western Australia
*_.--._/ E-mail: raven@themaw.net
v Web: http://themaw.net/
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: making the mountpoints visible all the time
2003-11-16 16:12 ` Ian Kent
@ 2003-11-16 18:09 ` H. Peter Anvin
0 siblings, 0 replies; 16+ messages in thread
From: H. Peter Anvin @ 2003-11-16 18:09 UTC (permalink / raw)
To: Ian Kent; +Cc: autofs, Taylor, ForrestX, Ruslan U. Zakirov
Ian Kent wrote:
>
> But how do you know what the keys are?
>
> In order to make mount points visible you need to know what they are. The
> definition of a program map is that it produces map entries as output
> given an input key.
>
You need a new operation on a map -- enumerate. Most, but not all map
types support it.
In the case of a program map I would suggest implementing enumeration by
passing no argument and expecting the enumerated list back.
-hpa
^ permalink raw reply [flat|nested] 16+ messages in thread
* RE: making the mountpoints visible all the time
2003-11-14 14:48 Rigler, Steve
2003-11-14 20:19 ` Alexander Macdonald
@ 2003-11-18 14:05 ` Ian Kent
1 sibling, 0 replies; 16+ messages in thread
From: Ian Kent @ 2003-11-18 14:05 UTC (permalink / raw)
To: autofs mailing list
On Fri, 14 Nov 2003, Rigler, Steve wrote:
> >
> > Ian Kent wrote:
> >
> > >The autofs4-2.4 module build kit or the patches contained in
> > it or the
> > >patches contained in autofs-4.1.0-beta3 can give you this
> > for some of the
> > >maps. NIS, LDAP and file maps work at the moment.
> > >
> > >I's in the expected place on kernel.org.
> > >
> > >
> >
> > not sure what you mean by file maps, but I'm trying to mount
> > samba and
> > nfs shares so i guess I'm out of luck...
> >
>
> In order to view the mountpoints before they are mounted you need
> to have the newer version of the kernel module which is available
> at kernel.org.
>
> The maps aren't really specific to the type of filesystem you are
> trying to mount. You can get your maps from a local file, NIS, LDAP,
> etc. They can contain information to mount smb, nfs, or even local
> filesystems.
>
> If you install the newer kernel module, you can make your mountpoints
> visisible with the ghosting option. One way to enable this is to
> set it in your /etc/auto.master like:
>
> /somedir file:/etc/auto.somedir -g
I've had some trouble lately with using the -g.
If this is a problem use the long option --ghost, that seemed to work OK.
--
,-._|\ Ian Kent
/ \ Perth, Western Australia
*_.--._/ E-mail: raven@themaw.net
v Web: http://themaw.net/
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: making the mountpoints visible all the time
2003-11-14 3:04 ` Ian Kent
2003-11-14 12:13 ` Alexander Macdonald
2003-11-14 18:54 ` Ruslan U. Zakirov
@ 2003-11-19 0:24 ` Taylor, ForrestX
2003-11-19 0:41 ` Ian Kent
2 siblings, 1 reply; 16+ messages in thread
From: Taylor, ForrestX @ 2003-11-19 0:24 UTC (permalink / raw)
To: Ian Kent; +Cc: autofs
On Thu, 2003-11-13 at 19:04, Ian Kent wrote:
> On Thu, 13 Nov 2003, Taylor, ForrestX wrote:
>
> > Alexander Macdonald wrote:
> > > Hi
> > >
> > > I've currently got automount setup so that i can cd into a directory
> > > like /mnt/someplace and someplace will be automatically created and
> > > mounted... it would be quite usefull if that directory was allways
> > > visible so that i could browse to it in gui applications... how do i do
> > > that?
> >
> > If you want it visible all the time, use /etc/fstab, not autofs. Work
> > is being done on leaving the directory structure before actually
> > mounting it, but it is not finished yet.
> >
>
> Umm ...
>
> Beg to disagree.
>
> The autofs4-2.4 module build kit or the patches contained in it or the
> patches contained in autofs-4.1.0-beta3 can give you this for some of the
> maps. NIS, LDAP and file maps work at the moment.
>
> I's in the expected place on kernel.org.
Now it is my turn to apologize. I saw the autofs module on the ftp
site, but I didn't have time to investigate. Has this module been
included in the upstream kernel yet?
Forrest
--
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: making the mountpoints visible all the time
2003-11-19 0:24 ` Taylor, ForrestX
@ 2003-11-19 0:41 ` Ian Kent
0 siblings, 0 replies; 16+ messages in thread
From: Ian Kent @ 2003-11-19 0:41 UTC (permalink / raw)
To: Taylor, ForrestX; +Cc: autofs
On Tue, 18 Nov 2003, Taylor, ForrestX wrote:
> On Thu, 2003-11-13 at 19:04, Ian Kent wrote:
> > On Thu, 13 Nov 2003, Taylor, ForrestX wrote:
> >
> > > Alexander Macdonald wrote:
> > > > Hi
> > > >
> > > > I've currently got automount setup so that i can cd into a directory
> > > > like /mnt/someplace and someplace will be automatically created and
> > > > mounted... it would be quite usefull if that directory was allways
> > > > visible so that i could browse to it in gui applications... how do i do
> > > > that?
> > >
> > > If you want it visible all the time, use /etc/fstab, not autofs. Work
> > > is being done on leaving the directory structure before actually
> > > mounting it, but it is not finished yet.
> > >
> >
> > Umm ...
> >
> > Beg to disagree.
> >
> > The autofs4-2.4 module build kit or the patches contained in it or the
> > patches contained in autofs-4.1.0-beta3 can give you this for some of the
> > maps. NIS, LDAP and file maps work at the moment.
> >
> > I's in the expected place on kernel.org.
>
> Now it is my turn to apologize. I saw the autofs module on the ftp
> site, but I didn't have time to investigate. Has this module been
> included in the upstream kernel yet?
>
No.
I have mailed Marcello Tosatti asking what I need to do for my changes to
be included but he hasn't sent any reply.
On the upside, when I commplained about not getting my changes into the
kernel the other day and copied it to the LKML, Peter Anvin suggested I
submit my patches for inclusion in 2.6. He sounded quite positive and I'm
currently porting the changes. You may have seen the recent discussion.
--
,-._|\ Ian Kent
/ \ Perth, Western Australia
*_.--._/ E-mail: raven@themaw.net
v Web: http://themaw.net/
^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2003-11-19 0:41 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-13 17:52 making the mountpoints visible all the time Alexander Macdonald
2003-11-13 20:29 ` Taylor, ForrestX
2003-11-14 0:53 ` Todd Denniston
2003-11-14 3:04 ` Ian Kent
2003-11-14 12:13 ` Alexander Macdonald
2003-11-14 15:09 ` Ryan Go
2003-11-14 15:13 ` Greg Bradner
2003-11-14 18:54 ` Ruslan U. Zakirov
2003-11-16 16:12 ` Ian Kent
2003-11-16 18:09 ` H. Peter Anvin
2003-11-19 0:24 ` Taylor, ForrestX
2003-11-19 0:41 ` Ian Kent
-- strict thread matches above, loose matches on Subject: below --
2003-11-14 14:48 Rigler, Steve
2003-11-14 20:19 ` Alexander Macdonald
2003-11-18 14:05 ` Ian Kent
2003-11-14 21:34 Rigler, Steve
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.