search for: sdc5

Displaying 20 results from an estimated 29 matches for "sdc5".

Did you mean: sdc
2016 Apr 22
7
[OT] disk utility showing message "the partition is misaligned by"
greetings. centos 6.7 [current] 'disk utility' has started showing message; WARNING: The partition is misaligned by 2560 bytes. This may result in very poor performance. Repartitioning is suggested. for sdc5 - /home partition. /dev/sdc5 302243312 156348604 130534968 55% /home /dev/sdc7 80854912 57088 76683952 1% /hdd/c/07 other than time involved to backup sdc5, repartition is not a problem. to my thinking, but not recalling, with fsck; fsck -rN -t ext4 /dev/sdc5 * to che...
2008 Oct 29
1
quota for ocfs2 do not warn a exceed for block soft-limit sometimes
...ng a sanity check for the quota on ocfs2. Found a strange thing when comparing with the ext3,the quota sub-system sometimes did not warn me a tip when the soft-limit of space usage was exceeded.following are the steps to reproduce this issue: 1.mkfs.ocfs2 --fs-features=usrquota,grpquota ... /dev/sdc5 2.mount -t ocfs2 -o usrquota,grpquota /dev/sdc5 /quota 3.useradd -m quotauser 4.setquota -u quotauser 1024 2048 10 20 -a /dev/sdc5 5.quotaon -avug 6.su - quotauser; cd /quota 7. dd if=/dev/zero of=./testfile1 bs=1024 count=1024 1024+0 records in 1024+0 records out 1048576 bytes (1.0 MB) copi...
2016 Apr 22
2
[OT] disk utility showing message "the partition is misaligned by"
...> > check it with: > > blockdev --getalignoff /dev/sd > > (if a '0' is returned, the partition is aligned) > ===> Leon, thank you for reply. ]$ sudo blockdev --getalignoff /dev/sdc1 0 ]$ sudo blockdev --getalignoff /dev/sdc2 0 ]$ sudo blockdev --getalignoff /dev/sdc5 2560 ]$ sudo blockdev --report /dev/sdc1 RO RA SSZ BSZ StartSec Size Device rw 256 512 4096 2048 838860800 /dev/sdc1 ]$ sudo blockdev --report /dev/sdc2 RO RA SSZ BSZ StartSec Size Device rw 256 512 4096 1640448 1048576000...
2016 Apr 22
0
[OT] disk utility showing message "the partition is misaligned by"
...leem at bellsouth.net>: > greetings. > > centos 6.7 [current] > > > 'disk utility' has started showing message; > > WARNING: The partition is misaligned by 2560 bytes. This may > result in very poor performance. Repartitioning is suggested. > > for sdc5 - /home partition. > > /dev/sdc5 302243312 156348604 130534968 55% /home > /dev/sdc7 80854912 57088 76683952 1% /hdd/c/07 > > other than time involved to backup sdc5, repartition is not a problem. > > to my thinking, but not recalling, with fsck; >...
2012 Apr 23
5
'filesystem resize max' tries to use devid 1
Back story: I started my pool with a 200gb partition at the end of my drive (sdc5) , until I was able to clear out the data at the beginning of my drive. When I was ready, I ran `btrfs dev add /dev/sdc4 /` then `btrfs dev del /dev/sdc5 /`, $ sudo btrfs fi resize max / Resize ''/'' of ''max'' ERROR: unable to resize ''/'' - Invali...
2016 Apr 22
0
[OT] disk utility showing message "the partition is misaligned by"
On 04/22/2016 09:43 AM, g wrote: > ]$ sudo blockdev --getalignoff /dev/sdc1 > 0 > ]$ sudo blockdev --getalignoff /dev/sdc2 > 0 > ]$ sudo blockdev --getalignoff /dev/sdc5 > 2560 > ]$ sudo blockdev --report /dev/sdc1 > RO RA SSZ BSZ StartSec Size Device > rw 256 512 4096 2048 838860800 /dev/sdc1 > ]$ sudo blockdev --report /dev/sdc2 > RO RA SSZ BSZ StartSec Size Device > rw 256 51...
2015 Apr 09
2
install problem
...rrectly. /boot (/dev/sdc1) actually contains the vmlinux-2.6.18-371.el5 file as well as all the other related files that belong there. I installed onto the same hard disk that the last OS was on, reformatting the /, /boot, /usr partitions and installing to them. /boot is /dev/sdc1 and / is on /dev/sdc5. No errors or problems in the install. should the root (hd2,0) line above actually read root (hd2,4) where the real / partition is (/dev/sdc5)?? I booted linux rescue with the 5.10 install disk, and I see that the /boot/grub/grub.conf file looks correct, and all the correct files are there in /bo...
2014 Jun 24
3
How to remove LVM Physical Volume from Volume Group?
Hi. I have a volume group (let's say) vg_data. It consists from /dev/sdd5 sdd6 sdd7 I added sdc5 Now I want to remove (free) sdd7 and you is to for RAID partition. What are the commands (ordered) I need to perform? I failed to find clear howto. vg-data has only one partition, total size is over 1TB, free space is about 500GB so there is a plenty or room. -- Ljubomir Ljubojevic (Love i...
2016 Dec 29
2
isohybrid boot from logical partition
Thomas Schmitt wrote: > Since we know that the isolinux.bin binary is well ok on other partitions, > i'd say that the MBR code does not load the right blocks from disk when > it wants to get isolinux.bin. Yes, these are my thoughts as well. I think the jump from GRUB to the isohybrid code on the logical partition is working fine, but when the isohybrid code is trying to jump to
2016 Dec 29
0
isohybrid boot from logical partition
...* We have GPT partition information */ movl (32+20)(%si), %ecx movl (36+20)(%si), %ebx The start LBA of a GPT partition entry is an 8 byte number stored at offset 32. So obviously the partok version of the MBR tries to read a partition entry. Most probably its own one. If the MBR code from /dev/sdc5 gets to see the partition slot of /dev/sdc4 in /dev/sdc4 1845248 7827455 5982208 2.9G 5 Extended /dev/sdc5 1847296 2461695 614400 300M 83 Linux then a wrong read address for isolinux.bin would be plausible. An assembler programmer could probably make the MBR code show the value...
2015 Apr 09
0
install problem
...ctly. /boot (/dev/sdc1) actually contains the vmlinux-2.6.18-371.el5 file as well as all the other related files that belong there. I installed onto the same hard disk that the last OS was on, reformatting the /, /boot, /usr partitions and installing to them. /boot is /dev/sdc1 and / is on /dev/sdc5. No errors or problems in the install. should the root (hd2,0) line above actually read root (hd2,4) where the real / partition is (/dev/sdc5)?? I booted linux rescue with the 5.10 install disk, and I see that the /boot/grub/grub.conf file looks correct, and all the correct files are there in...
2017 Oct 03
0
multipath
...rt ??mpathi (dm-0) 253:0 0 931.5G 0 mpath sdc 8:32 0 931.5G 0 disk ??sdc1 8:33 0 1000M 0 part /boot ??sdc2 8:34 0 31.3G 0 part / ??sdc3 8:35 0 31.3G 0 part [SWAP] ??sdc4 8:36 0 1K 0 part ??sdc5 8:37 0 184.5G 0 part /home ??sdc6 8:38 0 683.6G 0 part /data01 sde 8:64 0 931.5G 0 disk ??sde1 8:65 0 931.5G 0 part ??mpathj (dm-1) 253:1 0 931.5G 0 mpath ??mpathjp1 (dm-8) 253:8 0 931.5G 0 part /data02 sdf...
2006 Jan 19
1
Error when loading some modules
Hello, I can''t load the network in unprivileged domain with xen-unstable (Changset 8612). Xen boots fine and domain0 is OK. When I start a new domain I have the following report when booting: ----------------B<----------------------------- * Not running depmod because /lib/modules/2.6.12.6-xenU/ is not writeable. Loading modules... All modules loaded. FATAL: Could not load
2004 Nov 16
7
Problem on FC3
...FC3 Root (ext3fs) /dev/hdc6 FC 3 swap I''ve also got other partitions. Grub.conf: default=0 timeout=5 splashimage=(hd1,2)/grub/splash.xpm.gz hiddenmenu title Xen 2.6 / XenLinux kernel /xen.gz dom0_mem=131072 console=vga module/vmlinuz-2.6.9-xen0 root=/dev/sdc5 ro console=tty0 module /initrd-fc3.img title Fedora Core (2.6.9-1.667) root (hd1,2) kernel /vmlinuz-2.6.9-1.667 ro root=LABEL=/ rhgb quiet initrd /initrd-2.6.9-1.667.img Contents of boot partition, root(hd1,2): -rw-r--r-- 1 root root 50929 Nov 2 11:53 config-2...
2008 Aug 29
4
Best method for booting logical partions via syslinux...
Hi. Which is the preferable method for booting multiple logical partions via syslinux ? 1. Create seperate logical (fat 32) partitons for 'each' Live CD, extracted and prepared identically via syslinux/syslinux.cfg (sdc5, sdc6,sdc7 etc.) 2. Use Grub2 to attempt to boot seperate logical partitions with the same extracted Live CD plan as above. 3. Use the chain.c32 module that comes with the latest syslinux to boot logical partitions... i.e. label Hardy kernel chain.c32 append hd0 4 label CentOS kerne...
2006 Aug 10
3
MD raid tools ... did i missed something?
...Spare Devices : 0 Layout : left-symmetric Chunk Size : 256K Number Major Minor RaidDevice State 0 0 0 -1 removed 1 8 21 1 active sync /dev/sdb5 2 8 37 2 active sync /dev/sdc5 UUID : 4c77d8a9:3952f00b:876ce47a:a65d5522 Events : 0.12152695 ===================================================================== I need to add the 3rd partition, so I open documentation http://www.centos.org/docs/4/html/rhel-isa-en-4/s1-storage-rhlspec.html#S2-STORAGE-R...
2013 Sep 10
2
large SCSI RAID, replacing server
...????? 1????? 267350? 2147483647+? ee? GPT Partition 1 does not start on physical sector boundary. # But here's the partitions I have: # df -k |grep sdc /dev/sdc1??????????? 15379809852 8627488256 6596071608? 57% /space01 /dev/sdc2??????????? 6248052728 905001184 5279574984? 15% /space02 /dev/sdc5??????????? 8175038780 2418326064 5673659088? 30% /space03 /dev/sdc4??????????? 6248052728 1444121916 4740454252? 24% /space04 /dev/sdc3??????????? 6248052728 1886640284 4297935884? 31% /space05 # ? How can I build up a new system to be ready for this existing RAID??? Or will the latest/greatest C...
2016 Dec 29
3
isohybrid boot from logical partition
Hi, Duncan Elliot wrote: > As far as I can see, this essentially trims off the first 3 bytes of the > custom isohybrid MBR image before applying it to the ISO. You probably mean this line: memcpy(mbr, &isohdpfx[hd0 + 3 * partok], MBRSIZE); The indize do not apply to bytes but to byte arrays of size MBRSIZE. extern unsigned char isohdpfx[][MBRSIZE]; (hd0 + 3 * partok)
2017 Mar 20
3
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
.../ 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x8d63aff7 Device Boot Start End Blocks Id System /dev/sdc1 * 2048 32767999 16382976 b W95 FAT32 /dev/sdc2 32768000 62545919 14888960 5 Extended /dev/sdc5 32770048 62545919 14887936 b W95 FAT32 user at debian:~$ df -HT ... /dev/sdc5 vfat 16G 8.2k 16G 1% /media/other_stuff /dev/sdc1 vfat 17G 8.2k 17G 1% /media/X-install Copy contents of .iso install cd to X-install: mount -o loop /media/OS/X-install...
2016 Dec 29
0
isohybrid boot from logical partition
...fier: 0xfc25117c Device Boot Start End Sectors Size Id Type /dev/sdc1 2048 616447 614400 300M 83 Linux /dev/sdc2 616448 1230847 614400 300M 83 Linux /dev/sdc3 1230848 1845247 614400 300M 83 Linux /dev/sdc4 1845248 7827455 5982208 2.9G 5 Extended /dev/sdc5 1847296 2461695 614400 300M 83 Linux /dev/sdc6 2463744 3078143 614400 300M 83 Linux I 'dd' the ISO to partitions 2, 3, 5 and 6. The ISO will boot successfully (when chainloaded from grub) on 2 and 3, but not on 5 and 6. Thanks, Duncan On 29 December 2016 at 19:35, Thom...