I have a problem with partition resize. Parted stops with an
error from cross-linked blocks. Unfortunately e2fsck
doesn't seem to help with this problem.
Attachments include outputs from parted and e2fsck.
I have checked that all the files in this partition are
fully readable and RAID controller seems to be working
normally.
Is there something that I could do to these cross-linked
blocks?
Esa
[EMAIL PROTECTED]:~# fsck.ext3 -v -f /dev/sdb1
e2fsck 1.40.11 (17-June-2008)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
8795006 inodes used (2.58%)
227744 non-contiguous inodes (2.6%)
# of inodes with ind/dind/tind blocks: 579484/67238/24
514472608 blocks used (75.53%)
0 bad blocks
42 large files
8386585 regular files
296703 directories
7005 character device files
24257 block device files
1756 fifos
1 link
78548 symbolic links (72163 fast symbolic links)
143 sockets
--------
8794998 files
[EMAIL PROTECTED]:~# /usr/local/sbin/parted /dev/sdb
GNU Parted 1.8.8
Using /dev/sdb
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print
Model: Areca ARC-1260-VOL#01 (scsi)
Disk /dev/sdb: 3990GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Number Start End Size File system Name Flags
1 17.4kB 2790GB 2790GB ext3
(parted) resize 1
Start? [17.4kB]?
End? [2790GB]? 3990GB
Warning: A resize operation on this file system will use EXPERIMENTAL code
that MAY CORRUPT it (although no one has reported any such damage yet).
You should at least backup your data first, and run 'e2fsck -f' afterwards.
OK/Cancel? ok
Error: Cross-linked blocks found! Better go run e2fsck first!
(parted) quit
Warning: You should reinstall your boot loader before rebooting. Read section
4 of the Parted User documentation for
more information.
[EMAIL PROTECTED]:~# parted /dev/sdb print unit s print unit chs print
Model: Areca ARC-1260-VOL#01 (scsi)
Disk /dev/sdb: 3990GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Number Start End Size File system Name Flags
1 17.4kB 2790GB 2790GB ext3
Model: Areca ARC-1260-VOL#01 (scsi)
Disk /dev/sdb: 7792957440s
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Number Start End Size File system Name Flags
1 34s 5449213918s 5449213885s ext3
Model: Areca ARC-1260-VOL#01 (scsi)
Disk /dev/sdb: 485089,42,8
Sector size (logical/physical): 512B/512B
BIOS cylinder,head,sector geometry: 485089,255,63. Each cylinder is 8225kB.
Partition Table: gpt
Number Start End File system Name Flags
1 0,0,34 339197,224,1 ext3
_______________________________________________
bug-parted mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-parted