Re: [FreeBSD] Install of Euphoria

new topic     » goto parent     » topic index » view thread      » older message » newer message

Ferlin Scarborough wrote:
> 
> Hello All,
> 
> I am trying to install Euphoria on FreeBSD, I have the files on my Windows XP
> C: drive, and on a Lexmar JumpDrive.  I can't seem to get the C: drive to
> mount
> under FreeBSD.  The dmesg says the JumpDrive is located at da0, how do I mount
> the da0?
> 
> I also tried copying from my C: drive in Windows XP to a floppy in drive A:
> then under FreeBSD I tried to mount -t msdos /dev/fd0 /mnt, it started up
> the floppy drive and spun it for a couple of minutes then returned an
> input/output error.  Getting very frustrated here.
> 
> Any sugesstions would be helpful.
> 
> Later.
> 
> Ferlin Scarborough
> 
> Learn To Program Games in Free Courses At
> <a href="http://www.gameuniv.net">http://www.gameuniv.net</a>
> 
> My Euphoria Home Page
> <a
> href="http://mywebpage.netscape.com/shadetreesoft">http://mywebpage.netscape.com/shadetreesoft</a>
> 

Hi not really a bsd user, but assuming linux similarities.

You must be root to mount drives (guffaws of laughter from my fellow co-workers
when I say this)

for the c drive try
mount /dev/hda0 /mnt
(note, no type specified)

similarly for the floppy
mount /dev/fd0 /mnt

for the lexmar jump drive, if its anything like a zip drive, partition 0 is not
the partition to mount
mount /dev/da4 /mnt
see what happens with this last one, and let me know.

Chris


http://members.aol.com/chriscrylex/euphoria.htm
http://uboard.proboards32.com/

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu