WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Where is the command fsck.ntfs  (Read 2709 times)

Tiago Araujo da Costa

  • Guest
Where is the command fsck.ntfs
« on: May 17, 2022, 04:05:02 PM »
I can't find it in any Core 13.0 x86_64 TCZ package.

Offline gadget42

  • Hero Member
  • *****
  • Posts: 818
Re: Where is the command fsck.ntfs
« Reply #1 on: May 17, 2022, 04:22:57 PM »
perhaps future readers will enjoy:
https://superuser.com/questions/233700/fsck-an-ntfs-drive-in-linux

sharing is caring
The fluctuation theorem has long been known for a sudden switch of the Hamiltonian of a classical system Z54 . For a quantum system with a Hamiltonian changing from... https://forum.tinycorelinux.net/index.php/topic,25972.msg166580.html#msg166580

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11049
Re: Where is the command fsck.ntfs
« Reply #2 on: May 18, 2022, 01:38:28 AM »
I don't believe any useful fsck.ntfs exists. The one from ntfsprogs is very limited. If you want to use ntfs, use windows to fix it.
The only barriers that can stop you are the ones you create yourself.

Offline gadget42

  • Hero Member
  • *****
  • Posts: 818
Re: Where is the command fsck.ntfs
« Reply #3 on: May 18, 2022, 04:41:30 AM »
a snippet from the earlier link(https://superuser.com/questions/233700/fsck-an-ntfs-drive-in-linux):

Quote
Take care using Windows 'chkdsk /f' on an NTFS used by Linux. I just followed this advice to fix errors on my external 2TB backup drive. It deleted the names of 268 files and directories (incl. all my incr. backups) due to invalid characters (from NTFS viewpoint - most often ':' used in timestamps). I reverted it all using the log file, but it took half a day of coding. Some but not all Linux system-calls block writing such invalid names on an NTFS. I use rsync for backups, which silently copies such invalid filenames - normally useful, until you need to fix other problems on the disk... - Bob Briscoe - Jun 15, 2020 at 11:30

have had "invalid characters" issues in the past...
seem to recall vfat formatted external media not playing well with "timestamp filenames containing colons"...

sharing is caring
The fluctuation theorem has long been known for a sudden switch of the Hamiltonian of a classical system Z54 . For a quantum system with a Hamiltonian changing from... https://forum.tinycorelinux.net/index.php/topic,25972.msg166580.html#msg166580

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11694
Re: Where is the command fsck.ntfs
« Reply #4 on: May 18, 2022, 09:20:43 AM »
Hi gadget42
The issue of invalid characters came up while I was developing grabber.tcz (selective screenshots):
http://forum.tinycorelinux.net/index.php/topic,18412.msg113562.html#msg113562

The original format used for the filenames was:
Code: [Select]
grabber-YYYYmonthDD-HH:MM:SS.pngA user reported that Firefox was choking on the filenames due to the colons in the time field.