You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as you can see there is 295G of free space on the disk. Actually I'm trying to resize the space occupied by the nomadbsd-zroot pool. This is what I tried to do :
if you write the image to a physical disk, there is no need to truncate. NomadBSD will use all the remaining space of the device, no matter how big the image is. truncate makes only sense if you create a virtual disk.
I don't see the /home dataset, so I assume you didn't boot the disk and run the setup. NomadBSD can't expand the filesystem if you don't run it ;-)
Hello.
I've downloaded the new version of NomadBSD and I have increased its size with this command :
# truncate -s +280g nomadbsd-131R-20221130.amd64.zfs
at this point I've dd'ed the image to one of my disks with the following command :
# dd if=nomadbsd-131R-20221130.amd64.zfs of=/dev/da1
unfortunately,when the operation ended,I realized that the nomadbsd image file didn't increase its space at all,I don't know why :
as you can see there is 295G of free space on the disk. Actually I'm trying to resize the space occupied by the nomadbsd-zroot pool. This is what I tried to do :
BUT I get this error :
invalid vdev specification
use '-f' to override the following errors:
mismatched replication level: pool uses disk and new vdev is file
what to do now ? thanks.
The text was updated successfully, but these errors were encountered: