Linux mount options for HDD with storagenode

Hi!

I have a question. What mount options it is better to use for HHD with storagenode on Linux?

I use this options: “rw,noexec,nosuid,nouser,nodev,nofail,noatime,auto,async”. Could you tell me if this options limit storj or it is enough for proper work?

I need answers like “you should delete NOEXEC, because storj try to execute some thing on your hdd… thats why STORJ doesn’t work properly now”. Or “all your options is OK. Storj will work properly with this options”

Best regards, Alex.

P.S.
I use ext4

What filesystem do you use?

If ext4 or xfs, the only option you need is “noatime”. This saves some disk writes, because access times don’t have to be updated on file reads.

2 Likes