Re: multiple mounts of single device

2002-01-30 Thread .
Brent Verner writes: > Hi, > > I've been searching for info regarding mounting the same device > to multiple locations in the filesystem, i.e... > > # mount /dev/ad0s1e /usr > # mount -r /dev/ad0s1e /var/jail//usr > # mount -r /dev/ad0s1e /var/jail//usr There was a time I mounted the

Re: multiple mounts of single device

2002-01-30 Thread KT Sin
man mount_nullfs. Remember to read the warning at the bottom of the man page. kt On Tue, Jan 29, 2002 at 09:14:35PM -0800, Gregory Neil Shapiro wrote: > brent> I've been searching for info regarding mounting the same device > brent> to multiple locations in the filesystem, i.e... > > brent> #

Re: multiple mounts of single device

2002-01-29 Thread Gregory Neil Shapiro
brent> I've been searching for info regarding mounting the same device brent> to multiple locations in the filesystem, i.e... brent> # mount /dev/ad0s1e /usr brent> # mount -r /dev/ad0s1e /var/jail//usr brent> # mount -r /dev/ad0s1e /var/jail//usr I can't comment on this specifically but

multiple mounts of single device

2002-01-29 Thread Brent Verner
Hi, I've been searching for info regarding mounting the same device to multiple locations in the filesystem, i.e... # mount /dev/ad0s1e /usr # mount -r /dev/ad0s1e /var/jail//usr # mount -r /dev/ad0s1e /var/jail//usr [Warning: I /know/ I know next-to-nothing about filesystems... bu