Displaying 20 results from an estimated 100 matches for "diskimag".
Did you mean:
diskimage
2008 Oct 01
0
AW: Increase size of file-based diskimage (with MBR, partitions + fs)
...be no risk at all:
Partition 1 on the image: /
Partition 2 on the image: swap space
This setup WONT''T WORK, YOU LOOSE YOUR DATA:
Partition 1 on the image: /
Partition 2 on the image: swap
Partition 3 on the image: /var or /somethingelse
So what you have to do:
a) create a backup of the diskimage that you want to modify
b) shutdown domU
c) add extra space to the image by entering: dd if=/dev/zero bs=1M count=1024 >> /path/to/diskimage (this would add another 1024M to the DomU image)
d) boot domU
e) disable swap partitions by entering: swapoff /dev/xvda2 (or what corresponds to you...
2017 Oct 01
3
Error copying files with extended attributes to Windows clients
When copying files to a Windows 10 client, an error is thrown if the
file has extended attributes. In this case, the files were all created
by an OS X client with netatalk.
I'm using Samba from the Ubuntu 16.04 repository, which is currently
4.3.11+dfsg-0ubuntu0.16.04.11.
In my smb.conf:
# Netatalk configuration
vfs objects = catia fruit streams_xattr
fruit:encoding = native
2017 Nov 05
0
Error copying files with extended attributes to Windows clients
...tories for OS X clients, and it looks like this bug has been fixed
too. I re-enabled ea support, and copies work. It does look like some
attrs are lost in the process, but that's probably because they are
larger than some NTFS limit?
getfattr vlc-2.2.2.dmg
# file: vlc-2.2.2.dmg
user.com.apple.diskimages.fsck
user.com.apple.diskimages.recentcksum
user.com.apple.metadata:kMDItemDownloadedDate
user.com.apple.metadata:kMDItemWhereFroms
user.com.apple.quarantine
user.org.netatalk.Metadata
# Copied the file off the share and back with Windows 10 Explorer
$ getfattr vlc-2.2.2-copied.dmg
# file: vlc-2...
2010 Aug 30
4
memdisk operations FAIL to boot with Syslinux-4.02
...EL ^3.grub4dos
COM32 chain.c32 fs grldr=/grldr/grldr
APPEND file=/grldr/grldr
# grub.exe & menu.lst on the device loads GUI
# takes @ 1Min to load and then boots
#verified boots grub4dos
LABEL nu2-2
MENU LABEL ^2. INSERT\partimage -->Tool to get LinuxPartition_UsbDrv Img
kernel /DiskImages/memdisk
append initrd=/DiskImages/BtInsUSB.img
LABEL nu2-4
MENU LABEL ^4. Partition Magic8 -->Universal partition manager
kernel /DiskImages/memdisk
append initrd=/DiskImages/Pm8.img
LABEL nu2-5
MENU LABEL ^5. Plpbt.
KERNEL /ISOimages/memdisk
INITRD /ISOimages/Plpbt....
2005 Jul 12
3
Additional file for pxelinux?
Hi,
is it possible to append more than only one file?
Atm i've the kernel and my initrd that are loading.
How can i access the other files in my diskimage?
My problem is, that i can't see/mount the additional files in my
diskimage, only the kernel and the initrd are shown. And I want to
have separate files, it is not possible for me to put all needed files
in the initrd to solve my problem. Or can I access the loaded
diskimage somewhere? I trie...
2013 Jan 09
21
question
Hello,
Is "Dos installer from Win98" REMOVED from
Syslinux-5.00/syslinux-5.01-pre1?
Prof S W Damle
2010 Nov 05
2
How to install an Ubuntu DomU on Ubuntu 10.04 Dom0
Hi,
I''m a newbie in VM/Xen. As a first step to do some study/experiment on VM, I
want to install Ubutnu (10.04) as DomU on top of Ubutu (10.04) Dom0.
I need some direction to stat with:
- how to install the DomU image
- how to configure the network address
I''d be greatly thankful to you for providing some useful link to this end.
Thank you in advance.
Regards,
-shopno
2007 Mar 10
3
mount xen partitions inside logical volume from dom0?
I''ve installed a FC5 domU under RHEL5-beta2 dom0 with virt-manager.
As the disk for domU I used:
phy:/dev/mapper/VolGroup00-LogVol02,xvda,w
In the domU I have partitions:
/dev/xvda1 on / type ext3 (rw)
/dev/xvda2 on /var type ext3 (rw)
How do I access these partitions from dom0? For example if I take an
LVM snapshot of
LogVol02, how do I mount the / partition of the domU installed on
2008 Oct 08
4
Problem with dump stalling
Hi
If I have the wrong list please feel free to redirect me.
I'm running 7.0-RELEASE-p4 and trying to backup to an external USB
drive.
I'm using the following command
dump -a0Lf /backup/diskimages/root /dev/mfid0s1a
Where df:
Filesystem 1K-blocks Used Avail Capacity Mounted on
/dev/mfid0s1a 507630 208436 258584 45% /
/dev/da1s1d 709513458 9853800 642898582 2% /backup
The following processes start
75399 p0 I+ 0:00.04 dump -a0Lf /backup/...
2017 Nov 05
1
Error copying files with extended attributes to Windows clients
...ks like this bug has been fixed
> too. I re-enabled ea support, and copies work. It does look like some
> attrs are lost in the process, but that's probably because they are
> larger than some NTFS limit?
>
> getfattr vlc-2.2.2.dmg
> # file: vlc-2.2.2.dmg
> user.com.apple.diskimages.fsck
> user.com.apple.diskimages.recentcksum
> user.com.apple.metadata:kMDItemDownloadedDate
> user.com.apple.metadata:kMDItemWhereFroms
> user.com.apple.quarantine
> user.org.netatalk.Metadata
>
> # Copied the file off the share and back with Windows 10 Explorer
>
>...
2015 Jun 16
2
[PATCH v4] RFC: New tool: virt-dib
virt-dib is a new tool to run the elements of diskimage-builder using
libguestfs.
---
I would like to have it reviewed at this point, so it can be used.
Documentation and code can be improved and polished following feedback.
.gitignore | 5 +
Makefile.am | 3 +-
appliance/packagelist.in | 7 +
configure.ac...
2015 Jun 30
0
Re: [PATCH v4] RFC: New tool: virt-dib
...ch of embedded bash scripts. Probably they need to use
'set -e'. Quoting seems OK, but if there are any quotes wrong, then
it might lead to an appliance exploit, which worried me. Can we do it
in any other way apart from using shell scripts (this is supposed to
be a secure alternative to diskimage-builder after all ..)
I thought the rest of the implementation was surprisingly simple,
which is good.
> +=item B<--mkfs-options> C<OPTION STRING>
> +
> +Add the specified options to L<mkfs(1)>, to be able to fine-tune
> +the root filesystem creation. Note that thi...
2015 Aug 12
3
[PATCH 0/1] dib: handle unsetting functions in environment
This fixes this error I'm hitting when trying to run virt-dib:
$ ./run virt-dib -v -x -B ~/git/diskimage-builder/lib/ --element-path ~/git/diskimage-builder/elements/ fedora-minimal
[ 0.0] Elements: base fedora-minimal
[ 0.0] Expanded elements: base dib-init-system dib-run-parts fedora-minimal install-types package-installs pkg-map redhat-common rpm-distro yum yum-minimal
[ 0.0] Carried environ...
2017 Feb 17
0
[PATCH 2/2] dib: small documentation improvements
...elper drive specified with
+I<--drive>; see also L</HELPER DRIVE>.
=item B<--install-type> TYPE
@@ -311,7 +311,7 @@ C<DIB_OFFLINE> is set to C<1>, signaling the elements that they
should use only cached resources when available. Note also that,
unlike with C<diskimage-builder> where elements may still be able
to access to the network even with C<DIB_OFFLINE=>, under virt-dib
-network will be fully unaccessible.
+network will not be accessible at all.
=item B<--name> NAME
@@ -324,7 +324,7 @@ current directory:
=item F<$NAME.ext>
-...
2003 Jul 02
6
help: booting dos from syslinux/memdisk
Thanks for Remko for his help to solve the fractional cylinder problem.
But there is the second problem, the boot disk failure (see below << [B])
...
command line: initrd=disk.img harddisk c=2 h=256 s=63 BOOT_IMAGE=memdisk
Disk is hard disk, 16128K CHS=2/256/63 <<<< [A]
...
Loading boot sector... booting...
SYSLINUX 2.04
welcome!
boot: 1
[single dot]
2012 Feb 10
2
Detach devices using Libvirt+Xen
...aniel Espling
---
For CD-ROM, we can mount them using attach-device but cannot remove them using the correspoding call to detach-device:
cdrom7.xml contains:
<disk type='file' device='cdrom'>
<driver name='file' type='raw'/>
<source file='/opt/diskimages/test7.iso'/>
<target dev='hdc' bus='ide'/>
<readonly/>
</disk>
eject.xml contains:
<disk type='block' device='cdrom'>
<driver name='file'/>
<target dev='hdc' bus='ide'/>
<readonly/>
<...
2015 Jul 03
1
[PATCH v5] New tool: virt-dib
virt-dib is a new tool to run the elements of diskimage-builder using
libguestfs.
---
.gitignore | 5 +
Makefile.am | 3 +-
appliance/packagelist.in | 12 +
configure.ac | 1 +
dib/Makefile.am | 144 ++++++++
dib/cmdline.ml | 242 +++++++++++++
dib/dib.ml | 920 ++++++++++++...
2015 May 29
0
[PATCH v3] RFC: New virt-dib tool
virt-dib is a new tool to run the elements of diskimage-builder using
libguestfs.
---
More or less stable now, although with debug stuff here and there;
needs initial review, for being included. I would like to have it
reviewed at this point, so it can be broadly used.
TODO items open:
- improve the documentation
- review
- getting more testing (a...
2007 Oct 12
3
How get DHCP-/BOOTP-Options with MEMDISK
Using PXELINUX and MEMDISK I started a MS-DOS-Diskimage.
How can I get the DHCP-Options or BOOTP-Tags from within MS-DOS?? (Like bppatch from 3com.)
Thanks!
_______________________________________________________________________
Jetzt neu! Sch?tzen Sie Ihren PC mit McAfee und WEB.DE. 3 Monate
kostenlos testen. http://www.pc-sicherheit.web.de/startsei...
2015 Mar 31
0
[PATCH] WIP: New virt-dib tool
virt-dib is a new tool to run the elements of diskimage-builder using
libguestfs.
---
Work in progress (debug stuff here and there), although I've submitting
it for initial review, for being included later when polished for good.
TODO items open:
- move Uname from builder to mllib
- improve the documentation
- review
- getting more testing (a...