OPNsense Forum
English Forums => General Discussion => Topic started by: wimopn on February 19, 2019, 03:25:21 pm
-
Hi
I'm running opensense 19.1.1 on an apu2c4. Al the other filesystems are on the sd card
I added 2 filesystems (on ssd) in the /etc/fstab (the idea was to put var on a ssd to minimise wear & tear on the sd
/dev/ufs/OPNsense_Nano / ufs rw 1 1 # notrim
/dev/ada0p1 /var ufs rw 2 2
/dev/ada0p2 /home ufs rw 2 2
=> Is there anything more to be done (for example to properly dismount by a reboot=> some config to add in a confog file ) ?
Thank you
Wim
-
Looks good. Make sure to turn off /var MFS option. You can double-check using:
# df -h
Mount and unmount is automatic.
Cheers,
Franco
-
thx !