Re: MOUNTING ANDD UMOUNTING FLOPPY DISKS ON XENIX

From: Bill Vermillion (bv_at_wjv.comREMOVE)
Date: 04/30/04


Date: Fri, 30 Apr 2004 15:55:01 GMT

In article <c6tqas$s68$1@chessie.cirr.com>,
Jarod Cybernetus <cerebro@otaku.freeshell.org> wrote:
>Hey all,
>
>I need some information about mounting and umouting floppy disks on XENIX
>system. I search in internet about this topic, but I don't have success. I
>don't find any information about this.
>
>Well, in other unix system, I mount a floppy disk with this command :
>
># mount -t filesystem /dev/fd0 /mnt

>I tryed this command in XENIX but don't work.

>Well, I need some documentation about the XENIX system, but
>I don't find any in internet. In the documentation I need
>information about mount and umount floppy disks on XENIX.

man mount will give you the exact command useage, but instead
of the wildcard mode of fd0, you might have to specify the exact
device name.

But it's basically:

/etc/mount special-device-name mountdirectory [-r]

The only flag SCO Xenix has to mount it -r , for read only.

mount /dev/fd0135ds18 /mnt is an example.

The name will be /dev/fd or /dev/rfd followed by the number of
the device 0 or 1, followed by the number of tracks, followed by
the number of sectors per track.

fd096ds15 would be a 5.25" highdensity floppy, while fd0135ds18
would be a 1.44MB 3.5" device.

And if it won't mount it may not be a Xenix filesystem.

Use the -r for read only so you won't have to fsck it.

-- 
Bill Vermillion - bv @ wjv . com


Relevant Pages

  • MOUNTING ANDD UMOUNTING FLOPPY DISKS ON XENIX
    ... I need some information about mounting and umouting floppy disks on XENIX ... I search in internet about this topic, ... Well, I need some documentation about the XENIX system, but I don't find ...
    (comp.unix.sco.misc)
  • Re: MOUNTING ANDD UMOUNTING FLOPPY DISKS ON XENIX
    ... > I need some information about mounting and umouting floppy disks on XENIX ... I search in internet about this topic, ... > Well, I need some documentation about the XENIX system, but I don't find ...
    (comp.unix.sco.misc)
  • Re: f8 boots!
    ... can mount the fc6 boot partition while running f8. ... reiserfs, romfs, smbfs, sysv, tmpfs, udf, ufs, umsdos, ... usbfs, vfat, xenix, xfs, xiafs. ...
    (Fedora)
  • Re: f8 boots!
    ... can mount the fc6 boot partition while running f8. ... reiserfs, romfs, smbfs, sysv, tmpfs, udf, ufs, umsdos, usbfs, vfat, xenix, xfs, xiafs. ...
    (Fedora)
  • Re: Why cant I access my floppy disk?
    ... Ruben de Groot writes: ... Disks for mounted file systems ... ... the problem was just that: I couldn't mount it. ... If securelevel=3 prohibits mounting floppy disks, ...
    (freebsd-questions)