I can't mount any floppy drive except QNX boot disk. The error message is,
# mount /dev/fd0 /fd
mount: mount() of /dev/fd0 failed: Corrupted file system detected
How to figure it out?
Thanks in advances.
Regards,
Samuel
> I can't mount any floppy drive except QNX boot disk. The error message
is,
>
># mount /dev/fd0 /fd
>mount: mount() of /dev/fd0 failed: Corrupted file system detected
You need a QNX filesystem on the diskette.
Write
dinit /dev/fd0
before you perform the mount. Remember that this command
will effectively remove any information from the diskette. Don't
be surprised if the "dinit" is fast. It should be.
--
in...@arxi.nospam (remove spam....)
Au Kwok Wai Samuel wrote:
> Hi,
>
> I can't mount any floppy drive except QNX boot disk. The error message is,
>
> # mount /dev/fd0 /fd
> mount: mount() of /dev/fd0 failed: Corrupted file system detected
>
This is the error message you get when you try to mount a non-qnx disk.
FYI: all 'install disks', except the boot disk, are usually compressed archives and
will return this error.
You should also put the "mount /dev/fd0 /fd" in your sysinit file. It only needs to be
done once as you do not need to "umount" to remove a floppy, QNX handles all this
happily. It also doesn't care if there is no floppy in the drive when the system boots.
To make a qnx disk simply place it in the drive and type "dinit /dev/fd0"
> How to figure it out?
>
> Thanks in advances.
>
> Regards,
> Samuel
HTH.
--
Dave Baerg (dba...@ise.bc.ca)
Software Engineer
International Submarine Engineering
: > I can't mount any floppy drive except QNX boot disk. The error message
: is,
: >
: ># mount /dev/fd0 /fd
: >mount: mount() of /dev/fd0 failed: Corrupted file system detected
: You need a QNX filesystem on the diskette.
: Write
: dinit /dev/fd0
The disk is actually in QNX filesystem. I try to mount the license of
Watcom C/C++, but it fails. I've also tried other disks that are in QNX
filesystem format, but failed. What should I do to mount the floppy disk.
Regards,
Samuel
: before you perform the mount. Remember that this command
>
> The disk is actually in QNX filesystem. I try to mount the license of
>Watcom C/C++, but it fails. I've also tried other disks that are in QNX
>filesystem format, but failed. What should I do to mount the floppy disk.
In these cases the format on the diskette is NOT QNX filesystem,
but a "raw" format intended only for special programs, for instance
the "vol" multiple-floppy backup program, or the "license" program
for license administration.
To load licenses from such a disk, just write
licence /dev/fd0 /etc/licenses
and mounting the floppy is not required.
Sorry for the misunderstanding.
--
in...@arxi.nospam (remove spam....)
Since you referenced the QNX boot disk I assume, perhaps incorrectly,
that you are trying to get some files off the disk. Why can't you just
use the install procedure?
Au Kwok Wai Samuel <kw...@mae.cuhk.hk> wrote:
> Inge Vabekk (in...@arxi.nospam) wrote:
> : Au Kwok Wai Samuel wrote in message <6kj267$e...@eng-ser1.erg.cuhk.edu.hk>...
> : > I can't mount any floppy drive except QNX boot disk. The error message
> : is,
> : >
> : ># mount /dev/fd0 /fd
> : >mount: mount() of /dev/fd0 failed: Corrupted file system detected
> : You need a QNX filesystem on the diskette.
> : Write
> : dinit /dev/fd0
> The disk is actually in QNX filesystem. I try to mount the license of
> Watcom C/C++, but it fails. I've also tried other disks that are in QNX
> filesystem format, but failed. What should I do to mount the floppy disk.
>
> Regards,
> Samuel
>
>
>
> : before you perform the mount. Remember that this command
> : will effectively remove any information from the diskette. Don't
> : be surprised if the "dinit" is fast. It should be.
> : --
> : in...@arxi.nospam (remove spam....)
--
kwsc...@qsolv.com QSolv, Inc.
Purveyor of custom QNX software solutions
Or first _mount_ the drive without the disk and then _insert_ the floppy
(of course, it should be dinit'ed).
Regards,
Vadim Borshchev.
---
Keyboard not detected. Press F1.