On Wed, 2002-09-25 at 12:16, Trev wrote: > What is the complete mount r/w command for mounting when in rescue mode > with making > a tmp mount point. I've tried but can't remember, no mans in rescue.
mount / -o remount,rw
that would remount the root partition read/write
mkdir /hda1
mount /dev/hda1 /hda1
these two commands make a dir then mount hda1 at that point. its a VERY
bad idea to use tmp to mount things
