search for: 0p1

Displaying 9 results from an estimated 9 matches for "0p1".

Did you mean: 01
2005 Aug 27
2
Softlinking to a dvd-drive with inconsistent mount points? => HAL-Support
Am Freitag, den 26.08.2005, 12:50 +0200 schrieb Holly Bostick: >>Problem solved: > >>http://portal.suse.com/sdb/en/2005/05/dkukawka_hal_mountpoints.html > > Thanks Hiji, that was useful for me too. Thats an ugly workaround that should be forbidden. See Below. > > It might be nice to be able to symlink "d::" to /dev/hdc > > and have wine figure out
2010 Jul 23
0
Weird /dev/dm-0
...4u7. I have 4 x 146Gb disk on my server. 2 x 146 with raid 1 and 2 x 146 without raid. When I installing rhel 4u7 a got 3 disk /dev/sda, /dev/sdb and /dev/sdc The problem is, after I finish installing the os, there are another device appears in fdisk -l /dev/sda1, /dev/sdb1, /dev/sdc1, and /dev/dm-0p1. And i can't mount the /dev/sdb1 it said device is busy. I can't mount /dev/dm-0p1 either. I don't have any multipathd install in my system, but why rhel4u7 create that /dev/dm-0 device? Really need advice from you all guys.. BestRegards, -- If knowledge belong to the world, why do...
2008 Dec 06
0
syslinux 3.72 fails where 3.71 didn't
...hen rm SD.img ; fi dd if=/dev/zero of=SD.img bs=512 count=251904 losetup /dev/loop/0 SD.img fdisk -b 512 -H 8 -S 32 -C 984 /dev/loop/0 < /tmp/fdisk.cmd dd if=/tmp/$SYSLINUX/mbr/mbr.bin of=/dev/loop/0 kpartx -av /dev/loop/0 if test $1 == "ext" ; then mkfs.ext2 -L Linuxboot /dev/mapper/0p1 mount /dev/mapper/0p1 /mnt/loop/ mkdir -p /mnt/loop/boot/extlinux/ cd /mnt/loop cp /tmp/$SYSLINUX/com32/menu/menu.c32 /mnt/loop/boot/extlinux/ cp /tmp/$SYSLINUX/com32/modules/reboot.c32 /mnt/loop/boot/extlinux/ cp /tmp/memtest /mnt/loop/boot/ cp /tmp/syslinux.cfg /mnt/loop/boot/extlinux/extl...
2007 Aug 08
0
Quick query about LVM in 4.5
...not exist [root at localhost /]# I'm not sure why, but when I do fdisk -l I get: Disk /dev/dm-0: 160.0 GB, 160038912000 bytes 255 heads, 63 sectors/track, 19456 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/dm-0p1 * 1 13 104391 83 Linux /dev/dm-0p2 14 19457 156183930 8e Linux LVM Now, /dev/VolGroup00/LogVol00 should be /dev/dm-0p2. Is there a new way to 'address' these partitions in 4.5? Thanks, -Drew
2010 Nov 04
0
Problem booting Microsoft Windows KVM virtual machine
Hi all, I'm having problems with a vm's startup, I cloned the entire disk of a Windows 2000 with dd on a drbd device, that disk was configured with two partitions. I'm able to see all the partitions contents by using kpartx and mount them: # kpartx -l /dev/drbd0 drbd0p1 : 0 202751488 /dev/drbd0 32 drbd0p2 : 0 285567360 /dev/drbd0 202751520 The problem is that when i try to startup the vm with virsh it hangs on boot by saying "error on operating system load". Here are the details and the vm conf: # cat /etc/libvirt/qemu/vm-sophos.xml <domain type=...
2015 Feb 11
2
Problems in SAMBA 3.3 to 4.0 migration
Hi, Rowland, and thanks for the reply. The PDC OS is Slackware 13. The BDC OS is Slackware 14. The choice to use Samba 4.0 was merely due to its inclusion on the Slackware 14 distro. I'll worry about upgrading that once I have the migration complete. I will post the two machine's respective smb.conf's later today. -- View this message in context:
2015 Feb 12
0
Problems in SAMBA 3.3 to 4.0 migration
...D|MAP_DENYWRITE, 3, 0x11) = 0xb7e7c000 mmap2(0xb7e7e000, 6212, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7e7e000 close(3) = 0 open("/lib/libnsl.so.1", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p1\0\0004\0\0\0\254"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=105131, ...}) = 0 mmap2(NULL, 100328, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e51000 mmap2(0xb7e66000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14) = 0xb7e66000 mmap2(0xb...
2015 Feb 12
2
Problems in SAMBA 3.3 to 4.0 migration
...b7e7c000 > mmap2(0xb7e7e000, 6212, PROT_READ|PROT_WRITE, > MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7e7e000 > close(3) = 0 > open("/lib/libnsl.so.1", O_RDONLY) = 3 > read(3, > "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p1\0\0004\0\0\0\254"..., > 512) = 512 > fstat64(3, {st_mode=S_IFREG|0755, st_size=105131, ...}) = 0 > mmap2(NULL, 100328, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = > 0xb7e51000 > mmap2(0xb7e66000, 8192, PROT_READ|PROT_WRITE, > MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3...
2010 Oct 22
0
[PATCH node] First draft of replacing some of the ovirt-config-* scripts with python equivalents.
...(drive): + if "dev/mapper" in drive: + # kpartx -a -p p "$drive" + # XXX fails with spaces in device names (TBI) + # ioctl(3, DM_TABLE_LOAD, 0x966980) = -1 EINVAL (Invalid argument) + # create/reload failed on 0QEMU QEMU HARDDISK drive-scsi0-0-0p1 + os.system("partprobe ||:") + # partprobe fails on cdrom: + # Error: Invalid partition table - recursive partition on /dev/sr0. + else: + os.system("blockdev --rereadpt %s") % drive + + +def get_sd_name(id): + device_sys_cmd = "grep -H \&q...