Re: home=new partition, how do you mount it auto matically

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Jeremy C. Reed
日付:  
To: plug-discuss
題目: Re: home=new partition, how do you mount it auto matically
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 -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss