Conor Schaefer on 8 Nov 2012 07:52:10 -0800 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
[PLUG] Partitioning big disks |
Notes for Linux users. Lots of info on web on how to handle the 4K sectors, but no real straightforward "How To." Well here it is:
Run fdisk with the -u parameter to partition the drive and select 64 as the starting block (instead of default 63). Then, use the -b parameter in mkfs to specify 4096 block sizes: mkfs -t ext3 -b 4096 /dev/sda1
___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug