capture minimum image?
-
@kylian Please run the command (as root) mentioned below and post output here.
-
@Sebastian-Roth will do wen the capture is done in a litle bit. (already started it about 3 hours ago)
-
@kylian said in capture minimum image?:
already started it about 3 hours ago
In this case I would think it captures in RAW… I would cancel the capture and try to see why it takes so long. A normal capture is done in less than an hour.
Just switch off the machine capturing, cancel the task in the web UI and boot up your ARCH linux and run the following commands and post output here:
mount lvscan sfdisk -d /dev/sda
-
label: dos label-id: 0x4ba3741d device: /dev/sda unit: sectors sector-size: 512 /dev/sda1 : start= 2048, size= 2097152, type=83, bootable /dev/sda2 : start= 2099200, size= 1463048192, type=8e
thats the output. but wen going to disks i see it is setup as LVM2 so thats the problem i supose (also 750gb thought this laptop was 2tb my bad)
-
@kylian said in capture minimum image?:
but wen going to disks i see it is setup as LVM2
Yes if you want it to be resizable this needs to be a normal partition not a LVM container.
-
@george1421 al ride thanks for all help then all my questions are pretty much answered.
PS love fog project so far also a great community by the looks of it -
@kylian Yes, unfortunately current versions of FOG can only capture LVM as RAW. So you’d need to do a fresh install of that system using a plain partitioning.
When you do this make sure you use GPT (not MBR) and if possible put the largest partition you want to be resizable as last.
-
@Sebastian-Roth oke i will do that the laptop was just installed so it dosnt matter much it needs a reinstall.
Also does btrsf work? i like it a lot for the snapshots -
@kylian Let me double check but I believe that partclone supports btrfs. Partclone does support it I just need to see if FOG turns it on when compiling Partclone.
edit: These are the filesystems that FOG’s flavor of Partclone support
./usr/sbin/partclone.info ./usr/sbin/partclone.dd ./usr/sbin/partclone.restore ./usr/sbin/partclone.chkimg ./usr/sbin/partclone.imager ./usr/sbin/partclone.extfs ./usr/sbin/partclone.hfsp ./usr/sbin/partclone.apfs ./usr/sbin/partclone.xfs ./usr/sbin/partclone.fat ./usr/sbin/partclone.ntfs ./usr/sbin/partclone.btrfs ./usr/sbin/partclone.ext2 ./usr/sbin/partclone.ext3 ./usr/sbin/partclone.ext4 ./usr/sbin/partclone.ext4dev ./usr/sbin/partclone.hfs+ ./usr/sbin/partclone.hfsplus ./usr/sbin/partclone.ntfsreloc ./usr/sbin/partclone.fat12 ./usr/sbin/partclone.fat16 ./usr/sbin/partclone.fat32 ./usr/sbin/partclone.vfat
-
@george1421 alride thanks for the help. i will get to work then