OPNsense Forum

English Forums => General Discussion => Topic started by: wimopn on February 19, 2019, 03:25:21 PM

Title: filesystems umount by reboot ?
Post 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
Title: Re: filesystems umount by reboot ?
Post by: franco on February 19, 2019, 06:06:02 PM
Looks good. Make sure to turn off /var MFS option. You can double-check using:

# df -h

Mount and unmount is automatic.


Cheers,
Franco
Title: Re: filesystems umount by reboot ?
Post by: wimopn on February 20, 2019, 12:21:48 AM
thx !