> I know I've seen Technologic documentation about "hardening" a system
> by mounting the filesystem RO, but I can't seem to find it right now.
> Does anyone have a link or general instructions? I assume it involves
> modifying fstab.
>
> Also, once I have the filesystem mounted RO, how do I change the
> system back to mount it RW? That's the part that has me really stumped.
I don't remember the format for fstab, but you can change the FS from RO to
RW and back from the command line something like this:
mount -o remount,rw /dev/hda1 /mnt
mount -o remount,ro /dev/hda1 /mnt
(of course /dev/hda1 and /mnt must be replaced by the filesystem device and
mount point, respectively...)
Regards,
Michael
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|