Reloadig /etc/fstab
Apr 16, 2008I edited the /etc/fstab with pico to include the noatime to some partitions.
LABEL=/ / ext3 defaults,usrquota 1 1
LABEL=/boot1 /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs noexec,nosuid 0 0
LABEL=/home /home ext3 defaults,noatime,usrquota 1 2
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
LABEL=/tmp1 /tmp ext3 defaults,noatime 1 2
LABEL=/usr1 /usr ext3 defaults,noatime,usrquota 1 2
LABEL=/var1 /var ext3 defaults,noatime,usrquota 1 2
LABEL=SWAP-sda5 swap swap pri=0,defaults 0 0
/dev/sdb1 /hdd1 ext3 defaults,noatime,usrquota 0 0
/dev/hda /media/cdrom auto pamconsole,exec,noauto,managed 0 0
How do I make the changes take into effect without a restart?