Using mount command to mount a new partition
#mount -o ro,nodev,noexec,nosuid partition mountpoint
example
#mount -o ro,nodev,noexec,nosuid /dev/mapper/VolGroup00-LogVol02 /data
-o (option) place any option following here
Consider the minimum permision for each mountpoint.
umount command
#umount /data
Jun 13, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment