Quantcast
Viewing all articles
Browse latest Browse all 3567

System and Network configuration • mounting data disk

Disks are not guaranteed to have the same /dev/sdX name with every boot, better to go with UUID or partition LABEL. Follow Hetzer's suggestion regarding creating a mount point owned by your user. Then in fstab (assuming the UUID in your above post is the actual one):

Code:

UUID=66b4ff4f-4c11-4d4f-9fe1-57b6bd96b5ca  /mnt/data ext4 auto,user,rw,noatime   0    0
"noatime" reduces unnecessary writes, "nofail" is only really needed for external and network disks.

Statistics: Posted by sunrat — 2024-06-11 22:32 — Replies 3 — Views 57



Viewing all articles
Browse latest Browse all 3567

Trending Articles