Re: how to mount a FAT floppy

From: Malcolm Kay (malcolm.kay_at_internode.on.net)
Date: 09/02/03

  • Next message: Taulant Galimuna: "Re: iptables"
    To: "Devnull" <devnull@chello.nl>, "'Tadimeti Keshav'" <keshav_tadimeti@yahoo.co.uk>, <freebsd-newbies@freebsd.org>
    Date: Tue, 2 Sep 2003 09:19:05 +0930
    
    

    On Tue, 2 Sep 2003 02:05, Devnull wrote:
    > Mkdir /mnt/floppy/
    > mount /dev/fd0 /mnt/floppy ?
    >
     mkdir /mnt/floppy
     mount_msdos /dev/fd0 /mnt/floppy

    OR
     mkdir /mnt/floppy
     mount -t msdos /dev/fd0 /mnt/floppy

    Malcolm

    >
    > Devnull
    >
    >
    > -----Original Message-----
    > From: owner-freebsd-newbies@freebsd.org
    > [mailto:owner-freebsd-newbies@freebsd.org] On Behalf Of Malcolm Kay
    > Sent: Monday, September 01, 2003 3:17 PM
    > To: Tadimeti Keshav; freebsd-newbies@freebsd.org
    > Cc: freebsd-questions@freebsd.org
    >
    > On Mon, 1 Sep 2003 21:39, Tadimeti Keshav wrote:
    > > Hi guys,
    > > Sorry for sending a blank mail.
    > > How can I mount a (FAT) floppy disk that contains my
    > > favourite themes?
    > >
    > > I have /dev/fd0 directory.
    >
    > (This is a device not a directory.)
    >
    > > Is this the command:
    > > mount -t msdos /dev/fd0 /floppy?
    >
    > Yes
    >
    > > Where is the /floppy directory present?
    >
    > You need to make it (first):
    > # mkdir /floppy
    >
    > > man mount_msdos does not give any examples.
    >
    > Most of us find mtools a more convenient way of
    > managing floppies in FAT format.
    >
    > Malcolm

    _______________________________________________
    freebsd-newbies@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
    To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org"


  • Next message: Taulant Galimuna: "Re: iptables"

    Relevant Pages

    • Re: how to mount a FAT floppy
      ... On Tue, 2 Sep 2003 02:05, Devnull wrote: ... Malcolm ... > managing floppies in FAT format. ... To unsubscribe, ...
      (freebsd-questions)
    • Re: Mounting an FTP space ?
      ... To unsubscribe, ... FOR YOUR COMPUTER Customised software built to your specifications. ... FOR YOU Computer training, software installation + upgrades, computer setups. ...
      (freebsd-questions)
    • FW: simple way to mount a ramdisk?
      ... Well done Malcolm, and well written! ... Assuming you're running FBSD 4.x then: ... But empty sectors and sectors of uniform data ... To unsubscribe, ...
      (freebsd-questions)
    • Re: stumped... .
      ... On Sun, 18 Jan 2004 14:18, Gautam Gopalakrishnan wrote: ... Malcolm ... To unsubscribe, ...
      (freebsd-questions)