Andrew Bird

Results 302 comments of Andrew Bird

I didn't know about `virt-make-fs`, first glance looks good, I'll investigate.

Not sure what I'm doing wrong, but IO can't seem to make a vfat filesystem `env LIBGUESTFS_DEBUG=1 LIBGUESTFS_TRACE=1 virt-make-fs -v --format=raw --partition=mbr --size=+10M --type=vfat test-imagedir/dXXXXs/c out.img` ~~~ libguestfs: trace: set_verbose...

So chmod +r allowed the command to proceed, but eventually it ended up trying to run `qemu-system`. ~~~ [11476ms] /usr/bin/qemu-system-i386 \ -global virtio-blk-pci.scsi=off \ -enable-fips \ -nodefaults \ -display none...

Wow, dd, sfdisk, mkfs.fat and mtools might be easier.

images produced are partitioned ~~~ $ bin/mkfatimage16 -p -f t10.img -r test-imagedir/dXXXXs/c/fdppconf.sys $ file t10.img t10.img: DOS/MBR boot sector; partition 1 : ID=0x1, start-CHS (0x0,1,1), end-CHS (0x23,3,17), startsector 17, 2431...

@Patriciogonza9090 I suspect the effect you are seeing is the result of windows client side caching, I haven't used windows/samba myself for a good while, but I suggest you search...

I don't know that there's really any dispute here, certainly not on my part. I would think though that having this include method just adds to the potential sources of...

> Same as if they are hard-coded (as now). If `~/.dosemu/dosemurc`, `~/.dosemu/.dosemurc`, `~/.dosemurc` all exist are they each parsed or is just one?

If you need to add a new variant to fatfs.c I think we have run out of bits or are very close to 32.