Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Mounting problems
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Sean111
n00b
n00b


Joined: 30 Oct 2002
Posts: 10

PostPosted: Thu Oct 31, 2002 11:53 pm    Post subject: Mounting problems Reply with quote

I try to mount my floppy and cdroms but i keepr getting

bash-2.05a# mount /dev/fd0 /mnt/floppy
mount: /dev/fd0 is not a valid block device

same when i try to do
mount /de/cdroms/cdrom <-cd burner
and
moutn /dev/hdd <- DVD drive

sorry about spelling in a rush out the door
Back to top
View user's profile Send private message
dreamer3
Guru
Guru


Joined: 24 Sep 2002
Posts: 553

PostPosted: Fri Nov 01, 2002 12:29 am    Post subject: Reply with quote

Try
Code:
mount /dev/floppy/0 /mnt/floppy

Also, is your devfs getting mounted at boot (check mount output, it should or it should refuse to go further) and is devfsd running (ps -A | grep devfsd)? I'm grasping for straws here but I'd have to think that a problem with devfs could be a cause of this kind of thing.

If your dev fs is up... what is the output of
Code:
ls /dev/floppy/0* -l

Do you know if the floppy drive WORKS (ie, under another OS)?
Back to top
View user's profile Send private message
Sean111
n00b
n00b


Joined: 30 Oct 2002
Posts: 10

PostPosted: Fri Nov 01, 2002 2:43 am    Post subject: Reply with quote

Yes I just switched from windows XP. Plus I get the same error with my cdrom0 and hdd <- dvd.

Code:
bash-2.05a# mount /dev/floppy/0 /mnt/floppy
mount: /dev/floppy/0 is not a valid block device


and the devfs stuff
Code:
bash-2.05a# mount
/dev/hda3 on / type ext3 (rw,noatime)
proc on /proc type proc (rw)
none on /dev type devfs (rw)
tmpfs on /mnt/.init.d type tmpfs (rw,mode=0644,size=1024k)
bash-2.05a# ps -A|grep devfsd
   29 ?        00:00:00 devfsd
bash-2.05a# ls /dev/floppy/0* -l
brw-rw----    1 root     root       2,   0 Dec 31  1969 /dev/floppy/0
brw-rw----    1 root     root       2,  84 Dec 31  1969 /dev/floppy/0u1040
brw-rw----    1 root     root       2,  88 Dec 31  1969 /dev/floppy/0u1120
brw-rw----    1 root     root       2,  28 Dec 31  1969 /dev/floppy/0u1440
brw-rw----    1 root     root       2, 124 Dec 31  1969 /dev/floppy/0u1600
brw-rw----    1 root     root       2,  44 Dec 31  1969 /dev/floppy/0u1680
brw-rw----    1 root     root       2,  60 Dec 31  1969 /dev/floppy/0u1722
brw-rw----    1 root     root       2,  76 Dec 31  1969 /dev/floppy/0u1743
brw-rw----    1 root     root       2,  96 Dec 31  1969 /dev/floppy/0u1760
brw-rw----    1 root     root       2, 116 Dec 31  1969 /dev/floppy/0u1840
brw-rw----    1 root     root       2, 100 Dec 31  1969 /dev/floppy/0u1920
brw-rw----    1 root     root       2,  12 Dec 31  1969 /dev/floppy/0u360
brw-rw----    1 root     root       2,  16 Dec 31  1969 /dev/floppy/0u720
brw-rw----    1 root     root       2, 120 Dec 31  1969 /dev/floppy/0u800
brw-rw----    1 root     root       2,  52 Dec 31  1969 /dev/floppy/0u820
brw-rw----    1 root     root       2,  68 Dec 31  1969 /dev/floppy/0u830
bash-2.05a#
Back to top
View user's profile Send private message
dreamer3
Guru
Guru


Joined: 24 Sep 2002
Posts: 553

PostPosted: Fri Nov 01, 2002 2:53 am    Post subject: Reply with quote

Have you compiled the correct block driver support into your kernel? It's a top-level option on {menu|x}config for the kernel. "Block Devices" I believe... You'll want to make sure floppy support is enabled there. I'm not sure about the DVD player as I don't have a DVD.

Your ls of /mnt/floppy matches mine exactly. Are you logged in as root when you try and do the mount? (I just notice that on your machine root is the owner and on my machine the currently logged in user is the owner)
Back to top
View user's profile Send private message
securiteaze
Tux's lil' helper
Tux's lil' helper


Joined: 24 Oct 2002
Posts: 77
Location: Tulsa,Oklahoma

PostPosted: Fri Nov 01, 2002 6:14 am    Post subject: Reply with quote

Have you tried
Code:
mount /dev/fd0 /mnt/floppy -t msdos

or
Code:
mount /dev/hdd /mnt/cdrom -t iso9660

_________________
Blah..
Back to top
View user's profile Send private message
Sean111
n00b
n00b


Joined: 30 Oct 2002
Posts: 10

PostPosted: Fri Nov 01, 2002 6:54 am    Post subject: Reply with quote

It wouldn't even let me mount, I am editing the kernel now to check some supports
Back to top
View user's profile Send private message
Sean111
n00b
n00b


Joined: 30 Oct 2002
Posts: 10

PostPosted: Fri Nov 01, 2002 6:57 am    Post subject: Reply with quote

Oh yeah yes I am root while doing the mount, I havn't added a user yet till i get my drives,sound and cups up. I do remote for cups and get a client access error
Back to top
View user's profile Send private message
Sean111
n00b
n00b


Joined: 30 Oct 2002
Posts: 10

PostPosted: Fri Nov 01, 2002 9:00 am    Post subject: Reply with quote

I got both cd-roms to mount in -t iso9660 however my cdr is read only and floppy still gives bloack error
Back to top
View user's profile Send private message
Sean111
n00b
n00b


Joined: 30 Oct 2002
Posts: 10

PostPosted: Fri Nov 01, 2002 5:12 pm    Post subject: Reply with quote

Ater I restarted the /dev/droms/cdrom0 and /dev/hdd/ are no longer there ::-/ can anyone help me?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum