How do I access an external hard drive through bash-on-Ubuntu-on-windows. It doesn't seem to appear in either /media
, /mnt
or /dev
, which seem the common places that people say to look for them in Ubuntu systems.
Note: the hard drive is HFS+ formatted: I use Paragon's HFS+ for windows and have already done an apt-get install hfsprogs
which I think should allow the Linux part to read the HFS+ format. I have also tried with normal USB sticks, no of which seemed to appear anywhere.
The drive does appear in /cygdrive
in cygwin, but when I navigate to cygdrive in bash it doesn't appear. Clearly it is not properly mounted there, but is some form of symbolical link that bash cannot see.
I'm not really sure if this is a Linux or a Windows issue, but there doesn't seem to be anything from Microsoft about it, though I realise it is early days for them.