search for: sdb5

Displaying 20 results from an estimated 75 matches for "sdb5".

Did you mean: sdb
2014 Jun 04
3
virt-resize: support to MBR logical partitions and some question
...s in progess). But encounter an error when adding a logical partition in dest image: virt-resize: libguestfs error: part_add: parted: /dev/sdb: Warning: The resulting partition is not properly aligned for best performance. Error: Error informing the kernel about modifications to partition /dev/sdb5 -- Device or resource busy. This means Linux won't know about any changes you made to /dev/sdb5 until you reboot -- so you shouldn't mount it or use it in any way before rebooting. Error: Failed to add partition 5 (Device or resource busy) The error is actually no harm since the logical...
2008 Jun 27
1
SYSLINUX GRUB and booting logical partitions on USB drive
Hello, I cannot boot with GRUB and SYSLINUX from a logical partition on my USB drive. Here is the test setup: - 4GB Flash drive with the following partitions: sdb1 Primary fat32 ~ 800MB sdb2 Primary fat32 ~ 800MB sbd3 Primary fat32 ~ 800MB sdb4 Extended partition sdb5 Logical partition ~ 800MB sdb6 Logical partition ~ 600MB - Grub files were copied to /dev/sdb1/boot/grub (Stage files, etc.) - Grub was installed in the MBR of the USB flash drive. - Damn Small Linux (DSL) was downloaded an unzipped to the root of sdb5 (zip-file dsl-4.2.5-embedded) - sdb5 was...
2011 Jul 11
4
extremely slow syncing on btrfs with 2.6.39.1
...with 2 btrfs filesystems and some snapshots. The system runs for days, and I''ve noticed unusual disk activity the other evening - turns out that it''s taking forever to sync(). $ uname -r 2.6.39.1 $ grep btrfs /proc/mounts /dev/root / btrfs rw,relatime 0 0 # is /dev/sdb2 # /dev/sdb5 /home btrfs rw,relatime 0 0 $ time sync real 1m5.552s user 0m0.000s sys 0m2.102s $ time sync real 1m16.830s user 0m0.001s sys 0m1.490s $ df -h / /home Filesystem Size Used Avail Use% Mounted on /dev/root 47G 33G 7.7G 82% / /dev/sdb5 652G 216G 421G 34% /home $ btrfs fi...
2016 May 03
4
Copying a live system
I want to backup my current CentOS-7.2 system to another drive. Is it safe to copy the system while it is running? Eg by mount /dev/sdb5 /mnt rsync -HPaxvz /. /mnt/ I've found contradictory advice on the web. -- Timothy Murphy gayleard /at/ eircom.net School of Mathematics, Trinity College, Dublin
2014 Jul 15
2
Re: virt-resize: support to MBR logical partitions and some question
...n error when adding a logical partition in dest image: > > > > virt-resize: libguestfs error: part_add: parted: /dev/sdb: Warning: The resulting partition is not properly aligned for best performance. > > Error: Error informing the kernel about modifications to partition /dev/sdb5 -- Device or resource busy. This means Linux won't know about any changes you made to /dev/sdb5 until you reboot -- so you shouldn't mount it or use it in any way before rebooting. > > Error: Failed to add partition 5 (Device or resource busy) > > > > The error is actu...
2007 May 31
4
install debian lenny guest
hi, i''m using ubuntu edge 6.10. i''d like to test the debian lenny guest with the partition: /dev/sdb5 / /dev/sda8 swap /dev/scd0 cdrom lenny.iso /home/iso/lenny.iso i succeded running edge-guest, windows-guest, but i can''t with debian here''s my config: 2.6.17-6-generic-xen0 xen-hypervisor-3.0-i386 and kernel = "/boot/xen0-linux-2.6.17-6-generic-xen0" ram...
2009 Apr 03
1
Could not get a raw device slot for disk access. Please free up some devices.
Hi, I'm setting up ocfs on opensuse 10.3 with kernel 2.6.22.5-31 . Appreciate if you could guide on the solution to this error. I have a secondary hard disk (80G) created raw paritions primary /dev/sdb1 - 12G extended /dev/sdb2 - 12G comprising of /dev/sdb5 - 4G /dev/sdb6 - 3G /dev/sdb7 - 5G The error is as follows: Could not get a raw device slot for disk access. Please free up some devices. Error: Error opening /dev/rawctl No such file or directory, bindraw.c 63 Since there was mention of /dev/rawctl, i tried the following too: # mkdir /dev/raw c...
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
2002 May 13
5
Assertion failure in do_get_write_access() at transaction.c:609:
Hi all (and developers in particular) I just got bitten by this Assertion. The one that starts as in the subject, and ends with: "!(((jh2bh(jh))->b_state & (1UL << BH_Lock)) != 0)" Google reminds me that it was mentioned a few times earlier this year, but I couldn't find any statement saying that it has been fixed. I got this in a 2.4.16 kernel, though the
2009 Nov 27
5
unexpected raid1 behavior?
...ntoo and have compiled the 2.6.31 kernel, enabling btrfs. Now I have 2 partitions (on 2 different sata disks) that are free for me to play with, each about 375 gb in size. I wanted to create a "raid1" volume using these two partitions, so I did: # mkfs.btrfs -d raid1 /dev/sda5 /dev/sdb5 # mount /dev/sda5 /btrfs and everything seems fine. Now what I find strange is that everything looks like a raid0 was created, not a raid1: $ df -h /btrfs/ Filesystem Size Used Avail Use% Mounted on /dev/sda5 684G 72G 612G 11% /btrfs What am I doing (or understandi...
2009 Sep 10
1
samba w/o openvpn: OK - else strange issues
...[2009/09/10 01:50:01, 3] smbd/password.c:register_homes_share(231) Adding homes service for user 'mra' using home directory: '/home/ mra' <snip> [2009/09/10 01:50:11, 3] lib/sysquotas.c:sys_get_quota(453) sys_get_vfs_quota() failed for mntpath[/mnt/workspace] bdev[/dev/ sdb5] qtype[2] id[1000]: Invalid argument [2009/09/10 01:50:11, 3] lib/sysquotas.c:sys_get_quota(453) sys_get_vfs_quota() failed for mntpath[/mnt/workspace] bdev[/dev/ sdb5] qtype[4] id[1000]: Invalid argument [2009/09/10 01:50:11, 3] smbd/process.c:process_smb(1554) Transaction 23 of length 74 (0 t...
2009 May 18
2
centos 5.2 install: mbr or no bootloader ?
...no bootloader Why is there no choice of 1st sector of root partition? or did I just miss it? I wanted to chainload the centos install, but that requires grub installed into 1st sector of root partition. So after the os install I used knoppix livecd to > grub root (hd1,4) # sdb5 is my centos partition setup (hd1,4) and centos now loads from a chainloader +1 in my grub partition So I have fixed it; but curious as to why the install dvd didn't give me the choice there. Jack
2009 Jun 29
2
External USB Drive partitioning, formatting and configuring Bacula server
...One thing I don't understand, when partitions are created, why does Linux number it awkwardly? For example, I created 1 Primary partition of 10% disk, then created 1 Extended partition of 90% disk. Inside that extended partition, I created 3 logical partitions 33% each. It went numbering sdb1, sdb5, sdb6 and sdb7. Where's the hell 2,3 and 4? Anyways, I've got my partitions now and formatted them so, it's all good. Thanks for your help with this. Next, as I went through Bacula's pages, I found that they mostly use tape drives for backup....ugh.......how can I use my usb partit...
2007 Apr 13
1
Install (not boot) from USB drive?
Is it possible to install directly from a DVD iso image downloaded to a USB external drive as a file on a FAT filesystem? That is, if I burn the boot.iso on a CD and boot it, is there any way to mount the USB drive and install from the DVD image file there (some target machines don't have a DVD drive). -- Les Mikesell lesmikesell at gmail.com
2011 Dec 04
2
Strangely slow disk
...D15EADS-00R6B0) on my CentOS-5.7 server, which has become incredibly slow for some operations, eg rsync, BackupPC archive, e2fsck, although it seems to work fine for ordinary file operations, and "smartctl -a /dev/sdb" does not report any errors. For example, running "e2fsck -p /dev/sdb5" on a 250GB partition on this disk took over 24 hours to complete, as it did on another partition. I wonder if anyone can offer an explanation, or suggest a remedy? -- Timothy Murphy e-mail: gayleard /at/ eircom.net tel: +353-86-2336090, +353-1-2842366 s-mail: School of Mathematics, Trin...
2006 Apr 02
2
raid setup
...n't know what went wrong. Here's my dmesg in my 1st server specific in md: md: raid0 personality registered as nr 2 md: raid1 personality registered as nr 3 md: Autodetecting RAID arrays. md: autorun ... md: considering sdb7 ... md: adding sdb7 ... md: sdb6 has different UUID to sdb7 md: sdb5 has different UUID to sdb7 md: sdb3 has different UUID to sdb7 md: sdb2 has different UUID to sdb7 md: sdb1 has different UUID to sdb7 md: adding sda7 ... md: sda6 has different UUID to sdb7 md: sda5 has different UUID to sdb7 md: sda3 has different UUID to sdb7 md: sda2 has different UUID to sdb7...
2004 Jun 23
2
Which disk is it?
...end of device Jun 10 21:25:39 postamt1 kernel: 08:06: rw=0, want=1680353324, limit=59954548 Jun 10 21:25:39 postamt1 kernel: EXT3-fs error (device sd(8,6)): ext3_readdir: directory #3473659 contains a hole at offset 1852399616 $ mount /dev/sdb6 on / type auto (rw) none on /proc type proc (rw) /dev/sdb5 on /boot type ext3 (rw) /dev/sda6 on /home type ext3 (rw,nosuid,noatime) /dev/sdb8 on /tmp type ext3 (rw,nosuid,nocheck) /dev/sdb7 on /var type ext3 (rw,nosuid,noatime) /dev/sdb9 on /extra type ext3 (rw,noatime,data=journal,nocheck) /dev/hda6 on /mnt/hda type ext3 (rw,nosuid,noatime,nocheck) none o...
2014 Sep 08
3
Re: [RFC PATCH] resize: add support for MBR logical partitions some question
...: > Hi, > > The attached patch adds support for resizing MBR logical partitions. The > failure is still there, I can't get any helpful information from lsof. > Any suggestions? I don't see the error: Error: Error informing the kernel about modifications to partition /dev/sdb5 However I do see this error: virt-resize: error: libguestfs error: copy_device_to_device: copy_device_to_device_stub: /dev/sdb5: No such file or directory For debugging with lsof, I would need to actually see the trace output and the lsof output. See what I wrote here: https://www.redha...