Questions tagged [raw-disk]
30 questions
1
vote
3 answers
does KVM raw images support preallocation?
I was trying to create a raw image with this command:
qemu-img create -f raw -o size=200G,preallocation=metadata file.img
but seem that it raw images doesn't support preallocation.
if so why there is raw + preallocation in this chart?
# qemu-img…

Zim3r
- 1,454
- 5
- 24
- 45
1
vote
2 answers
Write an image to an external hard disk in Windows 7
As you may already know, Windows Vista SP2 and up (includes Windows 7) block raw disk write access. Is there a way, short of patching the kernel, to override that block? So in cygwin I can do e.g. cat ./myfile>/dev/sdc3
Is there a Windows freeware…

unixman83
- 1,932
- 8
- 25
- 33
1
vote
2 answers
Virtualbox and raw disk problem
I'm trying to use a raw disk in virtualbox, following this guide.
Anyhow I get an error:
mamluck@mamluck:~/VirtualBox VMs/disks$ VBoxManage internalcommands createrawvmdk -filename /home/mamluck/VirtualBoxVMs/disks/disk1.vmdk -rawdisk…

Mascarpone
- 872
- 3
- 9
- 28
1
vote
3 answers
Mapping raw storage devices to VMs in XenServer 5.6?
In VMware ESXi, we can easily present a raw SATA hard drive to a virtual machine through Raw device mapping. Is it possible in the free edition of XenServer 5.6?

netvope
- 2,123
- 5
- 25
- 35
1
vote
1 answer
How to determine disk image file format: VMDK, VHD or raw file format?
Is there any shell command using which I can determine the format of a disk image file? I want to check that disk image file is in which of these formats: vmdk, vhd of raw file.

Abhay Gupta
- 113
- 5
1
vote
0 answers
Is there a way to enable direct i/o in virtualbox when connecting to a raw disk in linux?
I found instructions on how to create a virtual disk for use with virtualbox that points to a raw block device. You can't do it from the ui, but you can do it from the command line:
VBoxManage internalcommands createrawvmdk -filename…

Stu
- 2,198
- 2
- 16
- 23
1
vote
0 answers
KVM raw disk has comparable write, slow read
I first ran
fio tests, and apparently my write speed is basically 90%, but my read speed is 40%.
Here is my xml file:
/usr/bin/qemu-system-x86_64

itisyeetimetoday
- 111
- 3
0
votes
1 answer
How to create a raw device as a file in the filesystem?
I have heard there is a way to create a file in a filesystem which will can be configured as a raw device?
Does anyone know the commands for doing that?

Ron Watkins
- 9
- 1
0
votes
1 answer
Trying to understand the discrepancies in disk usage inside raw images and on host disk usage
As the title states, I am trying to understand the discrepancies from ncdu and/or du in terms of what I am observing from disk usage. From what I understand, on modern systems, there is difference between disk usage and apparent size.…

horace
- 40
- 3
0
votes
0 answers
VMware ESXi RDM Shared Disk and Multipathing
I have set up a RAW mapped storage device which is shared between 3 VMs. In the guest OSs the disk shows up fine but when I try to set up multipathing I can only see one path.
In the virtual machine properties when I select the new (raw mapped lun)…

Cobra Kai Dojo
- 447
- 2
- 6
- 21
0
votes
1 answer
Server 2008 Volume Shadow Copy fails, "Type of the filesystem is RAW"
Problem machine is Windows Server 2008 R2 file server with the following drives, all NTFS:
C: OS
D: File shares
E: DFSR staging folders, temp files, and Volume Shadow Copies
The D: drive is configured to place volume shadow copies on E:, and the…

ryandenki
- 357
- 7
- 19
0
votes
1 answer
How to configure VirtualBox server for performance at home
I currently have two physical Ubuntu Server 10.10 servers at home: one serves as our firewall/router/DHCP/VPN server and the other performs double-duty as a file server and a VirtualBox host for an Ubuntu Desktop 10.10 machine which I use from…

Gnosian
- 123
- 4
0
votes
1 answer
Open/Mount XEN image formatted using NTFS
I've created XEN image with dd some time ago.
The image is formatted using the NTFS
How it is possible to mount this image from Linux or Windows?
Thank You very much!

Daniil Harik
- 181
- 1
- 2
- 8
0
votes
1 answer
How to convert my hard disk PartitionStyle from GPT back to RAW in Windows 10
For testing purposes, I need my hard drive on Windows 10 machine to be in a RAW partition style format.
It is currently in the GPT partition style.
The hard drive is a secondary hard drive and does not contain any system files or boot files, it is…

Devstr
- 121
- 3
-1
votes
1 answer
Disk image growing in size
I am trying to set up Rasberry pi for jobs that don't deserve bigger machine.
I downloaded a Pidora disk image (.img) zipped it is roughly 512MB.
After unzipping it is 2.2GB ( no problem here).
After I try to write it to an SD card with sudo dd…

sgp667
- 101
- 1