Arch system installation

Arch is a great rolling distribution. It has very good information on most things we need.

Installation and usage

The -u option is used to prevent upgradating in the destination a file with same name and the destination file was last modified.

FSTAB entry for mounting a windows file system

UUID=a-Z0-9 mount-point ntfs-3g uid=1000,gid=1000,dmask=022,fmask=133 0 0

uid=1000 mounts the file system as the main user. and dmask and fmask is used consider them as 777 - values. So, 022 will make the directors as 755, so every one as read and open directors. Owner can always do anything. this is the most ideal setting. Always follow this.!

Things to do behind a proxy