Displaying 20 results from an estimated 32 matches for "sdz".
Did you mean:
sd
2006 Nov 20
4
for help about logistic regression model
I have a dataset like this:
p aa
index x y z sdx sdy sdz delta as
ms cur sc
1 821p MET 1 -5.09688 32.8830 -5.857620 1.478200 1.73998 0.825778
13.7883 126.91 92.37 -0.1320180 111.0990
2 821p THR 2 -4.07357 28.6881 -4.838430 0.597674 1.37860 1.165780
13.7207 64.09 50.72 -0.0977129 98.5319
3 821p GLU 3 -5.86733 30.4759...
2020 Nov 23
1
Replacing SW RAID-1 with SSD RAID-1
...disk
>
> mdadm --fail /dev/sdY
>
> # remove old disk
>
> mdadm /dev/mdX --remove /dev/sdY
>
> # add second disk
>
> mdadm /dev/mdX --add /dev/...
>
> # wait
>
> mdadm --wait /dev/mdX
>
> # fail and remove old disk
>
> mdadm --fail /dev/sdZ
>
> mdadm /dev/mdX --remove /dev/sdZ
>
> # shrink
>
> mdadm --grow -n 2 /dev/mdX
>
>
>
>
> peter
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> https://lists.centos.org/mailman/listinfo/centos
2010 May 27
2
Multipathing with Sun 7310
...n"
sdt: checker msg is "readsector0 checker reports path is down"
sdu: checker msg is "readsector0 checker reports path is down"
sdv: checker msg is "readsector0 checker reports path is down"
sdx: checker msg is "readsector0 checker reports path is down"
sdz: checker msg is "readsector0 checker reports path is down"
mpath0 (3600144f0fdf58b5c00004bc738070001) dm-0 SUN,Sun Storage 7310
[size=50G][features=0][hwhandler=0][rw]
\_ round-robin 0 [prio=1][active]
\_ 0:0:1:0 sda 8:0 [active][ready]
\_ round-robin 0 [prio=1][enabled]
\_ 1:0:0:0...
2020 Nov 23
3
Replacing SW RAID-1 with SSD RAID-1
On 11/23/20 10:46 AM, Simon Matter wrote:
>> Hi,
>>
>> I want to replace my hard drives based SW RAID-1 with SSD's.
>>
>> What would be the recommended procedure? Can I just remove one drive,
>> replace with SSD and rebuild, then repeat with the other drive?
>
> I suggest to "mdadm --fail" one drive, then "mdadm --remove" it.
2020 Nov 23
0
Replacing SW RAID-1 with SSD RAID-1
.../dev/mdX -a /dev/...
# wait for rebuild of the array
mdadm --wait /dev/mdX
# fail old disk
mdadm --fail /dev/sdY
# remove old disk
mdadm /dev/mdX? --remove /dev/sdY
# add second disk
mdadm /dev/mdX --add /dev/...
# wait
mdadm --wait /dev/mdX
# fail and remove old disk
mdadm --fail /dev/sdZ
mdadm /dev/mdX? --remove /dev/sdZ
# shrink
mdadm? --grow -n 2 /dev/mdX
peter
2009 Sep 30
1
How to force xm create to allow same disk mounted to more than one quest
...n
quests and boot them up using this shared disk. Is it possible to set a
flag somewhere to avoid the following error.
# xm create guest2 kernel="/TMP/vmlinuz" ramdisk=/TMP/initrd.img
bootloader="" extra=rescue
Using config file "./guest2".
Error: The uname "/dev/sdz" is already used by another domain
What I am trying to do is to have one disk which it''s boot partition
would show a menu to choose different OS from it while the logical
volumes in that one disk would point to different OS.
Any help is appreciated.
# uname -r
2.6.18-164.el5xen
Ma...
2010 Oct 23
1
Steam-Counter Strike 1.6
...ble to locate theme engine in module_path: "ubuntulooks",
(python2.6:24503): Gtk-WARNING **: Theme directory of theme Azenis Icons has no size field
Running Steam
Running Steam
CellID: Fetching server list from CSDS. . .
ALSA lib seq_hw.c:457[img]http://www.playonlinux.com/images/smiles/sdz/mechant.png[/img]snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
CellID: CSDS returned 172 servers.
CellID: Connecting to 95.140.224.26:27031. . .
CellID: Connect to 95.140.224.26:27031 took 91 MS
CellID: Nothing beat our old best time of 28 MS
ALSA lib seq_hw.c:457[img]http://...
2020 Nov 23
1
Replacing SW RAID-1 with SSD RAID-1
...# remove old disk
>>
>> mdadm /dev/mdX --remove /dev/sdY
>>
>> # add second disk
>>
>> mdadm /dev/mdX --add /dev/...
>>
>> # wait
>>
>> mdadm --wait /dev/mdX
>>
>> # fail and remove old disk
>>
>> mdadm --fail /dev/sdZ
>>
>> mdadm /dev/mdX --remove /dev/sdZ
>>
>> # shrink
>>
>> mdadm --grow -n 2 /dev/mdX
>>
>>
2011 Jul 14
5
really large file systems with centos
...a larger volume.
About 10% of the disks would be reserved as global hot spares.
So, my questions...
A) Can CentOS 6 handle that many JBOD disks in one system? is my upper
size too big and I should plan for 2 or more servers? What happens with
the device names when you've gone past /dev/sdz ?
B) What is the status of large file system support in CentOS 6? I know XFS is frequently mentioned with such systems, but I/we have zero experience with it, its never been natively supported in EL up to 5, anyways.
C) Is GFS suitable for this, or is it strictly for clustered storage systems?...
2017 Jul 14
0
[PATCH 05/27] daemon: Reimplement several devsparts APIs in OCaml.
...c8fef45 100644
--- a/daemon/guestfsd.c
+++ b/daemon/guestfsd.c
@@ -630,81 +630,6 @@ free_stringslen (char **argv, size_t len)
}
/**
- * Compare device names (including partition numbers if present).
- *
- * L<https://rwmj.wordpress.com/2011/01/09/how-are-linux-drives-named-beyond-drive-26-devsdz/>
- */
-int
-compare_device_names (const char *a, const char *b)
-{
- size_t alen, blen;
- int r;
- int a_partnum, b_partnum;
-
- /* Skip /dev/ prefix if present. */
- if (STRPREFIX (a, "/dev/"))
- a += 5;
- if (STRPREFIX (b, "/dev/"))
- b += 5;
-
- /* Skip sd/hd...
2009 Nov 20
1
fsck.btrfs assertion failure with large number of disks in fs
...btree space waste bytes: 26174
file data blocks allocated: 0
referenced 0
Btrfs Btrfs v0.19
Now with one more disk:
# mkfs.btrfs /dev/sd[b-z]
WARNING! - Btrfs Btrfs v0.19 IS EXPERIMENTAL
WARNING! - see http://btrfs.wiki.kernel.org before using
adding device /dev/sdc id 2
...
adding device /dev/sdz id 25
fs created label (null) on /dev/sdb
nodesize 4096 leafsize 4096 sectorsize 4096 size 22.74TB
Btrfs Btrfs v0.19
# fsck.btrfs /dev/sdb
fsck.btrfs: volumes.c:1367: btrfs_read_sys_array: Assertion `!(ret)'' failed.
Aborted
mkfs.btrfs compiled from the Git repository fails with t...
2012 Mar 30
10
[PATCH 0/4] block: move sd_format_disk_name() into block core as disk_name_format()
This patch series renames "sd_format_disk_name()" to
"disk_name_format()" and moves it into block core. So
that who needs formatting disk name can use it, instead
of duplicating these similar help functions.
Ren Mingxin (4):
block: add function disk_name_format() into block core
scsi: replace sd_format_disk_name() to disk_name_format()
block: replace
2012 Mar 30
10
[PATCH 0/4] block: move sd_format_disk_name() into block core as disk_name_format()
This patch series renames "sd_format_disk_name()" to
"disk_name_format()" and moves it into block core. So
that who needs formatting disk name can use it, instead
of duplicating these similar help functions.
Ren Mingxin (4):
block: add function disk_name_format() into block core
scsi: replace sd_format_disk_name() to disk_name_format()
block: replace
2010 Jun 03
2
Tracking down hangs
...rite Protect is off
[ 41.017189] sd 24:0:0:0: [sdy] Mode Sense: 00 3a 00 00
[ 41.017222] sd 24:0:0:0: [sdy] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 41.017225] sdy: sdy1 sdy2
[ 41.027003] sd 24:0:0:0: [sdy] Attached SCSI disk
[ 41.027079] sd 25:0:0:0: [sdz] 976773168 512-byte hardware sectors (500108 MB)
[ 41.027098] sd 25:0:0:0: [sdz] Write Protect is off
[ 41.027100] sd 25:0:0:0: [sdz] Mode Sense: 00 3a 00 00
[ 41.027133] sd 25:0:0:0: [sdz] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 41.027187] sd 25:0:0:0:...
2004 Mar 31
1
wine segfaults and crashes my 2.4.x kernel
kernel is downloaded with up2date:
[s2@katleriai s2]$ cat /etc/redhat-release && rpm -q glibc kernel && uname -r
Red Hat Linux release 8.0 (Psyche)
glibc-2.3.2-4.80.8
kernel-2.4.20-27.8
kernel-2.4.20-28.8
2.4.20-28.8
when i make wine to run setup.exe from WordViewer97, i am getting usual
installer's window with two buttons. after pressing "Continue" i am
getting
2012 Aug 10
1
virtio-scsi <-> vhost multi lun/adapter performance results with 3.6-rc0
...lename=/dev/sdj
filename=/dev/sdk
filename=/dev/sdl
filename=/dev/sdm
filename=/dev/sdn
filename=/dev/sdo
filename=/dev/sdp
filename=/dev/sdq
filename=/dev/sdr
filename=/dev/sds
filename=/dev/sdt
filename=/dev/sdu
filename=/dev/sdv
filename=/dev/sdw
filename=/dev/sdx
filename=/dev/sdy
filename=/dev/sdz
filename=/dev/sdaa
filename=/dev/sdab
filename=/dev/sdac
filename=/dev/sdad
filename=/dev/sdae
filename=/dev/sdaf
filename=/dev/sdag
Guest lsscsi output:
[0:0:0:0] disk ATA QEMU HARDDISK 1.1. /dev/sda
[1:0:0:0] cd/dvd QEMU QEMU DVD-ROM 1.1. /dev/sr0
[2:0:0:0] disk...
2012 Aug 10
1
virtio-scsi <-> vhost multi lun/adapter performance results with 3.6-rc0
...lename=/dev/sdj
filename=/dev/sdk
filename=/dev/sdl
filename=/dev/sdm
filename=/dev/sdn
filename=/dev/sdo
filename=/dev/sdp
filename=/dev/sdq
filename=/dev/sdr
filename=/dev/sds
filename=/dev/sdt
filename=/dev/sdu
filename=/dev/sdv
filename=/dev/sdw
filename=/dev/sdx
filename=/dev/sdy
filename=/dev/sdz
filename=/dev/sdaa
filename=/dev/sdab
filename=/dev/sdac
filename=/dev/sdad
filename=/dev/sdae
filename=/dev/sdaf
filename=/dev/sdag
Guest lsscsi output:
[0:0:0:0] disk ATA QEMU HARDDISK 1.1. /dev/sda
[1:0:0:0] cd/dvd QEMU QEMU DVD-ROM 1.1. /dev/sr0
[2:0:0:0] disk...
2017 Jan 13
32
[Bug 99400] New: garbled rending with glamor on G71
https://bugs.freedesktop.org/show_bug.cgi?id=99400
Bug ID: 99400
Summary: [nouveau] garbled rending with glamor on G71
Product: Mesa
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at
2003 Jun 26
1
HELP
...Z(&-H96-K:6YG(&9O<B!R86YL:6(*8V]N9FEG=7)E
M.C(V-C$Z(&-H96-K:6YG(&9O<B!S=')I< IC;VYF:6=U<F4Z,CDP-#H at 8VAE
M8VMI;F<@9F]R(&]B:F1I<@IC;VYF:6=U<F4Z,CDS,3H at 8VAE8VMI;F<@9F]R
M(&=C8R!O<'1I;VX@=&\@<')O9'5C92!024,*8V]N9FEG=7)E.C,P-SDZ(&-H
M96-K:6YG(&EF(&=C8R!024, at 9FQA9R @+69N;RUC;VUM;VX@=V]R:W,*8V]N
M9FEG=7)E.C,Q-#4Z(&-H96-K:6YG(&EF(&=C8R!S=&%T:6, at 9FQA9R @=V]R
M:W,*8V]N9FEG=7)E.C,Q.#<Z(&-H96-K:6YG(&EF(&=C8R!S=7!P;W)T<R M
M8R M;R!F:6QE+F\*8V]N9FEG=7)E.C,R,S4Z(&-H96-K:6YG(&am...
2017 Jun 03
12
[PATCH v2 00/12] Allow APIs to be implemented in OCaml.
Version 1 was here:
https://www.redhat.com/archives/libguestfs/2017-June/msg00003.html
This patch series reimplements a few more APIs in OCaml, including
some very important core APIs like ?list_filesystems? and ?mount?.
All the tests pass after this.
The selection of APIs that I have moved may look a little random, but
in fact they are all APIs consumed by the inspection code (and some
more