![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| 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 !! |
|
|
||||
| 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 |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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
|
|||
|
|||
|
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
|
||||
|
||||
|
Re: Problem with mounting
Quote:
Quote:
Code:
mount -t msdos /dev/fd0c /mnt Quote:
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 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:
__________________
Not quite as cool as all the other Kids... |
|
#4
|
|||
|
|||
|
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
|
||||
|
||||
|
Re: Thanks you...
Quote:
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 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
|
|||
|
|||
|
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
|
|||
|
|||
|
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 |