Opened 14 years ago
Closed 10 years ago
#6787 closed bug (no change required)
haiku mount command missing offset option and cant mount FAT image drive
Reported by: | streak | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Command Line Tools | Version: | R1/alpha2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
I tried to mount a image of RAW FAT drive in haiku using this tutorial: http://en.wikibooks.org/wiki/QEMU/Images#Mounting_an_image_on_the_host
-- mount -o loop,offset=32256 freedos-c.img /mnt/freedos --
and found that offset switch are not supported.
btw. trying to mounting this FAT hdd image from tracker by doubleclick not work.
Change History (2)
comment:1 by , 14 years ago
comment:2 by , 10 years ago
Resolution: | → no change required |
---|---|
Status: | new → closed |
Image is available here: http://odin.fdos.org/odin2005/ mountvolume works, which is the suitable replacement for the Linux-specific "-o loop,offset" hack. Closing ticket.
Note:
See TracTickets
for help on using tickets.
Those are obviously two different problems, besides, Haiku does not have a loop device.
If you could provide a link to the freedos image, someone might have a look at it why it's not correctly identified.
Does "mountvolume freedos-c.img" fail as well?