On Tue, 14 Dec 2004, bmike1 wrote:
> /dev/hda4 /mnt/hda4 ext3 defaults,noatime 1 1 <- home's location
The second field is the mount point. Maybe you should give it a
descriptive directory name like "/home".
The noatime is for "optimizing read performance" by never updating the
access time field for files. I'd suggest you just use "default". For
security you may want to consider nodev or nosuid (or even noexec).
The fifth and sixth fields are for filesystem dump does not need to be
dumped and when filesystems should be checked on bootup (use 1 for the /
filesystem), respectively.
For example:
/dev/hda4 /home ext3 defaults 0 2
Jeremy C. Reed
technical support & remote administration
http://www.pugetsoundtechnology.com/
---------------------------------------------------
PLUG-discuss mailing list -
PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss