search for: sdx1

Displaying 20 results from an estimated 29 matches for "sdx1".

Did you mean: sdx
2005 Oct 02
1
mdadm quandary
...re Raid 5) which are attached to a Linux node. The Node has a LSI929 dual fibre channel card that has a channel attached to controller A and B of the array. So we have a list of devices under /proc/partitions mapping what we are expecting to see , for example the devices /dev/sdd1 (A) and /dev/sdx1 (B ) would form a raid 0 device under linux to make a file system slightly under 1TB. This file system was created using the older mkraid utils at the time but has been in production for over a year. This node and the array unfortunately had a power outage and the resulting problem faced by us i...
2002 May 29
3
rsync 2.5.5, HPUX, getting unexplained error at main.c(578)
I compiled rsync-2.5.5 on HPUX 11.11, using the +DA2.0W and +O3 options. invoking a simple rsync to transfer a file works (I ran a diff on the file, no changes) e.g: sdx1 214: ./rsync --rsh='/usr/bin/ssh -x' --rsync-path=/usr/local/src/rsync-2.5.5/rsync /scratch/chuck/tmp.test sdx2:/scratch/chuck However, adding the -a option yields an unexplained error: (In all of the following cases the file is transferred successfully; the problem was originally noted...
2018 Jun 01
1
[PATCH v2] daemon: inspect: better handling windows drive mapping.
...art-list command (and "parted" which is used under the hood) reports there is 1 partition on "dummy" disk which starts exactly at offset 0. And thus dummy device name and partition number are simply concatenated together and corresponding drive mapping is returned: Y => /dev/sdX1. But /dev/sdX1 is not existing block device. No matter either it is a bug in "parted" (or it works this way by-design), let's protect ourself from this situation: in addition we look for msdos partition table on a disk before making any further assumptions. --- daemon/inspect_fs_wi...
2008 Apr 07
6
img file to physical disk
Hi all. I''ve got a domU that exists in a sparse file image, I''d like to now use this on a physical partition (loopback performance issues). Is there an a easy way to do this ? Thanks Stuart _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2018 May 18
0
[PATCH] daemon: inspect: better handling windows drive mapping.
...art-list command (and "parted" which is used under the hood) reports there is 1 partition on "dummy" disk which starts exactly at offset 0. And thus dummy device name and partition number are simply concatenated together and corresponding drive mapping is returned: Y => /dev/sdX1. But /dev/sdX1 is not existing block device. No matter either it is a bug in "parted" (or it works a such by-design), let's protect ourself from this situation: in addition we look for msdos partition table on a disk before making any further assumptions. --- daemon/inspect_fs_wind...
2011 Jul 25
5
ext4, 4k sector alignment
I've mentioned this problem before but put off doing anything about it and maybe now someone can suggest the best solution. I have a 3-member RAID1 set where one of the members is periodically swapped and rotated offsite. The filesystem contains a backuppc archive which has millions of hardlinks that make it impractical to copy with a file-oriented approach. The current filesystem is
2020 Aug 02
4
8.2.2004 Quick recovery and fix for unbootable machines
...efind.zip http://sourceforge.net/projects/refind/files/0.12.0/refind-flashdrive-0.12.0.zip/download # unzip refind.zip # cd refind-flashdrive-0.12.0 # dd if=refind-flashdrive-0.12.0.img bs=4096 of=/dev/sdX (sdX is the device for your USB key, this will be erased, use the whole device use sdX not sdX1) 1800+0 records in 1800+0 records out 7372800 bytes (7.4 MB, 7.0 MiB) copied, 0.980893 s, 7.5 MB/s 2) Turn off secureboot in your UEFI hardware. 3) Boot the USB key. You should get a colourful screen with icons and a filename below. Use the left/right arrow keys to select the correct grubx64.ef...
2016 Jun 02
3
[PATCH 0/3] builder: Warn if --output is a host partition.
Rather complex patch to solve a small user error. Warn if the user is doing something like: virt-builder -o /dev/sdX1 Rich.
2017 Apr 08
2
lvm cache + qemu-kvm stops working after about 20GB of writes
...centos-release-qemu-ev yum install -y qemu-kvm-ev libvirt bridge-utils net-tools # disbale ksm (probably not important / needed) systemctl disable ksm systemctl disable ksmtuned 3. create LVM cache #set some variables and create a raid1 array with the two SSDs VGBASE= && ssddevice1=/dev/sdX1 && ssddevice2=/dev/sdX1 && hddraiddevice=/dev/mdXXX && ssdraiddevice=/dev/mdXXX && mdadm --create --verbose ${ssdraiddevice} --level=mirror --bitmap=none --raid-devices=2 ${ssddevice1} ${ssddevice2} # create PV and extend VG pvcreate ${ssdraiddevice} &&amp...
2009 Mar 24
1
Ext3 - Frequent read-only FS issues
Hi all, I have a bunch of mail servers running postfix (external smtp), qmail (LDA) and courier IMAP/POP. Frequently, Ext3 filesystem goes into read-only mode forcing recovery using fsck. Below are the errors we have seen so far on these systems and those systems config. The ext3 errors are common in many cases. 1. Red Hat Enterprise Linux Server release 5.2 (Tikanga) 2.6.18-92.1.10.el5
2011 Oct 05
1
Formatting an external USB drive
I have an external USB drive that was formatted with NTFS and I want to use it to backup some files from my Centos 5.5 system. When I check my documentation, I am not certain of the best way to do the formatting. Suggestions welcomed.... Todd -- Ariste Software Petaluma, CA 94952 http://www.aristesoftware.com
2017 Jun 14
2
Can USBstikA boot USBstkB ?!
...ik. > To mount /, the initramfs needs to know the partition's name reported > by lsblk, that you'd give as a kernel parameter in the command line, as > said by message.txt. In the limiting case, there's only the 4 partitons of M$pook & stkA & stikB, which gives only 3 sdX1 to test BLINDLY. > But that also needs a kernel driver to handle the USB adapter. There are 2 separate goals: 1. booting a second USB-stik; 2. perhaps more difficult: booting ID or SATA via the USB-adapter. Apparently the USB-adapter is smart enough to hide the IDE/SATA. Using the principle o...
2020 Aug 02
1
Fwd: 8.2.2004 Quick recovery and fix for unbootable machines with rescue disk
...O refind.zip http://sourceforge.net/projects/refind/files/0.12.0/refind-flashdrive-0.12.0.zip/download # unzip refind.zip # cd refind-flashdrive-0.12.0 # dd if=refind-flashdrive-0.12.0.img bs=4096 of=/dev/sdX (sdX is the device for your USB key, this will be erased, use the whole device use sdX not sdX1) 1800+0 records in 1800+0 records out 7372800 bytes (7.4 MB, 7.0 MiB) copied, 0.980893 s, 7.5 MB/s 2) Turn off secureboot in your UEFI hardware. 3) Boot the USB key. You should get a colourful screen with icons and a filename below. Use the left/right arrow keys to select the correct grubx64.efi...
2017 Apr 10
0
lvm cache + qemu-kvm stops working after about 20GB of writes
...u-kvm-ev libvirt bridge-utils net-tools > # disbale ksm (probably not important / needed) > systemctl disable ksm > systemctl disable ksmtuned > > 3. create LVM cache > > #set some variables and create a raid1 array with the two SSDs > > VGBASE= && ssddevice1=/dev/sdX1 && ssddevice2=/dev/sdX1 && > hddraiddevice=/dev/mdXXX && ssdraiddevice=/dev/mdXXX && mdadm --create > --verbose ${ssdraiddevice} --level=mirror --bitmap=none --raid-devices=2 > ${ssddevice1} ${ssddevice2} > > # create PV and extend VG > > pvcrea...
2011 Feb 17
0
Fwd: Re: Determining which version of ocfs2 tools a filesystem was created with.
...2 tools our filesystems were created with . > > > > Is this possible with version 1.4.4 of the tools? > > The main difference in mkfs.ocfs2 1.4.4 is that it preallocates space > in all extent_alloc system files. > > Do: > # debugfs.ocfs2 -R "ls -l //" /dev/sdX1 | grep extent_alloc > 20 -rw-r--r-- 1 0 0 8388608 22-Sep-2010 > 15:49 extent_alloc:0000 21 -rw-r--r-- 1 0 0 > 8388608 22-Sep-2010 15:49 extent_alloc:0001 22 -rw-r--r-- 1 > 0 0 8388608 22-Se...
2017 Apr 14
2
boot fails on some system
...e about to write to. Otherwise, you will overwrite the wrong device, making things even worse. Also note that the mbr.bin file shall be written to "sdX" (where "X" here represents the adequate device, and you should replace it with the adequate letter), and it is _not_ "sdx1" (i.e. do not use a partition device when writing the mbr.bin file). Regards, Ady.
2015 Feb 18
5
CentOS 7: software RAID 5 array with 4 disks and no spares?
Hi, I just replaced Slackware64 14.1 running on my office's HP Proliant Microserver with a fresh installation of CentOS 7. The server has 4 x 250 GB disks. Every disk is configured like this : * 200 MB /dev/sdX1 for /boot * 4 GB /dev/sdX2 for swap * 248 GB /dev/sdX3 for / There are supposed to be no spare devices. /boot and swap are all supposed to be assembled in RAID level 1 across 4 disks. The / partition is supposed to be assembled in RAID level 5 across 4 disks. With Slackware I created the arr...
2015 Feb 18
0
CentOS 7: software RAID 5 array with 4 disks and no spares?
...:13 Betreff: [CentOS] CentOS 7: software RAID 5 array with 4 disks and no spares? Hi, I just replaced Slackware64 14.1 running on my office's HP Proliant Microserver with a fresh installation of CentOS 7. The server has 4 x 250 GB disks. Every disk is configured like this : * 200 MB /dev/sdX1 for /boot * 4 GB /dev/sdX2 for swap * 248 GB /dev/sdX3 for / There are supposed to be no spare devices. /boot and swap are all supposed to be assembled in RAID level 1 across 4 disks. The / partition is supposed to be assembled in RAID level 5 across 4 disks. With Slackware I created the arr...
2017 Apr 14
0
boot fails on some system
...Otherwise, > you will overwrite the wrong device, making things even worse. Also > note that the mbr.bin file shall be written to "sdX" (where "X" here > represents the adequate device, and you should replace it with the > adequate letter), and it is _not_ "sdx1" (i.e. do not use a partition > device when writing the mbr.bin file). > > Regards, > Ady. As for replying address I noticed that using the "reply" button lead to a reply message with "Ady Ady" in the "To" field of hotmail, thereafter I cancelled an...
2020 Aug 02
0
Fwd: 8.2.2004 Quick recovery and fix for unbootable machines
...O refind.zip http://sourceforge.net/projects/refind/files/0.12.0/refind-flashdrive-0.12.0.zip/download # unzip refind.zip # cd refind-flashdrive-0.12.0 # dd if=refind-flashdrive-0.12.0.img bs=4096 of=/dev/sdX (sdX is the device for your USB key, this will be erased, use the whole device use sdX not sdX1) 1800+0 records in 1800+0 records out 7372800 bytes (7.4 MB, 7.0 MiB) copied, 0.980893 s, 7.5 MB/s 2) Turn off secureboot in your UEFI hardware. 3) Boot the USB key. You should get a colourful screen with icons and a filename below. Use the left/right arrow keys to select the correct grubx64.efi...