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):"noatime" reduces unnecessary writes, "nofail" is only really needed for external and network disks.
Code:
UUID=66b4ff4f-4c11-4d4f-9fe1-57b6bd96b5ca /mnt/data ext4 auto,user,rw,noatime 0 0
Statistics: Posted by sunrat — 2024-06-11 22:32 — Replies 3 — Views 57