similar to: dump VBR of a VM image's partition

Displaying 20 results from an estimated 10000 matches similar to: "dump VBR of a VM image's partition"

2013 Nov 22
5
Auditing a vm image - virt-diff - was: Read MBR and store in a file?
Thank you all for your suggestions! Richard W.M. Jones: > I keep meaning to write a comprehensive "virt-diff" tool. I needed it > myself just yesterday. Most interesting. I guess there are two reasons for creating such a tool: just compare the images (show the diff) and/or check for malicious additions in the other image. Did you consider implementing the former or both? Do
2013 Nov 22
0
Re: Auditing a vm image - virt-diff - was: Read MBR and store in a file?
Hi all, Piping in here as someone who has worked on file system and Registry differencing for a few years now. Taking diffs of a storage system is not a straightforward task. Hopefully, this message saves you some re-implementation heartache. In the forensics world, there is a tool called Fiwalk, which enumerates the contents of a file system and its metadata (with some basic data summaries,
2013 Nov 22
3
Read MBR and store in a file?
Hi! Is it possible to read the MBR of an image and to store it inside a file? (If you want to know what I really want to do: Creating a report on all contents of an vm image. [1] [2] Create the image on two different machines, compare them and see, that there are no important differences besides temporary files.) Cheers, adrelanos [1] https://github.com/Whonix/Whonix/issues/113 [2]
2013 Nov 25
1
Re: Auditing a vm image - virt-diff - was: Read MBR and store in a file?
On Fri, 2013-11-22 at 20:14 +0000, Richard W.M. Jones wrote: > On Fri, Nov 22, 2013 at 05:56:00PM +0000, adrelanos wrote: > > Thank you all for your suggestions! > > > > Richard W.M. Jones: > > > I keep meaning to write a comprehensive "virt-diff" tool. I needed it > > > myself just yesterday. > > > > Most interesting. I guess there
2016 Jul 07
2
[Bug 1078] New: please provide a firewall scripts drop-in folder
https://bugzilla.netfilter.org/show_bug.cgi?id=1078 Bug ID: 1078 Summary: please provide a firewall scripts drop-in folder Product: iptables Version: unspecified Hardware: other OS: All Status: NEW Severity: enhancement Priority: P5 Component: unknown Assignee:
2012 Aug 24
1
Does libvirt abstract each and any vm specific command?
Hello, my project still uses VBoxManage but I am inclined to switch to libvirt, if possible, because I like the concept. Some rather unusual commands are used by my project... VBoxManage modifyvm "$VMNAME" --synthcpu on VBoxManage setextradata "$VMNAME" "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" "1" VBoxManage modifyvm "$VMNAME"
2013 Nov 22
0
Re: Auditing a vm image - virt-diff - was: Read MBR and store in a file?
On Fri, Nov 22, 2013 at 05:56:00PM +0000, adrelanos wrote: > Thank you all for your suggestions! > > Richard W.M. Jones: > > I keep meaning to write a comprehensive "virt-diff" tool. I needed it > > myself just yesterday. > > Most interesting. I guess there are two reasons for creating such a > tool: just compare the images (show the diff) and/or check
2013 Dec 14
1
Convert bootable raw hdd image to bootable iso?
Hi, is it possible to convert a bootable raw hdd image including grub (originally created with grml-debootstrap) to a bootable iso somehow? Cheers, adrelanos
2013 Oct 22
2
VBR conflicts filesystem?
In my usb drive with EXT3 filesystem in /dev/sda1 partition, syslinux uses the first sector on /dev/sda1 but EXT3 filesystem doesn't? On Mon, Oct 21, 2013 at 4:49 PM, Ferenc Wagner <wferi at niif.hu> wrote: > Kun Huang <gareth at unitedstack.com> writes: > > > For a bootable usb drive, syslinux seems use MBR and VBR > > (and some files on the partition) >
2013 Oct 21
2
VBR conflicts filesystem?
For a bootable usb drive, syslinux seems use MBR and VBR to find vmlinuz and ramdisk. And VBR stays in the first sector of partition, 63rd for example. So does VBR conflicts the filesystem on partition?
2014 Sep 29
2
Change partition type
Hi, Is there any way to change the partition type using python-guestfs? I'm trying to recreate an NTFS partition, but can not change the type to NTFS (7 identifier in frisk) Filesystem from my disk g.list_filesystems() {'/dev/sda1': 'ntfs', '/dev/sda2': 'ntfs’} Fdisk print g.sfdisk_l(device) Disk /dev/sda: 51200 cylinders, 64 heads, 32 sectors/track Units =
2014 Apr 25
2
Root btrfs partition listed twice?
Hi, I know btrfs complicates filesystem lists due to the use of subvolumes. However, I just noticed that the root partition itself ends up being listed twice with list-filesystems, inspect-os, inspect-get-roots, etc... I'm seeing this in version 1.26, but haven't found anything directly resolving this in newer versions. These commands all show the partition listed twice as in the
2013 Nov 22
0
Re: Read MBR and store in a file?
On Fri, Nov 22, 2013 at 01:58:24PM +0000, adrelanos wrote: > Hi! > > Is it possible to read the MBR of an image and to store it inside a file? Yes, easily :-) guestfish --ro -a disk.img run : pread-device /dev/sda 512 0 > mbr This will work for any format of disk. Of course for a raw format disk this is just a slower way of reading the first 512 bytes from the raw file. Since
2013 Nov 22
1
Re: Read MBR and store in a file?
what about just using dd? dd if=disk.img of=mbr bs=512b count=1 On Fri, 2013-11-22 at 16:24 +0000, Richard W.M. Jones wrote: > On Fri, Nov 22, 2013 at 01:58:24PM +0000, adrelanos wrote: > > Hi! > > > > Is it possible to read the MBR of an image and to store it inside a file? > > Yes, easily :-) > > guestfish --ro -a disk.img run : pread-device /dev/sda 512 0
2019 Apr 03
2
Kickstart putting /boot on sda2 (anaconda partition enumeration)?
Does anyone know how anaconda partitioning enumerates disk partitions when specified in kickstart? I quickly browsed through the anaconda installer source on github but didn't see the relevant bits. I'm using the centOS 6.10 anaconda installer. Somehow I am ending up with my swap partition on sda1, /boot on sda2, and root on sda3. for $REASONS I want /boot to be the partition #1 (sda1)
2006 Sep 01
1
Dump problem on USB drive
Hi. I am running CentOS 4.3 on a small home server just dishing up mail, music etc. to the household. I had been doing irregular backups to a 160GB USB external drive /dev/sda1 mounted as /mnt/backup using tar. Then I read somewhere that dump was better so I tried that after clearing the drive (formatted as ext3). dump -0u -f /dev/sda1 /shared took a while to finish but gave no errors however ls
2009 May 18
4
unable to read partition table in log
Hi recently I noticed in the messages log, the following error May 18 15:59:52 mail kernel: sdb: assuming drive cache: write through May 18 15:59:52 mail kernel: sdb : READ CAPACITY failed. May 18 15:59:52 mail kernel: sdb : status=0, message=00, host=1, driver=00 May 18 15:59:52 mail kernel: sdb : sense not available. May 18 15:59:52 mail kernel: sdb: assuming Write Enabled May 18
2010 Mar 30
2
Can't create partition even though free space is available
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm working with XenServer 5.5u2, which is basically CentOS 5. I'm having trouble creating a partition. I should still have free space in the extended partition, but it won't let me create any more logical partitions. Is there anything I'm doing wrong or is this a bug in fdisk? Command (m for help): p Disk /dev/sda: 1999.8 GB,
2011 Feb 10
5
Can''t find root when start vm
Hello. I can''t start Virtual Machine, have the message: Waiting for root file system ... done. Gave up waiting for root device. Common problems ..... ALERT! /dev/xvda2 does not exist. Dropping to a shell! I have installed Xen 4 in a debian squeeze: # uname -a 2.6.32-5-xen-amd64 #1 SMP Wed Jan 12 05:46:49 UTC 2011 x86_64 GNU/Linux xen-hypervisor-4.0-amd64 4.0.1-2
2012 Mar 31
4
Suggestions on building VM disks from scratch
This may not be the best forum to ask, but it does seem to be one where it is as likely as anywhere that someone will have dealt with a similar problem. I need to define a procedure for last resort disaster recovery from an incremental file level backup of the root partition (and any others that are critical.) Now it is easy enough to create a raw virtual disk with dd, then to losetup and do a