Re: Read only fs

2003-03-17 Thread Vineet Kumar
* Kris <[EMAIL PROTECTED]> [20030317 13:19 PST]: > I am trying to boot my / fs as read only. Currently the file system is all > /dev/hda1 and this is mounted as root but when I try to boot it in read > only. I get so many errors I just don't know where to start. Any advice > would be appreciated

Read only fs

2003-03-17 Thread Kris
I am trying to boot my / fs as read only. Currently the file system is all /dev/hda1 and this is mounted as root but when I try to boot it in read only. I get so many errors I just don't know where to start. Any advice would be appreciated. Kris -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Re: SOLVED! Re: Letting users look at a read-only FS

2002-06-19 Thread Pollywog
On Wed, 19 Jun 2002 10:00:21 -0700 "Steve Juranich" <[EMAIL PROTECTED]> wrote: > Thanks Travis and Dale. The umask argument did the trick. I changed it to > 000 instead of 007, because I didn't want to have to fiddle around with group > ownerships as well. > > Now to get wine working. I'd like

SOLVED! Re: Letting users look at a read-only FS

2002-06-19 Thread Steve Juranich
Thanks Travis and Dale. The umask argument did the trick. I changed it to 000 instead of 007, because I didn't want to have to fiddle around with group ownerships as well. Now to get wine working. I'd like to play Magic: The Gathering online without having to boot windoze. ;)

Re: Letting users look at a read-only FS

2002-06-18 Thread Dale Hair
> Wouldn't umask=007 be better? Otherwise the gid part is redundant since > the group really doesn't matter if other has the same permissions as > group... I don't remember how I came up with this line, it was several months ago, looking at it now what you say makes sense. I think I tried umas

Re: Letting users look at a read-only FS

2002-06-18 Thread Travis Crump
Dale Hair wrote: I use this line but there may be a better way. /dev/sda1/win2k ntfsdefaults,users,ro,umask=0,gid=6 0 0 Wouldn't umask=007 be better? Otherwise the gid part is redundant since the group really doesn't matter if other has the same permissions as group... --

Re: Letting users look at a read-only FS

2002-06-18 Thread Dale Hair
I use this line but there may be a better way. /dev/sda1/win2k ntfsdefaults,users,ro,umask=0,gid=6 0 0 On Tue, 2002-06-18 at 16:39, Steve Juranich wrote: > I have the following /etc/fstab: > > # /etc/fstab: static file system information. > # > #

Letting users look at a read-only FS

2002-06-18 Thread Steve Juranich
I have the following /etc/fstab: # /etc/fstab: static file system information. # # /dev/hda2 / ext3defaults,errors=remount-ro 0 1 /dev/hda3 noneswapsw 0 0 proc/proc