Hi,
I'm running
FreeBSD barracuda 12.1-RELEASE-p3 FreeBSD 12.1-RELEASE-p3 GENERIC amd64
as a desktop machine at home.
Some months ago I bought a Seagate Expansion Portable Drive (1 TB SSD USB 3 external drive). It comes with an NTFS partition. I kept it like that as I use it, among other things, to store movies and connect it to a TV (that reads NTFS).
Anyway, it's been working fine: mounting with ntfs-3g flawless, good transfer speed, etc until now.
A couple days ago started to show Input/output errors trying to copy some files to it. Those files appeard to be partially copied but their size is less than the original and, of course, they cannot be open.
The disk is 88% full (815GB out of 932GB).
Version of pkg: fusefs-ntfs-2017.3.23
the error
dmesg
/var/log/messages relative to the disk mount:
I've also run chkdsk on Windows, that said it corrected some errors. But the problem persist in the same way.
I've read the man page, search this forum and other sites but I cannot figure out the problem or find any similar problems.
Are there some known issue or something I'm not taking into account?
Thanks
I'm running
FreeBSD barracuda 12.1-RELEASE-p3 FreeBSD 12.1-RELEASE-p3 GENERIC amd64
as a desktop machine at home.
Some months ago I bought a Seagate Expansion Portable Drive (1 TB SSD USB 3 external drive). It comes with an NTFS partition. I kept it like that as I use it, among other things, to store movies and connect it to a TV (that reads NTFS).
Anyway, it's been working fine: mounting with ntfs-3g flawless, good transfer speed, etc until now.
A couple days ago started to show Input/output errors trying to copy some files to it. Those files appeard to be partially copied but their size is less than the original and, of course, they cannot be open.
The disk is 88% full (815GB out of 932GB).
Version of pkg: fusefs-ntfs-2017.3.23
the error
Code:
cp: /media/home/jose/figuras/catalogos/year-2016/catalogo-1.pdf: Input/output error
dmesg
Code:
da0 at umass-sim0 bus 0 scbus2 target 0 lun 0
da0: <Seagate Expansion 0710> Fixed Direct Access SPC-4 SCSI device
da0: Serial Number NAADB3C9
da0: 400.000MB/s transfers
da0: 953869MB (1953525167 512 byte sectors)
da0: quirks=0x2<NO_6_BYTE>
/var/log/messages relative to the disk mount:
Code:
ntfs-3g[1595]: Version 2017.3.23 external FUSE 29
ntfs-3g[1595]: Mounted /dev/da0s1 (Read-Write, label "Seagate Expansion Drive", NTFS 3.1)
ntfs-3g[1595]: Cmdline options:
ntfs-3g[1595]: Mount options: allow_other,nonempty,relatime,fsname=/dev/da0s1
ntfs-3g[1595]: Ownership and permissions disabled, configuration type 1
# smartctl -l selftest /dev/da0
Code:
=== START OF READ SMART DATA SECTION ===
SMART Self-test log structure revision number 1
Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
# 1 Short offline Completed without error 00% 136 -
I've also run chkdsk on Windows, that said it corrected some errors. But the problem persist in the same way.
I've read the man page, search this forum and other sites but I cannot figure out the problem or find any similar problems.
Are there some known issue or something I'm not taking into account?
Thanks