Remounting a disk after reboot

The quickest way to get your drives remounted after a reboot is to add a few lines
to the fstab file, which controls the filesystem configuration and can be found at

/etc/fstab.
Simply add the following command line. The first part is the partition and the latter
part is the mount point. You need to adjust these to your hardware. The final options
are for auto mounting. Do not change these options.
/dev/sda1 /media/HDD1 auto noatime 0 0
/dev/sda2 /media/HDD2 auto noatime 0 0

No comments:

Post a Comment