search for: sdb3

Displaying 20 results from an estimated 220 matches for "sdb3".

Did you mean: sdb
2007 May 09
2
how to create label fo swap space
I just add a partition /dev/sdb3 and use "mkswap /dev/sdb3" to make it swap space. How can I label the /dev/sdb3 like "SWAP-sdb3"? what I want is put on /etc/fstab as entry like: LABEL=SWAP-sdb2 swap swap defaults 0 0 LABEL=SWAP-sdb3 swap swap...
2012 Jan 13
5
Can't resize second device in RAID1
Hi, the situation: Label: ''RootFS''  uuid: c87975a0-a575-405e-9890-d3f7f25bbd96     Total devices 2 FS bytes used 284.98GB     devid    2 size 311.82GB used 286.51GB path /dev/sdb3     devid    1 size 897.76GB used 286.51GB path /dev/sda3 RootFS created when sda3 was 897.76GB and sdb3 311.82GB. I have now freed other space on sdb. So I deleted sdb3 and recreated it occupying all available space. Disk /dev/sdb: 2000 GB, 2000396321280 bytes 255 heads, 63 sectors/track, 243201...
2008 Jan 14
3
Spot the cyclical relationship
I got the following error, but there''s no "cycle" I commented out File["/dev/sdb3"] and it works, but of course would choke if I ran it and the requirement were not met err: Could not apply complete catalog: Found cycles in the following relationships: File[/dev/sdb1] => Exec[echo -e "0,290\n,290\n," | sfdisk /dev/sdb] Here''s the node: node testi...
2013 Sep 22
10
[PATCH] Btrfs: fix sync fs to actually wait for all data to be persisted
...work to finish before returning success to the caller. This change fixes this, ensuring that there''s no data loss if a power failure happens right after fs sync returns success to the caller and before the next commit happens. Steps to reproduce the data loss issue: $ mkfs.btrfs -f /dev/sdb3 $ mount /dev/sdb3 /mnt/btrfs $ perl -e ''$d = ("\x41" x 6001); open($f,">","/mnt/btrfs/foobar"); print $f $d; close($f);'' && btrfs fi sync /mnt/btrfs Right after the btrfs fi sync command (a second or 2 for example), power off the machine a...
2013 Nov 19
6
[PATCH] Btrfs: fix very slow inode eviction and fs unmount
...lits of extent_state structures, which consume a lot of time and cpu when the inode has many pages. In some scenarios I have experienced umount times higher than 15 minutes, even when there''s no pending IO (after a btrfs fs sync). A quick way to reproduce this issue: $ mkfs.btrfs -f /dev/sdb3 $ mount /dev/sdb3 /mnt/btrfs $ cd /mnt/btrfs $ sysbench --test=fileio --file-num=128 --file-total-size=16G \ --file-test-mode=seqwr --num-threads=128 \ --file-block-size=16384 --max-time=60 --max-requests=0 run $ time btrfs fi sync . FSSync ''.'' real 0m25.457s user 0m0.000...
2007 Sep 04
4
RAID + LVM Addition to CentOS 5 Install
Hi All, I have what I believe to be a pretty basic LVM & RAID setup on my CentOS 5 machine: Raid Partitions: /dev/sda1,sdb1 /dev/sda2,sdb2 /dev/sda3,sdb3 During the install I created a RAID 1 volume md0 out of sda1,sdb1 for the boot partition and then added sda2,sdb2 to a separate RAID 1 volume as well (md1). I then setup md1 as a LVM physical volume for volume group 'system'. I left the sda3,sdb3 partitions available for future use. Nex...
2017 Sep 11
2
Cannot chainload a formerly working Linux system
...inux 6.3, installed on /dev/sdb first partition. Works OK (as far as it goes). Device Boot Start End Sectors Size Id Type /dev/sdb1 * 2048 2042239 2040192 996.2M ef EFI (FAT-12/16/32) /dev/sdb2 2042240 3070399 1028160 502M 82 Linux swap / Solaris /dev/sdb3 3072000 244244479 241172480 115G 83 Linux /dev/sdb4 244244480 499196591 254952112 121.6G 7 HPFS/NTFS/exFAT The BLFS system (on sdb3) used to be booted from a Win7 (sdb4), no longer active now (hence the current attempts at booting through syslinux). First sector of sdb3 (with &quo...
2011 Aug 17
1
RAID5 suddenly broken
...ber Major Minor RaidDevice State this 0 8 3 0 active sync /dev/sda3 0 0 8 3 0 active sync /dev/sda3 1 1 0 0 1 faulty removed 2 2 8 51 2 active sync /dev/sdd3 /dev/sdb3: Magic : a92b4efc Version : 0.90.00 UUID : 7533411a:f066a145:1e89d48e:1a8374a3 Creation Time : Tue Dec 1 12:01:05 2009 Raid Level : raid5 Used Dev Size : 204796416 (195.31 GiB 209.71 GB) Array Size : 409592832 (390.62 GiB 419.42 GB) Raid Devices : 3...
2013 Dec 18
0
btrfs on bcache
I''ve recently setup a system (Kernel 3.12.5-1-ARCH) which is layered as follows: /dev/sdb3 - cache0 (80 GB Intel SSD) /dev/sdc1 - backing device (2 TB WD HDD) sdb3+sdc1 => /dev/bcache0 On /dev/bcache0, there''s a btrfs filesystem with 2 subvolumes, mounted as / and /home. What''s been bothering me are the following entries in my kernel log: [13811.845540] incomplete...
2018 Dec 05
3
Accidentally nuked my system - any suggestions ?
Le 04/12/2018 ? 23:50, Stephen John Smoogen a ?crit?: > In the rescue mode, recreate the partition table which was on the sdb > by copying over what is on sda > > > sfdisk ?d /dev/sda | sfdisk /dev/sdb > > This will give the kernel enough to know it has things to do on > rebuilding parts. Once I made sure I retrieved all my data, I followed your suggestion, and it looks
2008 Apr 24
1
Utility tool for dm-ioband.
Hi everyone, I made a utility tool for dm-ioband version 0.0.4, named iobandctl. It enables you to easily apply I/O bandwidth control to an entire disk, and manage it. It helps you set the percentage of bandwidth to give each partition, and each user, process, group, or cgroup. (You are not able to use cgroup support yet, because the dm-ioband patch to enable cgroup support
2008 Apr 24
1
Utility tool for dm-ioband.
Hi everyone, I made a utility tool for dm-ioband version 0.0.4, named iobandctl. It enables you to easily apply I/O bandwidth control to an entire disk, and manage it. It helps you set the percentage of bandwidth to give each partition, and each user, process, group, or cgroup. (You are not able to use cgroup support yet, because the dm-ioband patch to enable cgroup support
2008 Apr 24
1
Utility tool for dm-ioband.
Hi everyone, I made a utility tool for dm-ioband version 0.0.4, named iobandctl. It enables you to easily apply I/O bandwidth control to an entire disk, and manage it. It helps you set the percentage of bandwidth to give each partition, and each user, process, group, or cgroup. (You are not able to use cgroup support yet, because the dm-ioband patch to enable cgroup support
2008 Mar 23
4
md raid1 - no speed improvement
...5. They both have three partitions setup as RAID1 using md (boot, swap, and an LVM data partition). # cat /proc/mdstat Personalities : [raid1] md0 : active raid1 sdb1[1] sda1[0] 104320 blocks [2/2] [UU] md1 : active raid1 sdb2[1] sda2[0] 4192896 blocks [2/2] [UU] md2 : active raid1 sdb3[1] sda3[0] 308271168 blocks [2/2] [UU] When I do tests though, I find that the md raid1 read performance is no better than either of the two disks on their own # hdparm -tT /dev/sda3 /dev/sdb3 /dev/md2 /dev/sda3: Timing cached reads: 4160 MB in 2.00 seconds = 2080.92 MB/sec Timing buf...
2014 Aug 17
1
/dev/disk/by-uuid missing
...US.UTF-8 rd_NO_MD quiet SYSFONT=latarcyrheb-sun16 rhgb crashkernel=auto rd_NO_DM rd_NO_LVM KEYBOARDTYPE=pc KEYTABLE=de initrd /initramfs-2.6.32-431.17.1.el6.x86_64.img ---8<-- I could get the system to boot again by just replacing the "root=UUID-..." part with "root=/dev/sdb3" when I started looking around, I noticed that the "/dev/disk"by-uuid" directory was not there. The "by-id" as well as the "by-path" directories were both there. I tried to create directory and the links in the directory manually, but they were gone after th...
2009 Feb 04
1
rsync differences between Fedora/Ubuntu?
...there). After umount-ing and even power cycling, they're in the wrong place. I've just done a complete system update on my Hardy. This problem does NOT seem to happen to the /mnt/newboot (e.g. /dev/sdb1) stage. I =am= taking into account differences like Ubuntu recognising it as /dev/sdb3 vs Fedora's /dev/hde3. Any ideas? Thanks very much, Carl Please Note: Primary master is removable slot, booted Fedora or Ubuntu drives. Primary slave is fixed (and empty) DVD drive. Secondary master is removable slot, mirror of Fedora or Ubuntu drives. Secondary slave is removable slot, us...
2018 Jan 12
5
[PATCH 1/1] appliance: init: Avoid running degraded md devices
...es if non-zero exit + if [ "$status" -eq 0 ]; then rm -f $disk1 $disk2; fi + + exit $status +} +trap cleanup INT QUIT TERM EXIT + +# Create 2 disks partitioned as: +# sda1: 20M MD (md127) +# sda2: 20M PV (vg1) +# sda3: 20M MD (md125) +# +# sdb1: 20M PV (vg0) +# sdb2: 20M PV (vg2) +# sdb3: 20M MD (md125) +# +# lv0 : LV (vg0) +# lv1 : LV (vg1) +# lv2 : LV (vg2) +# md127 : md (sda1, lv0) +# md126 : md (lv1, lv2) +# md125 : md (sda3, sdb3) +# vg3 : VG (md125) +# lv3 : LV (vg3) + +guestfish <<EOF +# Add 2 empty disks +sparse $disk1 100M +sparse $disk2 100M +run + +# Part...
2015 Feb 18
5
CentOS 7: software RAID 5 array with 4 disks and no spares?
...d1 --level=1 --raid-devices=4 --metadata=0.90 /dev/sda1 /dev/sdb1 /dev/sdc1 /dev/sdd1 # mdadm --create /dev/md2 --level=1 --raid-devices=4 --metadata=0.90 /dev/sda2 /dev/sdb2 /dev/sdc2 /dev/sdd2 # mdadm --create /dev/md3 --level=5 --raid-devices=4 --metadata=0.90 /dev/sda3 /dev/sdb3 /dev/sdc3 /dev/sdd3 Using this setup, I had 650 MB of disk space on /dev/md3. Now I tried to do the same thing with CentOS 7. Everything seemed to work at first, but here's what I got now: [root at nestor:~] # df -h Sys. de fichiers Taille Utilis? Dispo Uti% Mont? sur /dev/md127 226...
2018 Dec 05
0
Accidentally nuked my system - any suggestions ?
...le from sda to sdb as Stephen suggested earlier, then add sdb back to the array and allow the data to be synced: For example: mdadm --fail /dev/md125 /dev/sdb2 mdadm --remove /dev/md125 /dev/sdb2 mdadm --fail /dev/md126 /dev/sdb1 mdadm --remove /dev/md126 /dev/sdb1 mdadm --fail /dev/md127 /dev/sdb3 mdadm --remove /dev/md127 /dev/sdb3 sfdisk ?d /dev/sda | sfdisk /dev/sdb then add them back and watch then rebuild: mdadm --add /dev/md125 /dev/sdb2 mdadm --add /dev/md126 /dev/sdb1 mdadm --add /dev/md127 /dev/sdb3 After they have all resynced, I would flush the device buffers for good measure...
2012 Aug 13
0
Failed to setup GSI - dom0 Linux Kernel Boot Issues
...it does patch-wise is change the Xen init.d scripts to Arch Linux compatible ones, and add support for xz-compressed dom0 kernels). My syslinux.cfg menu line is as follows: LABEL xen MENU LABEL Xen 4.1.3 KERNEL mboot.c32 APPEND ../xen-4.1.3.gz dom0_mem=6000000 --- ../vmlinuz-linux root=/dev/sdb3 ro --- ../initramfs-linux.img I have rebuilt mkinitcpio with module ''xen-blkfront'' in autoload. When rebooting, the Xen kernel appears to load fine (though I can''t confirm, it''s not logging anything and it flashes by in a second). It then passes to the Linux ke...