You are not logged in.

#1 2013-08-31 10:12:52

khajvah
Member
From: Yerevan, Armenia
Registered: 2012-04-23
Posts: 52

[solved]Forgot to genfstab

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

#2 2013-08-31 10:35:52

Mr. Shannon
Member
Registered: 2013-08-16
Posts: 2

Re: [solved]Forgot to genfstab

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

Board footer

Powered by FluxBB