0

I have a dual boot system (Windows 10 and Ubuntu 14.04 LTS) in my computer. I want to access the drive (which is available in Windows) in Ubuntu platform. How to do this. Please suggest a way.

Zanna
  • 70,465
  • You can just access it. If you get an error than you hibernated Windows .. in this case it is locked. You have to completely shutdown windows first. – derHugo Jul 27 '17 at 06:08
  • @derHugo how can we just access it? – George Udosen Jul 27 '17 at 06:08
  • 1
    Well I'm assuming the OP uses Ubuntu with a GUi and usually all devices mounted or not are visible. To access a drive you just click it. If this throws an error usually the reason is as mentioned a hibernated Windows holding a lock on it – derHugo Jul 27 '17 at 16:24

1 Answers1

0

If it has not been mounted automatically it has to be mounted.

mount will show the mounted partitions.

sudo fdisk -l /dev/sda and sudo parted -l /dev/sda will show what partitions exist

d a i s y
  • 5,511
P.Schm
  • 31
  • 1
  • 2