Auto Mount NTFS partition

awesome, thank you, this worked-
one minor edit on the syntax:
THE-UUID-YOU-COPIED /home/canelesso/ssd250 ntfs-3g auto,nofail,uid=1000,gid=1000,utf8,umask=022,defaults 0 0

fstab wants the “=” sign after the UUID:

THE-UUID-YOU-COPIED**=**/home/canelesso/ssd250 ntfs-3g auto,nofail,uid=1000,gid=1000,utf8,umask=022,defaults 0 0

that’s all, cheers!

/etc/fstab: static file system information.

Use ‘blkid’ to print the universally unique identifier for a device; this may

be used with UUID= as a more robust way to name devices that works even if

disks are added and removed. See fstab(5).