search for: sde

Displaying 20 results from an estimated 260 matches for "sde".

Did you mean: sdev
2013 Aug 12
6
3TB External USB Drive isn't recognized
...configuration #1 chosen from 1 choice scsi7 : SCSI emulation for USB Mass Storage devices usb-storage: device found at 5 usb-storage: waiting for device to settle before scanning Vendor: ASMT Model: 2105 Rev: 0 Type: Direct-Access ANSI SCSI revision: 06 sde : very big device. try to use READ CAPACITY(16). sde : READ CAPACITY(16) failed. sde : status=0, message=00, host=5, driver=00 sde : use 0xffffffff as device size SCSI device sde: 4294967296 512-byte hdwr sectors (2199023 MB) sde: Write Protect is off sde: Mode Sense: 43 00 00 00 sde: assuming...
2010 Dec 16
1
use parted to create "raw paration"????
we have CENTOS 5.5 on X86. I tried to create a "raw partition" (NOT FS) on a disk and it continue to show "ext3". How can I get ride of it? === procedures===== # parted /dev/sde GNU Parted 1.8.1 Using /dev/sde Welcome to GNU Parted! Type 'help' to view a list of commands. (parted) p Model: DELL PERC 5/E Adapter (scsi) Disk /dev/sde: 3146GB Sector size (logical/physical): 512B/512B Partition Table: gpt...
2012 Aug 16
3
[LLVMdev] MIPS & GP register
...ug 15, 2012, at 11:56 PM, Eli Friedman wrote: > On Wed, Aug 15, 2012 at 10:17 PM, Carl Norum <carl at lytro.com> wrote: >>> -march=mips32r2 >>> -mtune=4kem >>> -msoft-float >>> -EL >>> >>> -Xclang -triple -Xclang mipsel-sde-elf >>> -Xclang -mrelocation-model -Xclang static >>> >>> -Xclang -mllvm -Xclang -mips-ssection-threshold=0 >>> -Xclang -mllvm -Xclang -enable-mips-delay-filler > > We generally try to discourage people from using -Xclang flags > wherever poss...
2011 Jan 13
6
bug: kernel 2.6.37-12 READ FPDMA QUEUED
I''ve been trying to install a 2.6.37-12 kernel from kernel-ppa on one of my Ubuntu machines without success. It keeps giving errors like this: [ 9.115544] ata9: exception Emask 0x0 SAct 0xf SErr 0x0 action 0x10 frozen [ 9.115550] ata9.00: failed command: READ FPDMA QUEUED [ 9.115556] ata9.00: cmd 60/04:00: d4:82:85/00:00:1f:00:00/40 tag 0 ncq 2048 in [ 9.115557]
2016 Aug 08
0
centos 6.8 creates install to sde instead of sda
greetings one and all. when attempting to install centos 6.8 to an i386 mid tower, during setup of hard disk partitions, selection is for /dev/sde. if continued, after reboot, error is displayed after 'welcome to centos'. lines read: Checking filesystem fsck.ext4: no such file or directory while trying to open /dev/sda3 /dev/sda3: The superblock could not be read or does not describe a correct ext2 filesystem. If the device is vali...
2011 Jul 11
3
fitdistr() Error
...1:100) yr <-c(1:100) ny <- list(yr=yr,n=n) require(utils) ny <- expand.grid(ny) y = rgamma(1000, shape=1.5, rate = 1, scale = 2) Gdata <- cbind(ny,y) #MLE Estimation of Gamma Distribution Parameters library(MASS) #Generate starting values y <- as.numeric(Gdata2$y) me? <- mean(y) sde <- sd(y) sh? <- sqrt(me/sde) sc? <- sqrt(sde)/me Gdata <-split(Gdata,Gdata$n) parm <- lapply(Gdata, function(x){ ????????? y <- as.numeric(x$y) ?????????? fitdistr(y ,"gamma",list(shape=sh.mom, scale=sc), #method = c("Nelder-Mead", "BFGS", "CG&qu...
2012 Aug 16
0
[LLVMdev] MIPS & GP register
...riedman wrote: > >> On Wed, Aug 15, 2012 at 10:17 PM, Carl Norum <carl at lytro.com> wrote: >>>> -march=mips32r2 >>>> -mtune=4kem >>>> -msoft-float >>>> -EL >>>> >>>> -Xclang -triple -Xclang mipsel-sde-elf >>>> -Xclang -mrelocation-model -Xclang static >>>> >>>> -Xclang -mllvm -Xclang -mips-ssection-threshold=0 >>>> -Xclang -mllvm -Xclang -enable-mips-delay-filler >> >> We generally try to discourage people from using -Xclang fl...
2007 May 27
1
dealing with mke2fs -T option
Hi, I have a doubt if I use the mke2fs option the right way. I formatted two different disks, one with $ mke2fs -b 4096 -E stride=16 -m 1 -T news /dev/sdd and the other with $ mke2fs -b 4096 -E stride=16 -m 1 -T largefile4 /dev/sde sdd is supposed to get files between 8k and 16k. sde will handle files with a fixed size of 32Mb. Then I tried this : $ dd if=/dev/zero of=/mount-sdx/file bs=4k count=8192 for both /mount-sdd and /mount-sde My question is : when I do a "df", can see that 32Mb is used on each filesystem...
2010 Sep 26
1
hotplug Backup-hdd
Hi, i have a system with /dev/sda - System Hard Drive /dev/md0 - SoftwareRaid 5 for Data with /dev/sdb /dev/sdc /dev/sdd Now i have one more in a removeable frame for Backup /dev/sde /dev/md0 is forwarded to an Samba-Domain for Data service in the network. What''s the best way to sync the data from /dev/md0 to /dev/sde ? is a domain hotplug able ? So when i plug in /dev/sde, it''s automatic forwards to Samba domain, is this possible ? ______________________...
2012 Aug 16
0
[LLVMdev] MIPS & GP register
On Wed, Aug 15, 2012 at 10:17 PM, Carl Norum <carl at lytro.com> wrote: >> -march=mips32r2 >> -mtune=4kem >> -msoft-float >> -EL >> >> -Xclang -triple -Xclang mipsel-sde-elf >> -Xclang -mrelocation-model -Xclang static >> >> -Xclang -mllvm -Xclang -mips-ssection-threshold=0 >> -Xclang -mllvm -Xclang -enable-mips-delay-filler We generally try to discourage people from using -Xclang flags wherever possible; they're really impl...
2010 Sep 13
3
Proper procedure when device names have changed
I am running zfs-fuse on an Ubuntu 10.04 box. I have a dual mirrored pool: mirror sdd sde mirror sdf sdg Recently the device names shifted on my box and the devices are now sdc sdd sde and sdf. The pool is of course very unhappy about the mirrors are no longer matched up and one device is "missing". What is the proper procedure to deal with this? -brian -- This message po...
2016 May 25
6
Slow RAID Check/high %iowait during check after updgrade from CentOS 6.5 -> CentOS 7.2
...3924 6360229587 sdd? ? ? ? ? ? ? 52.22? ? ? 2031.16? ? ?10683.53 1209212513 6360229587 sdf? ? ? ? ? ? ? 52.20? ? ? 2031.17? ? ?10682.06 1209216701 6359354331 sdg? ? ? ? ? ? ? 52.62? ? ? 2033.22? ? ?10684.17 1210437080 6360606756 sdh? ? ? ? ? ? ? 52.57? ? ? 2031.21? ? ?10684.17 1209242746 6360606756 sde? ? ? ? ? ? ? 51.67? ? ? 2033.17? ? ?10682.06 1210408935 6359354331 sdj? ? ? ? ? ? ? 51.90? ? ? 2031.13? ? ?10684.48 1209191501 6360795559 sdi? ? ? ? ? ? ? 52.47? ? ? 2033.16? ? ?10684.48 1210399262 6360795559 sdk? ? ? ? ? ? ? 52.09? ? ? 2033.15? ? ?10684.36 1210396915 6360724971 sdl? ? ? ? ? ? ? 51...
2012 Aug 16
2
[LLVMdev] MIPS & GP register
...eason, to be honest. Here's what we have and was working (filtered a bit to remove -I, -D, -W flags and sorted out by flag type and in order of what I think matters): > -march=mips32r2 > -mtune=4kem > -msoft-float > -EL > > -Xclang -triple -Xclang mipsel-sde-elf > -Xclang -mrelocation-model -Xclang static > > -Xclang -mllvm -Xclang -mips-ssection-threshold=0 > -Xclang -mllvm -Xclang -enable-mips-delay-filler > > -Xassembler -G -Xassembler 0 -g > > -funsigned-char > -fshort-wchar > -fno-zero-i...
2011 Sep 28
0
Problems using the 'HPloglik' function in the SDE package
...' functions and the problem doesn't seem to be with these. Does anyone have any ideas why this isn't working? My code is reproduced below for info. Thanks in advance. Regards, Steven ## simulate sample of diffusion process to be estimated # define drift and diffusion coefficients for SDE d <- expression(x^(-1) - 1 + x - x^2) s <- expression(x^1.3) s.x <- expression(1.3*(x^0.3)) # simulate process using the Milstein approximation X <- sde.sim(t0=0,T=100,X0=1,N=1000,drift=d,sigma=s,sigma.x=s.x,method="milstein") ## define the Lamperti transform function Transfo...
2006 Sep 12
3
RE: Help: Xen HVM Domain can ONLY support four hard drivesat most???
...>I have 5 SATA hard drives and I want to expose all these five drives to >Windows HVM domain (domain name: w2k3-001) from dom0. Here is the >related >setting in my Windows config file: >disk = [''phy:/dev/VG_Dom3_Windows/w2k3-001,ioemu:hda,w'', >''phy:/dev/sde,ioemu:hdb,w'', ''phy:/dev/sdf,ioemu:hdc,w'', >''phy:/dev/sdg,ioemu:hdd,w'', ''phy:/dev/sdh,ioemu:hde,w'' ] > >When I start Windows domain, I got the following error: >Error: hvm: for qemu vbd type=file&dev=hda~hdd Em. The erro...
2016 May 27
2
Slow RAID Check/high %iowait during check after updgrade from CentOS 6.5 -> CentOS 7.2
...848.37 0.02 0.78 42.84 0.55 7.07 19.50 sdj 0.02 0.55 0.15 27.11 0.03 11.40 858.28 0.62 22.70 41.97 22.59 7.43 20.27 sdg 0.03 0.68 0.22 27.76 0.03 11.40 836.98 0.76 27.10 34.36 27.04 7.33 20.51 sde 0.03 0.48 0.22 26.99 0.03 11.40 860.43 0.33 12.07 33.16 11.90 7.34 19.98 sda 0.03 0.52 0.22 27.43 0.03 11.40 846.65 0.57 20.48 36.42 20.35 7.34 20.31 sdh 0.02 0.68 0.15 27.76 0.03...
2017 Dec 19
0
kernel: blk_cloned_rq_check_limits: over max segments limit., Device Mapper Multipath, iBFT, iSCSI COMSTAR
..._kb=`cat $sysblk/queue/max_hw_sectors_kb` ? ??????? printf "%-18s: %-37s %-15s %-18s\n" $sysblk "$name" $max_sectors_kb $max_hw_sectors_kb done The boot volume is identified by the multipath wwid 3600144f00000000000005a2769c70001. It's underlying device nodes are: sda, sdd, sde, sdk and sdj. Running the script after boot for the boot device I get this: # max_sectors_kb | grep -e 3600144f00000000000005a2769c70001 -e sda -e sdd -e sde -e sdk -e sdj -e max Sys Block Node??? : Device??????????????????????????????? max_sectors_kb? max_hw_sectors_kb /sys/block/dm-1?? : 3600144...
2013 Feb 21
3
[PATCH] virtio-blk: emit udev event when device is resized
...ot;, \ RUN+="/sbin/resize2fs /dev/%k" ACTION=="change", KERNEL=="vd*", \ ENV{RESIZE}=="1", \ ENV{ID_FS_TYPE}=="LVM2_member", \ RUN+="/sbin/pvresize /dev/%k" Signed-off-by: Milos Vyletel <milos.vyletel at sde.cz> --- drivers/block/virtio_blk.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/block/virtio_blk.c b/drivers/block/virtio_blk.c index 8ad21a2..5990382 100644 --- a/drivers/block/virtio_blk.c +++ b/drivers/block/virtio_blk.c @@ -539,6 +539,8 @@ static void v...
2013 Feb 21
3
[PATCH] virtio-blk: emit udev event when device is resized
...ot;, \ RUN+="/sbin/resize2fs /dev/%k" ACTION=="change", KERNEL=="vd*", \ ENV{RESIZE}=="1", \ ENV{ID_FS_TYPE}=="LVM2_member", \ RUN+="/sbin/pvresize /dev/%k" Signed-off-by: Milos Vyletel <milos.vyletel at sde.cz> --- drivers/block/virtio_blk.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/block/virtio_blk.c b/drivers/block/virtio_blk.c index 8ad21a2..5990382 100644 --- a/drivers/block/virtio_blk.c +++ b/drivers/block/virtio_blk.c @@ -539,6 +539,8 @@ static void v...
2008 Sep 28
1
USB external HDD error messages
Hi - relatively inexperienced user here. I installed CentOS 5.2 yesterday (http install via a mirror, worked brilliantly), as well as a new Seagate 1Tb USB external HDD (from the new Xtreme line), for backup/media storage. Using fdisk I put two primary partitions on the Seagate, /dev/sde1 and /dev/sde2 (roughly half the drive each). Then I used mkfs.ext3 on both to create ext3 filesystems on those partitions. My fstab entries look like so: /dev/sde1 /mnt/seagate1 ext3 rw,user,noexec 0 0 /dev/sde2 /mnt/seagate2 ext3 rw,user,noexec 0 0 I...