javitu / rt-n56u

Automatically exported from code.google.com/p/rt-n56u
0 stars 2 forks source link

Files missing from NTFS drives randomly #1290

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Randomly the files go missing from NTFS drive

What version of the product are you using? On what operating system?
Router: Asus RT-N14U
Firmware : 3.0.3.8-081

Please describe the problem as detailed as it's possible.

The files go missing from the NTFS drive attached to USB port. This is quite 
random. 
I have used DDWRT on my previous router and the NTFS driver with that was very 
stable. I think it was ntfs-3g. Why not adopt the NTFS driver used by DD-WRT 
rather than asking users to format the drive to ETX3/4?

Jul  7 23:56:07 kernel: attempt to access beyond end of device
Jul  7 23:56:07 kernel: sdb1: rw=0, want=36028765003767912, limit=1953519616
Jul  7 23:56:07 kernel: attempt to access beyond end of device
Jul  7 23:56:07 kernel: sdb1: rw=0, want=35952730832842584, limit=1953519616
Jul  7 23:56:07 kernel: attempt to access beyond end of device
Jul  7 23:56:07 kernel: sdb1: rw=0, want=17919116933265032, limit=1953519616
Jul  7 23:56:07 kernel: attempt to access beyond end of device
Jul  7 23:56:07 kernel: sdb1: rw=0, want=17919116933265032, limit=1953519616
Jul  7 23:56:07 kernel: attempt to access beyond end of device
Jul  7 23:56:07 kernel: sdb1: rw=0, want=17919116933317944, limit=1953519616
Jul  7 23:56:07 kernel: attempt to access beyond end of device
Jul  7 23:56:07 kernel: sdb1: rw=0, want=17919116933317944, limit=1953519616
Jul  7 23:56:07 kernel: attempt to access beyond end of device
Jul  7 23:56:07 kernel: sdb1: rw=0, want=17919116933317944, limit=1953519616

Original issue reported on code.google.com by gotokhal...@gmail.com on 19 Jul 2014 at 8:03

GoogleCodeExporter commented 9 years ago
You can try ntfs-3g driver.
Build with CONFIG_FIRMWARE_INCLUDE_NTFS_3G
and comment CONFIG_FIRMWARE_ENABLE_UFSD=y

Original comment by d...@soulblader.com on 20 Jul 2014 at 7:29