The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM


UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
mounting problem ravi raj kumar UNIX for Dummies Questions & Answers 3 03-21-2008 10:41 AM
problem NFS mounting onto Solaris 10 serendipity1276 SUN Solaris 2 01-07-2008 05:13 PM
CD mounting problem FredSmith UNIX for Dummies Questions & Answers 0 06-20-2007 07:43 AM
Mounting problem. ajayyadavmca Shell Programming and Scripting 1 12-20-2006 02:18 PM
Problem mounting DVD on Solaris 10 (x86) christian_hicks SUN Solaris 3 12-24-2004 02:04 PM

Closed Thread
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 09-19-2002
Registered User
 

Join Date: Sep 2002
Location: Quebec
Posts: 10
Problem with mounting

Hi people,
I've made some search about it but i didn't find anything. I tried to mount my floppy,

mount -t /dev/fd0 /mnt

but it didn't work... it says : "Device not configured". Can you help me please???


And mounting my dos partiton...

mount -t vfat /dev/hdc1 /mnt
(Cuz you my windows partition is on hdc1)
says... Couldn't find mount_exec in /sbin.

and mount -a /dev/fd0 /mnt give me a (Input Output error)

That's all... if you could help me, i would be very thankfull.

Thanks you in advance.

Erythro73

P.S. Please forgive me for my bad english... I'm from Quebec .
R.P.S. I have FreeBSD 4.6

Last edited by Erythro73; 09-19-2002 at 05:27 PM.
Forum Sponsor
  #2  
Old 09-20-2002
Registered User
 

Join Date: Jun 2002
Location: Amsterdam (Netherlands)
Posts: 142
Wink Let try

mount -t /dev/fd0 /mnt

Try mount -t /mnt where you had to configure /tmp in the /etc/filesystems file in the way the command mounts the floppy



mount -a /dev/fd0 /mnt give me a (Input Output error)
Sound to me the floppy is not formatted
  #3  
Old 09-20-2002
auswipe's Avatar
Registered User
 

Join Date: Nov 2001
Location: Wide Awake Wylie, Texas
Posts: 536
Re: Problem with mounting

Quote:
Originally posted by Erythro73
mount -t /dev/fd0 /mnt

but it didn't work... it says : "Device not configured". Can you help me please???
Quote:

R.P.S. I have FreeBSD 4.6
Since you are using FreeBSD and not Linux, have you tried mounting the entire slice for the floppy with something like this?

Code:
mount -t msdos /dev/fd0c /mnt
Quote:

And mounting my dos partiton...

mount -t vfat /dev/hdc1 /mnt
R.P.S. I have FreeBSD 4.6
FreeBSD does not use the same device names as Linux. /dev/hdc1 is a Linux device name.

On my FreeBSD 4.5 system, my drives are:

Code:
ad0: 16228MB <Maxtor 91700U5> [32972/16/63] at ata0-master UDMA66
acd0: DVD-ROM <DVD-ROM OEM316B> at ata0-slave using PIO4
cd0: <YAMAHA CRW8824S 1.00> Removable CD-ROM SCSI-2 device
Here is a link of FreeBSD disk device names:

http://docs.freebsd.org/handbook/en/...ks-naming.html

The big challenge is to find which slice your Windows partition is located so that you can mount it.

fdisk should give you the information that you need, just be careful to not blow away any slice or partitions accidently.

Quote:

P.S. Please forgive me for my bad english... I'm from Quebec .
We won't hold it against you!
__________________
Not quite as cool as all the other Kids...
  #4  
Old 09-20-2002
Registered User
 

Join Date: Sep 2002
Location: Quebec
Posts: 10
Thanks you...

Thank you all,
with your help, i have made it!!! I mean... i mount my floppy, he read it with

mount -t msdos /dev/fd0 /mnt

I was very glad... but i can still not access my windows partition....

And what is the device for Ethernet card???? eth0 ?????

Thank you,

Erythro73
  #5  
Old 09-20-2002
auswipe's Avatar
Registered User
 

Join Date: Nov 2001
Location: Wide Awake Wylie, Texas
Posts: 536
Re: Thanks you...

Quote:
Originally posted by Erythro73
And what is the device for Ethernet card???? eth0 ?????
The ethernet card under FreeBSD varies as well. While in Linux it is eth0, eth1, etc under FreeBSD the name depends on the chipset.

The easiest way to identify your ethernet card is to take a look at the dmesg output.

For example, on my FreeBSD 4.5 machine I see this:

Code:
rl0: <RealTek 8139 10/100BaseTX> port 0xec00-0xecff mem 0xe8001000-0xe80010ff irq 1
1 at device 12.0 on pci0
rl0: Ethernet address: 00:00:00:00:00:00
You might be able to use ifconfig -a as well:

Code:
rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet 10.0.0.103 netmask 0xff000000 broadcast 10.255.255.255
        inet6 0000::000:0000f:0000:00f3%rl0 prefixlen 64 scopeid 0x1
        ether 00:00:00:00:00:00
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active
__________________
Not quite as cool as all the other Kids...
  #6  
Old 09-21-2002
Registered User
 

Join Date: Sep 2002
Location: Quebec
Posts: 10
yes of course... it works... i did ifconfig and my ethernet card is.... vr0 .

Now i got two problems... i can't mount my windows partition...

and i can't configure my pppoe problem.... I'm with Adsl and since one week i did research on how configuring it... and it doesn't work...

When I was on Linux Slackware, I used rp-pppoe from the Roaring Penguins Software, but it's not compatible with FreeBSD.
See my other post (Just down him). I just can't do it... even if I used the freebsd.org configuration handbook.

Maybe you'll see my mystakes...

Erythro73.
  #7  
Old 09-21-2002
Registered User
 

Join Date: Sep 2002
Location: Quebec
Posts: 10
That<s it

I did it!!!!!!!! My mistakes was that........ erh. i didnt configure the right ppp.conf.......

Thanks you all!!!!
Google The UNIX and Linux Forums
Closed Thread

Tags
linux

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes




All times are GMT -7. The time now is 09:55 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0