Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mira.net.au!news.mel.connect.com.au!munnari.OZ.AU!news.ecn.uoknor.edu!qns3.qns.com!imci4!newsfeed.internetmci.com!tank.news.pipex.net!pipex!dispatch.news.demon.net!demon!jraynard.demon.co.uk!not-for-mail From: james@jraynard.demon.co.uk (James Raynard) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Mounting MS_DOS Partitions and CD-rom Drives Date: 2 Jun 1996 12:23:37 -0000 Organization: A FreeBSD Box Lines: 30 Message-ID: <4os149$aus@jraynard.demon.co.uk> References: <31B10A0D.1679@occ-uky.campus.mci.net> NNTP-Posting-Host: localhost.demon.co.uk X-NNTP-Posting-Host: jraynard.demon.co.uk In article <31B10A0D.1679@occ-uky.campus.mci.net>, SpEeD <speed@occ-uky.campus.mci.net> wrote: >I can't figure out how to get my DOS partiton to mount so that i can read and write to it. It depends on what type of drive it is, how many drives you have and which "slice" (BSD jargon for a DOS "partition") it is. mount -t msdos /dev/wd0s1 /mnt is how you would do it for an IDE/EIDE disk, which is the first hard disk in your system, which has a DOS partition on slice 1. ("Slice" is BSD jargon for what DOS calls a "partition"). If it's SCSI instead of IDE, the 'w' should be a 's'. If it's not the first drive, the '0' should be the number (second disk is '1', third is '2', etc). >Also How do I mount my IDE cd-rom drive? mount /cdrom >please reply in e-mail.. Cc'd as requested -- James Raynard, Edinburgh, Scotland | http://freefall.freebsd.org/~jraynard/ james@jraynard.demon.co.uk | jraynard@freebsd.org