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
  • 72,312

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,551
P.Schm
  • 31