What's new

Merlin Firmware 384.4_2 have ntfs bug?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

alienx2

Regular Contributor
Im having with create, move and write access issues on USB drive except delete file. Every restart, it was working but up to 5-10 minutes. It went stop write or creating new file/folder. It giving error like “Operation not supported” then i check system log here:
Code:
Apr 13 11:54:22 kernel: __ntfs_error: 5 callbacks suppressed
Apr 13 11:54:22 kernel: tntfs error (device sda2, pid 4421): ntfs_mft_data_extend_allocation_nolock(): Not enough space in this mft record to accommodate extended mft data attribute extent.  Cannot handle this yet.
Apr 13 11:54:22 kernel: tntfs error (device sda2, pid 4421): ntfs_mft_record_alloc(): Failed to extend mft data allocation.
Apr 13 11:54:22 kernel: tntfs error (device sda2, pid 4421): ntfs_create_helper(): Failed to allocate a new on-disk inode (error 95).
Apr 13 11:54:22 kernel: tntfs error (device sda2, pid 4421): ntfs_create_helper(): Failed (error 95).
Apr 13 11:54:22 kernel: tntfs error (device sda2, pid 4422): ntfs_mft_data_extend_allocation_nolock(): Not enough space in this mft record to accommodate extended mft data attribute extent.  Cannot handle this yet.
Apr 13 11:54:22 kernel: tntfs error (device sda2, pid 4422): ntfs_mft_record_alloc(): Failed to extend mft data allocation.
Apr 13 11:54:22 kernel: tntfs error (device sda2, pid 4422): ntfs_create_helper(): Failed to allocate a new on-disk inode (error 95).
Apr 13 11:54:22 kernel: tntfs error (device sda2, pid 4422): ntfs_create_helper(): Failed (error 95).
Apr 13 11:54:22 kernel: tntfs error (device sda2, pid 4420): ntfs_mft_data_extend_allocation_nolock(): Not enough space in this mft record to accommodate extended mft data attribute extent.  Cannot handle this yet.
Apr 13 11:54:22 kernel: tntfs error (device sda2, pid 4420): ntfs_mft_record_alloc(): Failed to extend mft data allocation.

Do i go downgrade firmware? wait for next version? What do i do? Need help...
 
Do i go downgrade firmware? wait for next version? What do i do? Need help...
Code:
Apr 13 11:54:22 kernel: __ntfs_error: 5 callbacks suppressed
Apr 13 11:54:22 kernel: tntfs error (device sda2, pid 4421): [B]ntfs_mft_data_extend_allocation_nolock(): Not enough space in this mft record to accommodate extended mft data attribute extent.  Cannot handle this yet.[/B]
Apr 13 11:54:22 kernel: tntfs error (device sda2, pid 4421): [B]ntfs_mft_record_alloc(): Failed to extend mft data allocation.[/B]
Well to me it looks like MFT is full ("the directory space") and it cannot be extend by the NTFS driver in the router (most likely the function is not implemented) - so it's not an error of the firmware but the NTFS driver used in the firmware (which could be quite old and limited in functionality).

I suggest to remove he USB stick and run a check/repair on Windows command line: chkdsk drive: /R /Scan
Wait and see what the errors are and if and how they can be fixed by chkdsk tool... :rolleyes:
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top