Hi Michal,

Last things first - see below.

On 01/07/2015 07:55 PM, Michal Koutný wrote:
> How to mount a filesystem from within HelenOS GUI?
> I tried
>> start fat
>> mkdir foo
>> mount fat foo /loc/services/\hw\pci0\00:01.0\ata-c1\d0  # alternatively c2
> however, it didn't work (rc=-14). Can it be caused by
> misinitialization of ata_bd driver? (See attached log.)

The device path should be relative to the /loc directory. So in my case
the command looks like this:

/ # fat
/ # cd loc
/loc # mount fat /data devices/\hw\pci0\00:01.0\ata-c1\d0

Note the cd loc is not necessary, but here it is used to make it easy to
enter the device path using tab-completion.

Jakub

_______________________________________________
HelenOS-devel mailing list
[email protected]
http://lists.modry.cz/listinfo/helenos-devel

Reply via email to