I've installed FreeBSD with KDE and some basic apps using the UFS. I labeled the flash drive "FreeBSD-KDE" with glabel. I set up fstab to point to the correct directory /dev/label/FreeBSD-KDE. Now I am wanting to back this up in the form of a persistent storage img file so i wont have to go through the entire lengthy installation process to get everything how I like it every time I want a fresh install of this setup.
Is there any way to do this? I dont really care about having it installed anywhere but to flash drives so I can take it wherever i go and not leave a bunch of crap behind on various computers. I wanted the img file to keep the label created by glabel so that when I write the image to a new flash drive it will be able to boot with the same directory predefined by fstab and just work out of the box after everything is all said and done. If there is any way to make this happen, what would I use?
I've tried the dd command several times now to make a duplicate of my working flash drive and while it boots up with the FreeBSD logo just fine, after that it can't seem to mount the drive, no label kept, but I can for example enter ufs:/dev/da0 rw and even though that is verified to be the correct location it errors every time.
I also tried re-adding the label with glabel and doing ufs:/dev/label/FreeBSD-KDE rw and no dice.
Thanks in advance for any help or suggestions!
Is there any way to do this? I dont really care about having it installed anywhere but to flash drives so I can take it wherever i go and not leave a bunch of crap behind on various computers. I wanted the img file to keep the label created by glabel so that when I write the image to a new flash drive it will be able to boot with the same directory predefined by fstab and just work out of the box after everything is all said and done. If there is any way to make this happen, what would I use?
I've tried the dd command several times now to make a duplicate of my working flash drive and while it boots up with the FreeBSD logo just fine, after that it can't seem to mount the drive, no label kept, but I can for example enter ufs:/dev/da0 rw and even though that is verified to be the correct location it errors every time.
I also tried re-adding the label with glabel and doing ufs:/dev/label/FreeBSD-KDE rw and no dice.
Thanks in advance for any help or suggestions!