
Re: NTFS signature is missing.
Hi,
Quote:
I am having issues mounting a 3 TB drive via ntfs-3g. The drive is fine and it auto mounts without issue on a Ubuntu Desktop. When trying to mount it on my CentOS servers (5.x and 6.4) (I first use tgtd) I run into the following issues.
3TB disks generally use 4K sectors. What is the ntfs-3g version you are using on CentOS ? Versions older than 2012 ones were buggy for 4K sectors disks.
Quote:
sd 8:0:0:1: [sde] 5860466688 512-byte logical blocks: (3.00 TB/2.72 TiB)
This is unusual (5860466688 does not hold on 32 bits). What kind of partitioning are you using (GPT ?), is this supported by CentOS ?
Quote:
Disk /dev/sde1: 375.1 GB, 375069736960 bytes
255 heads, 63 sectors/track, 45599 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
The partition is probably formatted for 512 bytes per sector, this would be inefficient for a 4K sectored disk, even though it may appear to be ok on Ubuntu. How did you format this partition ?
Check your drive specifications for sector size, and whether the partitioning used is supported by CentOS.
Regards
Jean-Pierre