LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Floppy image (https://www.linuxquestions.org/questions/linux-newbie-8/floppy-image-826259/)

arseniuss 08-14-2010 04:23 PM

Floppy image
 
Hi, i have read how mount floppy image (*.img) but how edit by adding files?

TNX

suprstar 08-14-2010 06:48 PM

mount -o loop floppy.img /mnt/whatever


check 'the loop device' in the man page, or at:

http://linux.die.net/man/8/mount

for further options relating to block size, etc..

jefro 08-15-2010 04:49 PM

Wonder if it still needs the -w option?

arseniuss 08-17-2010 10:39 AM

And how change permissions couz mounted device has root permissions?!
Yeah and need to set -r ;)

arseniuss 08-17-2010 11:11 AM

Solve myself

sudo mkdir /media/floppy/
sudo mount -t vfat -o loop,rw,umask=0 image.img /media/floppy/

just dont change directory /media/floppy/ ;)


All times are GMT -5. The time now is 11:03 PM.