After installing Ubuntu, I can no longer boot into Windows. This issue was detailed here.
I've basically given up on accessing windows on this laptop again.
I would now like to know if there is any way I can check if the files on that windows partition have been wiped unintentionally during the dual boot installation process, or if I can access or restore that partition somehow from within Ubuntu (or any other way).
There is no 'mount' option available for that partition in gparted.
I'm not sure if there is any software available in Ubuntu for accessing files on such partitions, but I'm open to any suggestions.
sudo mount /dev/sda4
: if the system cannot mount it, error messages will give a first indication of what might be wrong. – vanadium Jan 15 '22 at 12:00mount: /dev/sda4: can't find in /etc/fstab.
Does that mean anything to you? There were no other error messages. – user3175632 Jan 15 '22 at 14:41sudo mount /dev/sda4 /mnt
. If that works, content becomes visible under /mnt, if not, there will be error outpur (like you had now, because no mount point was specified./mnt
by default is an exiting directory on most linux systems: you have to specify a directory that exists as mount point. – vanadium Jan 15 '22 at 15:54GRUB_DISABLE_OS_PROBER=true
runsudo update-grub
then change back to true. – oldfred Jan 16 '22 at 01:45Failed to open ntfs attribute: No such file or directory Failed to load $MFT: No such file or directory Failed to mount '/dev/sda4': No such file or directory
– user3175632 Jan 16 '22 at 11:25Failed to open '/dev/sda4'.
Failed to open ntfs attribute: No such file or directory Failed to load $MFT: No such file or directory Failed to mount '/dev/sda4': No such file or directory
Unable to read the contents of this file system! Because of this some operations may be unavailable.
– user3175632 Jan 16 '22 at 11:29