[ale] Seagate Hdd Not Lining Up!?

Brian Pitts brian at polibyte.com
Sat Jul 11 15:55:33 EDT 2009


Marc Ferguson wrote:
 > [root at fergatron ~]# fdisk -l /dev/sdb
> 
> Disk /dev/sdb: 320.0 GB, 320072933376 bytes
> 255 heads, 63 sectors/track, 38913 cylinders
> Units = cylinders of 16065 * 512 = 8225280 bytes
> Disk identifier: 0x0b99f72f
> 
>    Device Boot      Start         End      Blocks   Id  System
> /dev/sdb1               1       38913   312568641   83  Linux
> [root at fergatron ~]# 
> 
> I'm not fully comprehending these outputs. Do they indicate anything of
> significance?
> 

That looks like one (roughly) 320 GB partition to me. You could try to
grow the filesystem by running the following as root

umount /dev/sdb1
e2fcsk -f /dev/sdb1
resize2fs -p /dev/sdb1
mount /dev/sdb1 /media/backup

-- 
All the best,
Brian Pitts


More information about the Ale mailing list