You are not logged in.
Pages: 1
I was cded into the directory in the usb drive, then I pulled it out. Now I can't mount it. I'm having this output:
Incomplete multi-sector transfer: magic: 0x58444e49 size: 4096 usa_ofs: 40 usa_count: 5 data: 52046 usn: 52045: Input/output error
Corrupt index block signature: vcn 0 inode 5
Failed to open $Secure: No such file or directory
Failed to mount '/dev/sdb1': No such file or directory
Offline
pacman -Sy ntfs-3g
I also faced this issue and this fixed it
Offline
pacman -Sy ntfs-3g
I also faced this issue and this fixed it
Didn't help.
aljustiet@thinkpad ~> sudo pacman -Sy ntfs-3g
:: Synchronizing package databases...
core is up to date
extra is up to date
multilib is up to date
warning: ntfs-3g-2022.10.3-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
Packages (1) ntfs-3g-2022.10.3-1
Total Installed Size: 1.59 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n] Y
(1/1) checking keys in keyring [###############################] 100%
(1/1) checking package integrity [###############################] 100%
(1/1) loading package files [###############################] 100%
(1/1) checking for file conflicts [###############################] 100%
(1/1) checking available disk space [###############################] 100%
:: Processing package changes...
(1/1) reinstalling ntfs-3g [###############################] 100%
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
aljustiet@thinkpad ~> sudo mount /dev/sda1 /mnt/sda1
Incomplete multi-sector transfer: magic: 0x58444e49 size: 4096 usa_ofs: 40 usa_count: 5 data: 52046 usn: 52045: Input/output error
Corrupt index block signature: vcn 0 inode 5
Failed to open $Secure: No such file or directory
Failed to mount '/dev/sda1': No such file or directory
Offline
try ntfsfix /dev/yourdrivenamegoeshere?
Last edited by hrsvrn (2024-06-23 11:51:37)
Offline
try ntfsfix /dev/yourdrivenamegoeshere?
I tried that, it didn't help.
Offline
try ntfsfix /dev/yourdrivenamegoeshere?
Here:
aljustiet@thinkpad ~ [1]> sudo ntfsfix /dev/sda1
Mounting volume... Incomplete multi-sector transfer: magic: 0x58444e49 size: 4096 usa_ofs: 40 usa_count: 5 data: 52046 usn: 52045: Input/output error
Corrupt index block signature: vcn 0 inode 5
Failed to open $Secure: No such file or directory
FAILED
Attempting to correct errors...
Processing $MFT and $MFTMirr...
Reading $MFT... OK
Reading $MFTMirr... OK
Comparing $MFTMirr to $MFT... OK
Processing of $MFT and $MFTMirr completed successfully.
Setting required flags on partition... OK
Going to empty the journal ($LogFile)... OK
Incomplete multi-sector transfer: magic: 0x58444e49 size: 4096 usa_ofs: 40 usa_count: 5 data: 52046 usn: 52045: Input/output error
Corrupt index block signature: vcn 0 inode 5
Failed to open $Secure: No such file or directory
Remount failed: No such file or directory
aljustiet@thinkpad ~ [1]> sudo mount /dev/sda1 /mnt/sda1
Incomplete multi-sector transfer: magic: 0x58444e49 size: 4096 usa_ofs: 40 usa_count: 5 data: 52046 usn: 52045: Input/output error
Corrupt index block signature: vcn 0 inode 5
Failed to open $Secure: No such file or directory
Failed to mount '/dev/sda1': No such file or directory
Offline
https://wiki.archlinux.org/title/NTFS-3 … ilesystems
For acutally corrupted NTFS filesystems please use chkdsk on windows - there's no good linux tool for this - however
Failed to mount '/dev/sda1': No such file or directory
the device node doesn't even exist and there're IO errors.
=> https://wiki.archlinux.org/title/SMART
Offline
don't use NTFS for exchange data with linux - use exFAT
to fix a ntfs: use windows!: chkdsk /F /X /R /B
Offline
don't use NTFS for exchange data with linux - use exFAT
to fix a ntfs: use windows!: chkdsk /F /X /R /B
I get this output when I run the
chkdsk D: /F /X /R /B
,
The type of the file system is NTFS. Unable to determine volume version and state. CHKDSK aborted.
Offline
sfc /scannow
Open with diskmgmt.msc and check if the HDD is corrupted
Offline
Or alternatively
node doesn't even exist and there're IO errors.
=> https://wiki.archlinux.org/title/SMART
It might also be a bus error, though.
Offline
cryptearth wrote:don't use NTFS for exchange data with linux - use exFAT
to fix a ntfs: use windows!: chkdsk /F /X /R /BI get this output when I run the
chkdsk D: /F /X /R /B
,
The type of the file system is NTFS. Unable to determine volume version and state. CHKDSK aborted.
I double checked with MSDN and these are the correct parameters. What Windows have you tried this with? Did you use CMD or Powershell? Have you run the prompt elevated as Administrator? never encountered this error message
maybe give this a shot: https://answers.microsoft.com/en-us/win … 26933c6ac5
Offline
aljustiet wrote:cryptearth wrote:don't use NTFS for exchange data with linux - use exFAT
to fix a ntfs: use windows!: chkdsk /F /X /R /BI get this output when I run the
chkdsk D: /F /X /R /B
,
The type of the file system is NTFS. Unable to determine volume version and state. CHKDSK aborted.
I double checked with MSDN and these are the correct parameters. What Windows have you tried this with? Did you use CMD or Powershell? Have you run the prompt elevated as Administrator? never encountered this error message
maybe give this a shot: https://answers.microsoft.com/en-us/win … 26933c6ac5
Before I had the sda1 partition, but now it doesn't detect it. Luckily I backed up the sda with the
sudo dd if=/dev/sda of=recovery status=progress
. Should I dd the backup to the usb stick?
Offline
"usb stick"?
Does it support SMART reporting?
You've IO errors and the device disappears - there's a good chance that the thing is simply dead.
Offline
Pages: 1