LinuxSA Mailing list archives
Index:
[thread]
[date]
[subject]
[author]
[stats]
From: Leigh Hart <hart@dotat.com>
To : Tim Fairchild <amosf@mrbean.net.au>
Date: Sat, 30 Dec 2000 12:44:32 +1030
Re: mounting .img
Hi Tim,
Tim Fairchild <amosf@mrbean.net.au> wrote:
>
> um, I'm having a brain fade guys... How do I mount an image file, like a
> floppy or cdrom .img created with dd... I know I've done this, but can't
> remember and can't see any hints in the man page....
Not sure how you do this under Linux (I can't say I've done it)
but under *BSD it's done using vnodes - ie:
# vnconfig vn0 floppy.img
# mount /dev/vn0 /mnt
# echo "[...] do your thang [...]"
# umount /mnt
# vnconfig -u vn0
That probably doesn't help much, but it might send you in the
right direction :)
Cheers
Leigh
--
| "By the time they had diminished | Leigh Hart, hart@dotat.com |
| from 50 to 8, the other dwarves | CCNA: http://www.cisco.com |
| began to suspect 'Hungry' ..." | PO Box 3057 Newton SA 5074 |
| -- Gary Larson, "The Far Side" | http://www.dotat.com/hart/ |
--
LinuxSA WWW: http://www.linuxsa.org.au/ IRC: #linuxsa on irc.linux.org.au
To unsubscribe from the LinuxSA list:
mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject
Index:
[thread]
[date]
[subject]
[author]
[stats]
Return to the LinuxSA Mailing List Information Page