search for: sda0

Displaying 4 results from an estimated 4 matches for "sda0".

Did you mean: sda
2005 Jul 14
4
[PATCH] Support for official xvd major number
...NA has officially assigned the block major of 202 for xvd devices (http://www.lanana.org/docs/device-list/devices-2.6+.txt). Take advantage of knowing this so people don''t have to do the mknod on their system. Also, fix up the scsi regex to get sda correct without having to do hacks like sda0. Signed-off-by: Jeremy Katz <katzj@redhat.com> Jeremy _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2005 Feb 11
7
fdisk hard drive image
Hello list, Currently, i use a partition image to run my XenU (/dev/hda2) and "fdisk -l" return nothing and can''t open /dev/hda . I want to use a full hard drive image (not partition image) from my Xen0 as hda in my XenU. I want to be able to run fdisk on hda in my XenU to list and regenerate partitions. I tried with this (/img is my hard drive image): disk =
2008 Feb 06
4
Installation problems with large mirrored drives
I am trying to install CentOS 4.6 to a pair of 750GB hard drives. I can successfully install to either of the drives as a single drive, but when I try to use both drives and mirror the partitions, I start having problems. Anaconda crashes as it is trying to format the drives. This is what I'm trying to create: /dev/md0: 200MB, /boot /dev/md1: 2GB, swap /dev/md2: rest of the
2005 Dec 19
0
new(er) SEC driver.
...... see also ups.delay.reboot */ } if (sec_support(SEC_SHUTDOWN_AFTER_DELAY)) { dstate_setinfo("ups.delay.shutdown", "20"); if (sec_support(SEC_AUTORESTART)) dstate_addcmd("shutdown.stayoff"); /* SDA1 PSD0 */ dstate_addcmd("load.off"); /* SDA0 PSD0 ... see also ups.delay.shutdown */ dstate_addcmd("shutdown.stop"); /* PSD-1 */ } if (sec_support(SEC_STARTUP_AFTER_DELAY)) { dstate_setinfo("ups.delay.start", "0"); dstate_addcmd("load.on"); /* SDA0 STD0 ... see also ups...