Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
General Discussion
»
filesystems umount by reboot ?
« previous
next »
Print
Pages: [
1
]
Author
Topic: filesystems umount by reboot ? (Read 3315 times)
wimopn
Newbie
Posts: 8
Karma: 1
filesystems umount by reboot ?
«
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
Code:
[Select]
/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
Logged
franco
Administrator
Hero Member
Posts: 17660
Karma: 1611
Re: filesystems umount by reboot ?
«
Reply #1 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
Logged
wimopn
Newbie
Posts: 8
Karma: 1
Re: filesystems umount by reboot ?
«
Reply #2 on:
February 20, 2019, 12:21:48 am »
thx !
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
General Discussion
»
filesystems umount by reboot ?