I have a problem with one of my partition.
I have cloned my HDD with a bigger one to have more space. Now Ubuntu is working perfectly but my second partition (/dev/sda4) which I know is a NTFS filesystem appears now as unknown filesystem in GParted. I try to mount the partition but I couldn't. I also tried :
sudo ntfs-3g /dev/sda4 /mnt/ntfs NTFS signature is missing. Failed to mount '/dev/sda4': Invalid argument The device '/dev/sda4' doesn't seem to have a valid NTFS.
I want to know if it's possible to specify the filesystem so the system knows that it's NTFS without formatting ?
Thank you for your help.
EDIT To answer all comments :
- I take my hdd out and run it on windows 10 as an external drive. Windows is detecting the partition and its content and find no error with chkdsk.
2,3. It's possible to clone Windows I have made it with several computers but on this one I didn't install Windows on the hdd yet, I have just cloned my 500Go hdd with linux and the NTFS partition with an empty 1To hdd.
- The cloning didn't fail.
chkdsk
on Windows. NTFS is a proprietary file system developed by Microsoft for Windows. Ubuntu hasntfsfix
but it's generally a better idea to fix NTFS file system problems in Windows. – Nmath Nov 21 '21 at 23:20