I completely removed Windows and installed Linux today and now I can't access D:\ . I get that it has something to do with windows partitioning but I can't figure out what to do without removing the sensitive data I got on there. I can't see my D:\ drive in file explorer but I can see it in Gparted. Gparted says that sdb1 is "damaged or unknown to GParted, etc" and sdb2 is working as usual as NTFS.
How do I access my data without removing it on Linux?
sudo mount -a
gives no error, find where/dev/sdb2
is mounted - you can use [disks][http://i.stack.imgur.com/1DMJB.png] for this purpose - go into this location and check for your files. Maybe only file explorer (nautilus) has a problem. – pa4080 Nov 27 '16 at 16:07