Hi,
I have an ide 3.5 hard drive with 23 bad sectors.
When I mount the ntfs file system under Linux with:
ntfs-3g /dev/sdb1 /mnt -o uid=1000,gid=1000,ro
I can read boot.ini file with cat without error.
When I mount the ntfs file system under FreeBSD with:
ntfs-3g -o uid=1001,gid=1001,ro...