Re: Directory does not fit in FAT16 (capacity 516.06 MB)

2023-12-15 Thread lacsaP Patatetom
Le mer. 13 déc. 2023 à 17:32, Alberto Garcia a écrit : > On Wed, Dec 13, 2023 at 04:33:00PM +0100, lacsaP Patatetom wrote: > > having said that, and if you respect the constraints ("what you > > should never do..."), vvfat is a really nice way of performing and > > repeating quick tests without h

Re: Directory does not fit in FAT16 (capacity 516.06 MB)

2023-12-15 Thread Alberto Garcia
On Fri, Dec 15, 2023 at 09:15:22AM +0100, lacsaP Patatetom wrote: > here's a little script following the exchanges above. > perhaps it will be useful to others... If you want a full disk image with its partition table I don't know if you are aware that those tools can work with offsets, e.g.: $

Re: Directory does not fit in FAT16 (capacity 516.06 MB)

2023-12-15 Thread lacsaP Patatetom
Le ven. 15 déc. 2023 à 11:39, Alberto Garcia a écrit : > On Fri, Dec 15, 2023 at 09:15:22AM +0100, lacsaP Patatetom wrote: > > here's a little script following the exchanges above. > > perhaps it will be useful to others... > > If you want a full disk image with its partition table I don't know i

Re: Converting VMWare Workstation VM's to Qemu/KVM

2023-12-15 Thread Nerijus Baliūnas
2023-12-12 22:10, Sbob rašė: Can someone point me to the right way to convert VMWare Workstation VM's to Qemu/KVM/libvirt VM's Then I took these steps: 1) use qemu-img convert to convert the Dev-Fedora.vmdk file: # qemu-img convert -f vmdk -O qcow2 Dev-Fedora.vmdk Dev-Fedora.qcow2 this crea