I want to be able to mount a floppy disk image with rw
permissions. This command works but only gives me
read-only access...
sudo mount -o loop <image> <mount point>
From the research I have done, it looks like a correct
entry in fstab will solve my problem. However, I was
not able to find an example of an entry for a loop
device. I thought about trying something like this...
/dev/loop0 <mount point> vfat rw,user,noauto,exec 0 0
I have not tried this yet because I am uncertain of the
effects of entering something not correct into fstab.
So I will wait for some guidance, please...
Any help would be appreciated.
Bruce
Replies