[nomadbsddevs] Re: nomadhome is full

  • From: Marcel Kaiser <mk@xxxxxxxxxxxx>
  • To: nomadbsddevs@xxxxxxxxxxxxx
  • Date: Fri, 1 Nov 2019 21:02:08 +0100

On  Fri,  1  Nov  2019 20:14:24 +0100 Dmitry Salychev <dsl@xxxxxxxxxxxx>
wrote:

Hi,

I’ve tried to pull, build and run a snapshot (e1128c7b) of NomadBSD on
my ThinkPad X230.

I was able to proceed through the configuration step without any trou-
bles. But I wasn’t able to see "slim" or "openbox" up and running  af-
ter a reboot.

That’s  probably because of the "/private" (or nomadhome.eli) is full.
Take a look at the attached photo.

I observed the same behavior on the both encrypted  and  non-encrypted
nomadhome.  Its  size  isn’t obvious to me (291M). Could I increase it
somehow to fix the problem?

Regards, Dmitry


That’s odd. Since I don’t have a 4GB USB flash drive here (only >=  GB),
I  tested it with an unmodified image (3.72GB) in VirtualBox. I couldn’t
reproduce it. The image I built is based on FreeBSD 12.1-RC2.


     Filesystem             Size  Used  Avail  Capacity  Mounted on
     /dev/label/nomadhome   203M  28M   159M   15%       /home


The fuse subsystem changed in 12.1-STABLE. Maybe the old system produces
wrong  disk  usage  information. Try to add the option statfs_omit_ro to
the unionfs command in /etc/rc.d/mount_uzip:


          unionfs -o cow,max_files=32768,direct_io,statfs_omit_ro
                  -o allow_other,use_ino,suid,nonempty,kernel_cache
                 /home/pkgs=RW:/unionfs/usr/local=RO /usr/local


If that doesn’t  fix  the  problem,  rebuild  your  image  with  FreeBSD
12.1-RC2 (or STABLE) as base system.

Other related posts: