Need support for GhostBSD. Ask here if your question does not fit elsewhere.
security_lover
Posts: 69 Joined: Thu Apr 22, 2021 9:54 am
Post
by security_lover » Fri Apr 23, 2021 10:01 am
@ericbsd
It worked. Not only my usb drive but all other partitions are auto mounting.
One question, can I continue to update the system the usual way ? I mean using the commands :
Code: Select all
sudo pkg update -f
sudo pkg upgrade
I am paranoid about security !
ericbsd
Developer
Posts: 2125 Joined: Mon Nov 19, 2012 7:54 pm
Post
by ericbsd » Fri Apr 23, 2021 10:04 am
When there is updates and upgrades you will be notified by update-station.
ericbsd
Developer
Posts: 2125 Joined: Mon Nov 19, 2012 7:54 pm
Post
by ericbsd » Fri Apr 23, 2021 10:06 am
Better use the GUI
Using 'sudo pkg upgrade' on kernel upgrade will result in an unusable system.
security_lover
Posts: 69 Joined: Thu Apr 22, 2021 9:54 am
Post
by security_lover » Fri Apr 23, 2021 10:09 am
@ericbsd
I have already used sudo pkg upgrade once. It downloaded 400MB of updates. Is the damage already done ? Do I need to reinstall GhostBSD again ?
I am paranoid about security !
ericbsd
Developer
Posts: 2125 Joined: Mon Nov 19, 2012 7:54 pm
Post
by ericbsd » Fri Apr 23, 2021 10:11 am
I do not think there is a kernel upgrade after that release.
ericbsd
Developer
Posts: 2125 Joined: Mon Nov 19, 2012 7:54 pm
Post
by ericbsd » Fri Apr 23, 2021 10:12 am
at worst you can do "sudo pkg upgrade -f" it will for to upgrade everything on the right kernel version.
ericbsd
Developer
Posts: 2125 Joined: Mon Nov 19, 2012 7:54 pm
Post
by ericbsd » Fri Apr 23, 2021 10:15 am
Oh, if you installed with zfs, update-station does some backup that can be started at boot.
ericbsd
Developer
Posts: 2125 Joined: Mon Nov 19, 2012 7:54 pm
Post
by ericbsd » Fri Apr 23, 2021 10:17 am
thanks, I didn't know about that. I rarely deal with the documentation.
security_lover
Posts: 69 Joined: Thu Apr 22, 2021 9:54 am
Post
by security_lover » Fri Apr 23, 2021 10:18 am
ericbsd wrote: ↑ Fri Apr 23, 2021 10:15 am
Oh, if you installed with zfs, update-station does some backup that can be started at boot.
Yes I am using ZFS. The backups that the update-station creates they reside on the / partition right ?
I have allocated 25GB for GhostBSD. Is that enough ? I am worried that the backups may consume all space.
I am paranoid about security !