|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| ARCHIVES - HowTos Discussions Have any questions about any HowTo found at the wiki? Post in here! |
|
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I am posting my /etc/fstab. It is still not properly commented, but it is a good start point. Code:
# LINUX OS #--------------------------------------------------------------------------------------- # Device******| Mount Point (Dir) | Filesystem |********Options******** | Dump | fsck #--------------------------------------------------------------------------------------- /dev/sda7**** /******************** reiserfs****acl,user_xattr************ 1******1 /dev/sda5**** /home**************** reiserfs****defaults****************** 1******2 /dev/sda6**** swap******************swap********defaults****************** 0******0 # WINDOWS OS #---------------------------------------------------------------------------------------------- # Device******| Mount Point (Dir) | Filesystem |********Options******************| Dump | fsck #---------------------------------------------------------------------------------------------- /dev/sda1**** /windows/C********** ntfs******** users,gid=users**********************0****0 /dev/sda2**** /windows/D********** vfat******** users,gid=users,umask=0002,utf8=true 0****0 # SOLARIS OS #--------------------------------------------------------------------------------------- # Device******| Mount Point (Dir) | Filesystem |********Options******** | Dump | fsck #--------------------------------------------------------------------------------------- #/dev/sda8**** /solaris/boot****** ufs**********ufstype=sunx86,defaults****0******0 #/dev/sda11****/solaris/data****** ufs**********ufstype=sunx86,defaults****0******0 # EXTERNAL DEVICES #---------------------------------------------------------------------------------------------------- # Device******| Mount Point (Dir) | Filesystem |********Options************************| Dump | fsck #---------------------------------------------------------------------------------------------------- proc********** /proc****************proc********defaults********************************** 0**** 0 sysfs**********/sys**************** sysfs****** noauto************************************ 0**** 0 usbfs**********/proc/bus/usb********usbfs****** noauto************************************ 0**** 0 devpts******** /dev/pts************ devpts******mode=0620,gid=5****************************0**** 0 #/dev/sdb2**** /media/back-up****** vfat********rw,users,gid=users,umask=0002,utf8=true****0**** 0 |
|
|||
|
I'd suggest some file system tweaking to get better performance
for ReiserFS: acl,user_xattr,noatime,nodiratime,notail,barrier=f lush for Ext3: acl,user_xattr,noatime,nodiratime,barrier=1 for XFS: defaults,noatime,nodiratime,barrier |
|
|||
|
Quote:
Thank you very much for these great tips. César |
|
|||
|
Quote:
Something like unknown acl the and drive would not mount changed it to xfs defaults,noatime,nodiratime 1 2 and it mounted /Geoff |
|
|||
|
Quote:
for XFS: defaults,noatime,nodiratime,barrier i switched them :wacko: |
|
|||
|
Quote:
/Geoff |
|
|||
|
Quote:
anyway, corrected now |
|
|||
|
Quote:
/Geoff |
|
|||
|
Quote:
Something to do with speed i guess. Just did a backup that usually takes ca 60 min in 30 min /Geoff |
|
|||
|
Quote:
1) barrier is included by default, no need to add "barrier" flag 2) noatime includes nodiratime so if one uses noatime flag no need to add nodiratime for xfs safe options that will improve fs responsiveness xfs defaults,noatime,logbufs=8,logbsize=32k,biosize=16 if you have UPS then add nobarrier I would suggest against using this option barrier - the cache flush command noatime and nodiratime - last access time is not recorded (file/dir) biosize - sets the default I/O size logbufs - specifies in-memory log buffers logbsize - size of the buffer last three options improve delete/write performance |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|