search for: sdc1

Displaying 20 results from an estimated 404 matches for "sdc1".

Did you mean: sda1
2009 Sep 22
2
rescan usb hd
I have a usb hd that I use for backup. Occasionally it dies. scsi 6:0:0:0: rejecting I/O to dead device scsi 6:0:0:0: rejecting I/O to dead device scsi 6:0:0:0: rejecting I/O to dead device scsi 6:0:0:0: rejecting I/O to dead device Buffer I/O error on device sdc1, logical block 0 lost page write due to I/O error on sdc1 EXT2-fs error (device sdc1): read_inode_bitmap: Cannot read inode bitmap - block_group = 129, inode_bitmap = 4227073 scsi 6:0:0:0: rejecting I/O to dead device scsi 6:0:0:0: rejecting I/O to dead device scsi 6:0:0:0: rejecting I/O to dead de...
2002 Aug 25
2
2 root disks sdb1,sdc1; if set "root=/dev/sdc1", mtab lies saying sdb1 is root!?
I have 2 SCSI disks each w/a RH 7.3 ext3 root filesystem: /dev/sdb1, and /dev/sdc1. /dev/sda1 is an old RH4.2 root filesystem. (sdb1 was created as an image of sdc1 using dd.) I have no problem booting from a SYSLINUX 1.52 floppy with SYSLINUX.CFG containing "append initrd=initrd.img root=/dev/sdb1". When I alter SYSLINUX.CFG with: "append initrd=initrd.img roo...
2010 Dec 15
0
btrfsck says snapshots have errors
...gain; no errors. Who is right, btrfsck or the file system itself? Are there really errors? ---------- cut script here ---------------------------------------- #!/bin/bash -u # Test a btrfs partition: one-snap creation and btrfsck # -Ian! D. Allen - idallen@idallen.ca - www.idallen.com BTRFS=/mnt/sdc1 BTRFSDEV=/dev/sdc1 echo "Using $BTRFS $BTRFSDEV" set -x mkfs.btrfs -L BTRFStest $BTRFSDEV || exit $? mount -o noatime $BTRFSDEV $BTRFS || exit $? btrfs subvolume snapshot $BTRFS $BTRFS/snap1 umount $BTRFSDEV btrfsck $BTRFSDEV ---------- cut script here -----------------------------...
2007 Nov 13
1
sdc1 without the sdc
So I'm working with the iSCSI Initiator and an EqualLogic SAN. I'm not sure when this might have happened, but it appears that the /dev/sdc device is missing, yet the /dev/sdc1 partition exists AND is mountable. Is there a method to re-create the /dev/sdc device? I cannot dd or fdisk it, obviously, but I can mount the /dev/sdc1 partition and it works just fine. Not having the /dev/sdc is messing up my multipath setup (let alone whatever else might be affected). scsi3...
2006 Aug 04
3
OCFS2 and ASM Question
Ok guys & gals here is the scenario: 1.) Host RHEL 4 U3 2.6.9-34.0.2.EL 2.) OCFS2 latest version 3.) Successfully formatted & mounted OCFS2 filesystems on 2 nodes /dev/sdb1 /u02/oradata/usdev/voting /dev/sdc1 /u02/oradata/usdev/data01 /dev/sdd1 /u02/oradata/usdev/data02 /dev/sde1 /u02/oradata/usdev/data03 4.) Downloaded & installed ASMLib 2.0 on both nodes 5.) Ran /etc/init.d/oracleasm configure 6.) Ran /etc/init.d/oracleasm createdisk vol1 /dev/sdc1 Error: asmtool: unable to clear device /dev/sdc1...
2013 Mar 17
2
mount exited with exit code 18
Hey Y'all, I'm trying to mount a USB drive with an NTFS file system on it. I need the drive in a win-7 virtual box instance. Error Dialog is: Error mounting: mount exited with exit code 18: Error opening '/dev/sdc1': Read-only file system Failed to mount '/dev/sdc1': Read only file system [root at mushroom /]# ls -l /dev/disk/by-id | grep usb lrwxrwxrwx. 1 root root 9 Mar 17 14:49 usb-TOSHIBA_TOSHIBA_USB_DRV_07082714D41C2837-0:0 -> ../../sdc lrwxrwxrwx. 1 root root 10 Mar 17 14:49 usb-TOSHI...
2015 Feb 28
9
Looking for a life-save LVM Guru
Dear All, I am in desperate need for LVM data rescue for my server. I have an VG call vg_hosting consisting of 4 PVs each contained in a separate hard drive (/dev/sda1, /dev/sdb1, /dev/sdc1, and /dev/sdd1). And this LV: lv_home was created to use all the space of the 4 PVs. Right now, the third hard drive is damaged; and therefore the third PV (/dev/sdc1) cannot be accessed anymore. I would like to recover whatever left in the other 3 PVs (/dev/sda1, /dev/sdb1, and /dev/sdd1). I hav...
2013 Nov 19
2
virsh and multi source-dev
Hi, I'm using LVM based storage pools and I'm wondering if there is a way to specify several source-dev on the command line for creating a volume group spread over several devices : one device /dev/sdc1 is ok: * virsh pool-define-as --name lvmpool --type logical --source-dev /dev/sdc1 --source-name vg --target /dev/vg I would like something like (but sadly doesn't work): ? virsh pool-define-as --name lvmpool --type logical --source-dev /dev/sdc1 --source-dev /dev/sdb1 --source-name vg --tar...
2010 Apr 05
1
Kernel Panic, Server not coming back up
...all share 2 virtual hard drives within VMware (independent, persistent, & thick provisioned). Everything works great and the way I want, except occasionally, one of the nodes will crash with errors like the following: end_request: I/O error, dev sdc, sector 585159 Aborting journal on device sdc1 end_request: I/O error, dev sdc, sector 528151 Buffer I/O error on device sdc1, logical block 66011 lost page write due to I/O error on sdc1 (2848,1):ocfs2_start_trans:240 ERROR: status = -30 OCFS2: abort (device sdc1): ocfs2_start_trans: Detected aborted journal Kernel panic - not syncing: OCFS2...
2015 Jun 10
2
[PATCH] New API: btrfs_replace_start
...] (* Non-API meta-commands available only in guestfish. diff --git a/tests/btrfs/test-btrfs-devices.sh b/tests/btrfs/test-btrfs-devices.sh index 3935c60..463b0a8 100755 --- a/tests/btrfs/test-btrfs-devices.sh +++ b/tests/btrfs/test-btrfs-devices.sh @@ -66,6 +66,8 @@ btrfs-device-add "/dev/sdc1 /dev/sdd1" / btrfs-device-delete "/dev/sdb1" / btrfs-device-add "/dev/sdb1" / btrfs-device-delete "/dev/sdc1 /dev/sdd1" / +btrfs-replace-start "/dev/sda1" "/dev/sdd1" / force:true +btrfs-replace-start "/dev/sdd1" "/dev/sda1&qu...
2007 Aug 27
3
mdadm --create on Centos5?
Is there some new trick to making raid devices on Centos5? # mdadm --create /dev/md3 --level=1 --raid-devices=2 /dev/sdc1 /dev/sdc1 mdadm: error opening /dev/md3: No such file or directory I thought that worked on earlier versions. Do I have to do something udev related first? -- Les Mikesell lesmikesell at gmail.com
2015 Feb 28
1
Looking for a life-save LVM Guru
...5 7:37 am, James A. Peltier wrote: > > > ----- Original Message ----- > | Dear All, > | > | I am in desperate need for LVM data rescue for my server. > | I have an VG call vg_hosting consisting of 4 PVs each contained in a > | separate hard drive (/dev/sda1, /dev/sdb1, /dev/sdc1, and /dev/sdd1). > | And this LV: lv_home was created to use all the space of the 4 PVs. > | > | Right now, the third hard drive is damaged; and therefore the third PV > | (/dev/sdc1) cannot be accessed anymore. I would like to recover whatever > | left in the other 3 PVs (/dev/sda1...
2011 Apr 27
2
btrfs-convert crashes
I have a 1.5 TB (1,475,720,773,632) partition that I wanted to convert from ext4 to btrfs. It is currently used as / for ubuntu 10.10. I booted into 11.04 beta2 and tried a ''btrfs-convert /dev/sdc1'', but after about 20 minutes it segfaulted. I performed a: sck.ext4 -cDfty -C 0 /dev/sdc1 After everything was clean, I downloaded the debugging symbols for btrfs-convert and tried again. Below is the ''bt full'' output. I don''t have enough free space to cop...
2007 Mar 30
1
Problem with 2GB USB Pendrive
...SI device sdc: 997759 2048-byte hdwr sectors (2043 MB) kernel: sdc: Write Protect is off kernel: sdc: assuming drive cache: write through kernel: SCSI device sdc: 997759 2048-byte hdwr sectors (2043 MB) kernel: sdc: Write Protect is off kernel: sdc: assuming drive cache: write through kernel: sdc: sdc1 sdc2 kernel: sd 13:0:0:0: Attached scsi removable disk sdc kernel: sd 13:0:0:0: Attached scsi generic sg2 type 0 Before of all, I'm using this software versions: kernel (vanilla): 2.6.19.7 syslinux: 3.36-1 (from syslinux rpm repository) fdisk: util-linux 2.13-pre7 mkdosfs: (don't know how...
2017 Sep 28
1
upgrade to 3.12.1 from 3.10: df returns wrong numbers
...cks')|sort /dev/sda1????????????????????????? 7.3T? 991G? 6.4T? 14% /bricks/sda1 /dev/sda1????????????????????????? 7.3T? 991G? 6.4T? 14% /bricks/sda1 /dev/sdb1????????????????????????? 7.3T? 557G? 6.8T?? 8% /bricks/sdb1 /dev/sdb1????????????????????????? 7.3T? 557G? 6.8T?? 8% /bricks/sdb1 /dev/sdc1????????????????????????? 7.3T? 630G? 6.7T?? 9% /bricks/sdc1 /dev/sdc1????????????????????????? 7.3T? 630G? 6.7T?? 9% /bricks/sdc1 /dev/sdd1????????????????????????? 7.3T? 683G? 6.7T? 10% /bricks/sdd1 /dev/sdd1????????????????????????? 7.3T? 683G? 6.7T? 10% /bricks/sdd1 /dev/sde1????????????????????...
2019 Sep 23
4
testparm comaprison
On 23/09/2019 13:42, Trenta sis via samba wrote: > Thanks, ntlm auth is temporary until we have solved some issues > getent is needed by filesystem acl > If you think you need the 'winbind enum' lines so that 'getent' works, then think again ;-) If you do not have the 'winbind enum 'lines 'getent passwd username' will still work. 'getent passwd'
2018 Oct 31
2
WERR_DS_DOMAIN_RENAME_IN_PROGRESS - Join Failed
...it, see if this fixes your problem. > > Rowland Thanks Rowland, that did the fix the problem related with WERR_DS_DOMAIN_RENAME_IN_PROGRESS error. But the problem evolved into a new one: "WERR_DS_DIFFERENT_REPL_EPOCHS" ... Starting replication Join failed - cleaning up Deleted CN=SDC1,OU=Domain Controllers,DC=testdomain,DC=tld Deleted CN=dns-SDC1,CN=Users,DC=testdomain,DC=tld Deleted CN=NTDS Settings,CN=SDC1,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=testdomain,DC=tld Deleted CN=SDC1,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=testd...
2009 May 01
1
Rosewill RSV-S8 Storage Enclosure Support
...seeing the card, and seeing all my drives. I fdisk the drives and I can create the partitions, but I am unable to set up either software raid or create filesystems. I keep getting errors saying that the volumes are in use (although they do not appear to be mounted anywhere). # mkfs.ext3 /dev/sdc1 mke2fs 1.39 (29-May-2006) /dev/sdc1 is apparently in use by the system; will not make a filesystem here! # mdadm --create /dev/md0 --level=0 --raid-devices=2 /dev/sdb1 /dev/sdc1 mdadm: Cannot open /dev/sdb1: Device or resource busy mdadm: Cannot open /dev/sdc1: Device or resource busy mdadm: cre...
2015 Jun 12
2
Re: [PATCH] New API: btrfs_replace_start
...git a/tests/btrfs/test-btrfs-devices.sh b/tests/btrfs/test-btrfs-devices.sh >>>> index 3935c60..463b0a8 100755 >>>> --- a/tests/btrfs/test-btrfs-devices.sh >>>> +++ b/tests/btrfs/test-btrfs-devices.sh >>>> @@ -66,6 +66,8 @@ btrfs-device-add "/dev/sdc1 /dev/sdd1" / >>>> btrfs-device-delete "/dev/sdb1" / >>>> btrfs-device-add "/dev/sdb1" / >>>> btrfs-device-delete "/dev/sdc1 /dev/sdd1" / >>>> +btrfs-replace-start "/dev/sda1" "/dev/sdd1"...
2018 Feb 28
2
df reports wrong full capacity for distributed volumes (Glusterfs 3.12.6-1)
...e2.0001.rd run.node1.0002.rd run.node2.0002.rd ........... ........... run.node1.X.rd run.node2.X.rd ( X ranging from 0000 to infinite ) Curiously stor1data and stor2data maintain similar ratios in bytes: Filesystem 1K-blocks Used Available Use% Mounted on /dev/sdc1 52737613824 17079174264 35658439560 33% /mnt/glusterfs/vol1 -> stor1data /dev/sdc1 52737613824 17118810848 35618802976 33% /mnt/glusterfs/vol1 -> stor2data However the ratio on som3data differs too much (1TB): Filesystem 1K-blocks Used...