Where do you configure or what command do I use to mount device at boot? Is it in the file /etc/fstab ?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
migrated from serverfault.com Nov 19 '11 at 19:02
|
You need to make an entry in your /etc/fstab for the device that you want to mount at boot. The exact entry depends on the device you are mounting and the options you want to have applied. The format of the file is
A basic example would be
This will mount the device known as A more advanced example is:
This will mount the partition/device with the UUID show above as the root filesystem. This is often used with multipath devices. The relatime option modifies how the access time is set on the file. The manpage on your local system is the best resource for options:
|
|||
|
|