Well, if it works, then good for you, but I foresee problems with permissions arising soon, because NTFS does not store POSIX file ownership or permissions.
So better would be to include a record for that filesystem — with the proper permissions as a mount option — in /etc/fstab. Something along the lines of… ![]()
UUID=the-UUID-of-the-partition /run/media/hydra/Storage ntfs-3g auto,nofail,uid=1000,gid=1000,utf8,umask=022,defaults 0 0
You can find out the UUID of the filesystem with… ![]()
lsblk -o NAME,MOUNTPOINT,UUID
More information can be found in the tutorial below… ![]()