Date: Fri, 18 Feb 2000 10:25:24 -0700 From: Chris Fedde <chris@fedde.littleton.co.us> To: Kaoutar El Maghraoui <961TA56794@stud.alakhawayn.ma> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: problems mouting the floppy and cdrom Message-ID: <200002181725.e1IHPOL08963@fedde.littleton.co.us> In-Reply-To: Your message of "Fri, 18 Feb 2000 15:30:03 GMT." <Pine.SOL.3.96.1000218152703.5347A-100000@stud.alakhawayn.ma>
next in thread | previous in thread | raw e-mail | index | archive | help
Kaoutar El Maghraoui writes: +--------------- | I have just installed FreeBSD. When tried to mount the floppy using this | command: mount /dev/fd0a /mnt I get a error message saying that mount is | not pemitted and that my disk is dirty. I runned fsck, however I still | have the same problem. I tried the same thig with the cdrom however I | always get the same problem. Does any body have an idea how I can solve | this problem. | thanks +--------------- What format of floppy are you attempting to mount? If it is a windows or dos formatted flopy then you need special options to mount it: 'mount -t msdos /dev/fd0 /mnt'. If it's a UFS floppy then your command should work. Mounting a CDROM requires a special argument too: 'mount -t cd9660 /dev/wcd0c /mnt' good luck chris __ Chris Fedde <chris@fedde.littleton.co.us> 303 773 9134 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002181725.e1IHPOL08963>