Date: Fri, 30 Jun 2000 04:33:44 +0530 From: Rahul Siddharthan <rsidd@physics.iisc.ernet.in> To: worldly BSD <worldlybsd@yahoo.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mount floopy drive/cd cd Message-ID: <20000630043344.A20914@physics.iisc.ernet.in> In-Reply-To: <20000629225333.21301.qmail@web5301.mail.yahoo.com>; from worldlybsd@yahoo.com on Thu, Jun 29, 2000 at 03:53:33PM -0700 References: <20000629225333.21301.qmail@web5301.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
worldly BSD said on Jun 29, 2000 at 15:53:33: > ok, maybe i'm just not getting it but i have just > spent 20 minutes searching through 3 books & reading > man pages and i just don't see how to mount my floppy > drive or cd drive ? help, please As root: mount -t msdos /dev/fd0 /mnt/floppy mount -t cd9660 /dev/cdrom /mnt/cdrom replace /dev/cdrom by the name of your cdrom device (eg /dev/acd0a), /dev/fd0 by the name of your floppy device (it may be correct already), /mnt/* by the names of your desired mount points, and msdos by the filesystem on the floppy (if different). As normal user: see http://www.freebsd.org/FAQ/admin.html#AEN2551 Rahul. 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?20000630043344.A20914>