You are not logged in.
I've had this problem for a while with arch but it never bothered me. But now I really want to get my hands dirty with OpenBSD and cant bring myself to waste a cd for a 4meg iso. So i have to use the boot floppy. However when i mount any floppy, it mounts it as read-only. I've checked the on/off tab. I know the drive and floppy are both good as I can mount it and write to it in a gentoo live-cd. The fstab line is:
/dev/fd0 /mnt/fl vfat user,noauto 0 0
any thoughts?
Offline
isn't there a "rw" missing? in front of user?
that mus be it
have a nice day
Offline
just tried that and still didnt work
Offline
/dev/fd0 /media/floppy auto rw,noauto,user,sync 0 0
what happens if you mount using pmount /dev/fd0 ?
Mr Green
Offline
I tried using auto instead of vfat and added the sync to the optline but still no dice. "pmount /dev/fd0" gives "mount: block device /dev/fd0 is write-protected, mounting read-only". "mount -v /dev/fd0" gives '/dev/fd0 on /mnt/fl type vfat (ro,noexec,nosuid,nodev,sync,user=adam)'
Offline
Two things:
1. Are you a member of the floppy group?
2. Is the little read-only switch on the disc itself in the correct position?
Offline
1. yes
2. yes
one thing though it is a REALLY old drive, but like i said i can use it fine from a gentoo live-cd. Maybe arch is loading the wrong driver? or are they all pretty much the same?
Offline
With the same fstab entry I can write to a user-mounted floppy without issue. What interface does this drive use to connect to the mainboard?
Offline
You like not have disc write protected ... you know like on the floppy?
Mr Green
Offline
You like not have disc write protected ... you know like on the floppy?
See my question #2 above...
Offline
With the same fstab entry I can write to a user-mounted floppy without issue. What interface does this drive use to connect to the mainboard?
do you mean like the parallel ata cable?
Offline
grab a livecd if that works (as user!) then check modules loaded against Arch ...
If you can mount drive as root then its just a permissions thing .. udev maybe
I cannot be too much help as my box does not have a floppy drive
O the write protect thing I that missed that sorry ....
Mr Green
Offline
Sounds like a broken floppydrive that doesn't detect the write-protect tab on the diskette anymore. Never had this myself, but I've read many stories about diskettes that wouldn't be detected as HD/DD or as RW/RO correctly.
Offline