[plug] HELP! servers boots in ro mode only
Craig Ringer
craig at postnewspapers.com.au
Wed Jun 12 13:24:17 WST 2002
> mount -t ext3 rw /dev/hda2 #the boot sector
> mount -t ext3 rw /dev/hda3 #the root partition
erm... try
mount -t ext3 -o r0 /dev/hda2 /mnt/tmp
after a mkdir /mnt/tmp
also
mount / -o rw,remount
--
Craig Ringer
GPG Key Fingerprint: AF1C ABFE 7E64 E9C8 FC27 C16E D3CE CDC0 0E93 380D
-- if it ain't broke, add features 'till it is. (or:)
while (! broken) { feature ++ ; }
More information about the plug
mailing list