Displaying 20 results from an estimated 897 matches for "sdb1".
Did you mean:
sdb
2013 Jul 02
1
problem expanding a volume
Hello,
I am having trouble expanding a volume. Every time I try to add bricks to
the volume, I get this error:
[root at gluster1 sdb1]# gluster volume add-brick vg0
gluster5:/export/brick2/sdb1 gluster6:/export/brick2/sdb1
/export/brick2/sdb1 or a prefix of it is already part of a volume
Here is the volume info:
[root at gluster1 sdb1]# gluster volume info vg0
Volume Name: vg0
Type: Distributed-Replicate
Volume ID: 7ebad06f-2b...
2005 Oct 31
2
ext3 + fs > 2Tbyte
...artition. It worked fine before, but stopped working after a power
outage. Before I was using mount version 2.11n-7woody1 (the stock debian
'woody' version). I upgraded to the backports.org version of mount after
this problem appeared, but it didn't help.
The symptom is -
# mount /dev/sdb1
mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
or too many mounted file systems
(aren't you trying to mount an extended partition,
instead of some logical partition inside?)
My question to you is: where to look for help, if not here.
Do I need to upgr...
2008 Apr 22
3
mount: /dev/sdb1 already mounted or /blah busy
How do I go about troubeshooting this? I'm using RHEL 4 update 6.
mount: /dev/sdb1 already mounted or /blah busy
It's actually an iSCSI LUN (NetApp filer). I successfully configured (ext3) and mounted it, but when I rebooted, the /dev/sdb1 device/partition is seen by the kernel and it shows up with "fdisk -l".
Nevertheless I get that error. I've tried "...
2013 Dec 17
2
Quick start guide
Hi all,
I am trying to follow the instructions from the Quick Start guide, but I am
running into problems when issuing the following command:
mkfs.xfs -i size=512 /dev/sdb1
/dev/sdb1: No such file or directory
If I create the sdb1 folder in the /dev folder I get the following error
when issuing the mkfs.xfs command
mkfs.xfs: cannot open /dev/sdb1: Is a directory
Any assistance would be most helpful.
Thanks,
Kurt
-------------- next part --------------
An HTML at...
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=...
2008 Jan 27
1
btrfs: sdb1 checksum verify failed
...ree
of Linux 2.6.24 to the btrfs, make allyesconfig, and i've created the
following script:
while true; do make -j2; make mrproper; cp ../.config .; make oldconfig;
done;
After some hours of compiling i got the following messages:
[...]
Jan 27 14:40:27 fusitest kernel: [114708.874739] btrfs: sdb1 checksum
verify failed on 5637144576 wanted C2D1E2A found A8119D2F
from_this_trans 0
Jan 27 14:42:36 fusitest kernel: [114824.645672] btrfs: sdb1 checksum
verify failed on 7250083840 wanted C464BE5A found 24E6E09F
from_this_trans 0
Jan 27 14:43:10 fusitest kernel: [114853.905567] btrfs: sdb1 checks...
2005 Feb 08
2
Ext3 Journal corruption on hitachi deskstars
I recently came across an enormous cluster of x86 clone machines running
fedora core 1 (2.4.24) which have typically all intel or amd have VIA IDE
chipsets.
They frequently experience corrupted journals rendering the ext3 partition
in read-only mode. More important than recovering the filesystem, I am
interested in finding the root of the problem.
The common hardware that all of these
2018 Nov 12
3
extlinux troubles....
1. ext4
mke2fs -b 4096 -m 5 -t ext4 -O^uninit_bg -r 1 -v /dev/sdb1
sdparm --command=sync /dev/sdb
2. 150G
3. gdisk /dev/sdb
x
a
2
w
y
sdparm --command=sync /dev/sdb
4. mount /dev/sdb1 /mnt/sdb1
cd /mnt/sdb1
extlinux -i /mnt/sdb1/boot
umount /mnt/sdb1
sync;sync;sync
sdparm --command=sync /dev/sdb
cat gptmbr.bin >/dev/sdb1
sync;sync;sync
sdparm --command=sync /de...
2010 Feb 09
3
disk I/O problems with LSI Logic RAID controller
...rge file to the storage-based file system, the disk utilization see-saws up to 100% to several seconds of inactivity, to climb up again to 100% and so forth.
Here are a snip from the iostat -kx 1:
Device: rrqm/s wrqm/s r/s w/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
sdb1 0.00 133811.00 0.00 1889.00 0.00 513660.00 543.84 126.24 65.00 0.47 89.40
sdb1 0.00 138.61 0.00 109.90 0.00 29845.54 543.14 2.54 54.32 0.37 4.06
sdb1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00...
2010 Feb 04
3
Mount USB disk at startup?
I have a CentOS 5 machine with an external 500G USB disk,
formatted with JFS.
How do I get this to mount automatically at boot time?
If I add to /etc/fstab:
/dev/sdb1 /var/video jfs defaults 1 2
fsck.jfs complains at boot time:
Error: Cannot open device /dev/sdb1
Usage: fsck.jfs ...
...
Give root password for maintenance
...
If I log in with the root password, /dev/sdb1
is present, and I can run
fsck.jfs -f /dev/sdb1
without problems. After ctrl-D it reb...
2009 Sep 30
2
XEN 3.4.1|HVM|physical disk access
Hello folks,
i do not get access to a physical disk with xen. I would like to install
windows xp as hvm to the physical partition /dev/sdb1.
I partioned the disk with cfdisk. Filesystem type is Linux (83). In my
eyes the filesystem using hvm is insignificant(?).
I tried the following configurations; probably a lot more than this.
#disk = [ ''phy:hda1,hda1,r'' ] (comment from xmexample.hvm form /ect/xen)
disk = [ ...
2010 Aug 10
2
Replace grub with extlinux
...out any luck. I did
remove the grub from my root Partition and boot from a LiveCD. I
install syslinux and did those steps
Boot Partition:
mkdir -pv /mnt/sda1
mke2fs -jv /dev/hda1
mkfs -t ext3 /dev/hda1
mount /dev/hda1 /mnt/sda1
Root Partition
export SDB1=/mnt/sdb1
mkdir -pv $SDB1
mount -v -t ext3 /dev/hdb1 $SDB1
SWAP Partition
/sbin/swapon -v /dev/hdb5
Installing extlinux to /dev/sda1
dd if=/dev/zero of=/dev/sda bs=446 count=1
dd if=/mnt/sdb1/usr/share/syslinux/mbr.bin of=/dev/sda
install -d...
2007 Oct 06
2
expand physical volume
...uccessfully with the server management software osma.
[root at srv1 ~]# fdisk -l /dev/sdb
Disk /dev/sdb: 438.4 GB, 438489317376 bytes
255 heads, 63 sectors/track, 53309 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 35539 285466986 8e Linux LVM
When i run "pvresize /dev/sdb1" the output tells me it has been resized,
but actually the physical volume didn't expand to the partition size 438GB.
[root at srv1 ~]# pvresize /dev/sdb1
Physical volume "/dev/sdb1&quo...
2004 Apr 23
1
2.6.5 and latest Fedora Core 1 kernels cannot handle files over 2.x GB?
...w box running Fedora Core 1.
The kernel was updated to the latest Fedora release.
However mysqld complains about corrupted tables.
The kernel was then updated to 2.6.5
mysqld still complains about corrupted tables.
Hardware:
Dual PIII 800.
3ware RAID
dmesg:
...
...
...
EXT3-fs error (device sdb1): ext3_free_blocks: Freeing blocks not in
datazone - block = 1634890784, count = 1
EXT3-fs error (device sdb1): ext3_free_blocks: Freeing blocks not in
datazone - block = 1667330926, count = 1
EXT3-fs error (device sdb1): ext3_free_blocks: Freeing blocks not in
datazone - block = 1852795252, cou...
2012 Jul 01
2
booting FreeDOS ISO image using syslinux hangs
...ds, 62 sectors/track, 1022 cylinders, total 3932160 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xf672aa0a
Device Boot Start End Blocks Id System
/dev/sdb1 * 62 3928567 1964253 6 FAT16
root at debian64:~#
2) Downloaded latest syslinux:
root at debian64:~# /home/martin/syslinux-4.05/linux/syslinux -v
/home/martin/syslinux-4.05/linux/syslinux 4.05 Copyright 1994-2011 H.
Peter Anvin et al
root at debian64:~#
3) Installed boot...
2008 Aug 15
1
Hard disk, format, filesystem
...size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 0.51kB 100MB 100MB primary ext2
(parted) quit
// If I try to create a file system on the new partition,
// I get an error message:
[root at mail dev]# mkfs ext3 sdb1
mke2fs 1.39 (29-May-2006)
mkfs.ext2: invalid blocks count - sdb1
// I cannot create a volume label:
[root at mail dev]# e2label sdb1 /mnt/mirror
[root at mail dev]# e2label sdb1
[root at mail dev]#
//fsck informs me like this:
[root at mail dev]# e2fsck sdb1
e2fsck 1.39 (29-May-2006)
The files...
2010 Oct 19
3
more software raid questions
...g on fcshome.stoneham.ma.us
A DegradedArray event had been detected on md device /dev/md125.
Faithfully yours, etc.
P.S. The /proc/mdstat file currently contains the following:
Personalities : [raid1]
md0 : active raid1 sda1[0]
104320 blocks [2/1] [U_]
md126 : active raid1 sdb1[1]
104320 blocks [2/1] [_U]
md125 : active raid1 sdb2[1]
312464128 blocks [2/1] [_U]
md1 : active raid1 sda2[0]
312464128 blocks [2/1] [U_]
unused devices: <none>
firstly, what the heck are md125 and md126? previously there was
only md0 and md1...
2005 Mar 04
1
ext2online difficulty
...Start with a regular msdos labelled disk (I have tried lvm volumes):
Command (m for help): p
Disk /dev/sdb: 18.3 GB, 18351967232 bytes
64 heads, 32 sectors/track, 17501 cylinders
Units = cylinders of 2048 * 512 = 1048576 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 1 17501 17921008 83 Linux
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
Syncing disks.
Create an undersized filesystem ontop:
[root at blah ~]# mke2fs /dev/sdb1 1048576
mke2fs 1.35 (28-Feb-2004)
max_blocks 268...
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 testing {
package { "iscsi-initiator-utils":
provider => rpm,
source => "/tmp/iscsi-initiator-utils-4.0.3.0-4.x86_64.rpm",
require => Exec[...
2015 Jun 10
2
[PATCH] New API: btrfs_replace_start
...fish.
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" / force:true
mkdir /data2
tar-in $srcdir/../dat...