2.6 hoses 2.4 on old-world?
CaT
cat at zip.com.au
Sat Aug 21 11:41:55 EST 2004
On Fri, Aug 20, 2004 at 09:04:23PM -0400, Stefan Jeglinski wrote:
> But if I try e2fsck /dev/sda6, I get 'couldn't open /dev/null
> (read-only file system)' despite what mtab says. I can't seem to
> umount anything to try remounting.
do an 'ls -l /dev/null'. Does it look something like this?
crw-rw-rw- 1 root root 1, 3 2004-08-14 04:37 /dev/null
If not then remove it and type
mknod /dev/null c 1 3
You'll need to mount the fs rw first though. This should do it:
mount -o 'remount,rw' /
And don't forget to remount ro when you're done.
--
Red herrings strewn hither and yon.
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
More information about the Linuxppc-dev
mailing list