You are not logged in.
Pages: 1
My fstand looks like this:
[khajvah@khajvaharch ~]$ cat /etc/fstab
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
I am not sure but I think I forgot to genfstab when I was installing my arch. How can I generate it now or how can I edit it by hand?
Last edited by khajvah (2013-08-31 11:55:00)
Offline
It is perfectly fine to edit /etc/fstab by hand, assuming you know how. However, it is probably easier to load up the live image again, mount your filesystems under /mnt and run:
# genfstab -U -p /mnt >> /mnt/etc/fstab
as indicated in Generate an fstab of the Beginners Guide.
NOTE: You don't have to repeat the whole install to use the genfstab command, you just need the filesystems mounted somewhere.
Last edited by Mr. Shannon (2013-08-31 10:37:05)
Offline
Pages: 1