RE: Read-only File-system!

2000-02-10 Thread Cameron Matheson
I rebooted and now It stops after it gets to VFS: mounting root file-system Hey, I recompiled my kernel and then I logged in a few times without problems. I was using gomconfig (I thought that would get sound working in WMaker and in games), but after that I got /dev/cdrom permission errors

Re: read-only file system

1999-11-06 Thread Martin Fluch
On Sat, 6 Nov 1999, Jean Pierre LeJacq wrote: > Actually, I would encourage you to keep this ro. There's typically > no reason to write into /usr except when installing new > packages. This provides some extra security and system consistency. BTW, apt-get can be configured to automaticaly remou

Re: read-only file system

1999-11-06 Thread Jean Pierre LeJacq
On Sat, 6 Nov 1999, T.V.Gnanasekaran wrote: > >mount > /dev/sda11 on /usr type ext2 (ro) > > > To change to read/write see the man page for mount. > did it, now i have remounted. I should check fstab file > before I down the machine just to make sure it is not > mounted with 'ro' again. Act

Re: read-only file system

1999-11-06 Thread T.V.Gnanasekaran
Hi Jean, >mount /dev/sda11 on /usr type ext2 (ro) > and see if this is true. yes it is! > To change to read/write see the man page for mount. did it, now i have remounted. I should check fstab file before I down the machine just to make sure it is not mounted with 'ro' again. thanks. -g

Re: read-only file system

1999-11-06 Thread Martin Fluch
On Sat, 6 Nov 1999, Jean Pierre LeJacq wrote: > Probably because /usr was mounted readonly. Try: > >mount > > and see if this is true. To change to read/write see > the man page for mount. mount -o remount,rw /usr or something like this. -- Linux, because I'd like to *get th

Re: read-only file system

1999-11-06 Thread Jean Pierre LeJacq
On Sat, 6 Nov 1999, T.V.Gnanasekaran wrote: > I can't create dir in /usr/doc area. I get: > > genome:/usr/doc# mkdir test > mkdir: cannot make directory `test': Read-only file system > genome:/usr/doc# Probably because /usr was mounted readonly. Try: mount and see if this is true. To cha

Re: Read-only file system on /dev/fd0?

1999-10-06 Thread David Coe
Yifang Dai <[EMAIL PROTECTED]> writes: > I hit this strange problem today, on my potato machine: > > /boot# dd if=bzImage-2.2.12 of=/dev/fd0 > dd: /dev/fd0: Read-only file system do you have it mounted? try umount /dev/fd0 and see if that lets it work.

Re: Read-only file system on /dev/fd0?

1999-10-06 Thread Yifang Dai
On Tue, Oct 05, 1999 at 04:11:00PM -0700, Eric G . Miller wrote: > On Tue, Oct 05, 1999 at 12:59:06PM -0400, Yifang Dai wrote: > > I hit this strange problem today, on my potato machine: > > > > /boot# dd if=bzImage-2.2.12 of=/dev/fd0 > > dd: /dev/fd0: Read-only file system > > > > Here is the pe

Re: Read-only file system on /dev/fd0?

1999-10-05 Thread Eric G . Miller
On Tue, Oct 05, 1999 at 12:59:06PM -0400, Yifang Dai wrote: > I hit this strange problem today, on my potato machine: > > /boot# dd if=bzImage-2.2.12 of=/dev/fd0 > dd: /dev/fd0: Read-only file system > > Here is the permission for /dev/fd0 > > /boot# ls -l /dev/fd0 > brw-rw-r-- 1 root flop