You are not logged in.

#1 2005-06-29 17:33:04

blackbox
Member
Registered: 2005-02-23
Posts: 2

I can not mount any cdrom

After transfer of system on udev I can not mount any cdrom.

[blackbox@drakstar ~]$ mount /mnt/cd/
mount: Not a directory
[blackbox@drakstar ~]$

& my fs

[blackbox@drakstar ~]$ cat /etc/fstab
#
# /etc/fstab: static file system information
#
# <file system>        <dir>         <type>    <options>          <dump> <pass>
none                   /dev/pts      devpts    defaults            0      0
none                   /dev/shm      tmpfs     defaults            0      0
tmpfs                  /tmp          tmpfs     defaults            0      0
usbfs                  /proc/bus/usb usbfs  defaults            0      0

/dev/cdroms/cdrom0     /mnt/cd   iso9660   ro,user,noauto,unhide   0      0
/dev/cdroms/cdrom1     /mnt/dvd  auto      ro,user,noauto,unhide   0      0
#/dev/floppy/0          /mnt/fl   vfat      user,noauto             0      0

/dev/discs/disc0/part2 swap swap defaults 0 0
/dev/discs/disc0/part3 / reiserfs defaults 0 0
/dev/discs/disc0/part1 /boot reiserfs defaults 0 0
[blackbox@drakstar ~]$ tab 

There are ideas?

Offline

#2 2005-06-29 17:48:39

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: I can not mount any cdrom

did you read the error?
"Not a directory"

try

mkdir /mnt/cd

Offline

#3 2005-06-29 19:16:04

Meshuggin
Member
From: /home/meshuggin
Registered: 2005-03-23
Posts: 137

Re: I can not mount any cdrom

Also change:

/dev/cdroms/cdrom0

to

/dev/hdd (or whatever it is the cd rom device)

And

/dev/discs/disc0/part2

to

/dev/hda2 and so on .. you got it, right?  wink


Arch GNU/Linux 0.7.1 (Noodle)
Linux 2.6.14-archck1

Offline

#4 2005-06-29 19:41:56

blackbox
Member
Registered: 2005-02-23
Posts: 2

Re: I can not mount any cdrom

Meshuggin wrote:

Also change:

/dev/cdroms/cdrom0

to

/dev/hdd (or whatever it is the cd rom device)

And

/dev/discs/disc0/part2

to

/dev/hda2 and so on .. you got it, right?  wink

No nothing - "Not a directory"
2 phrakture

[blackbox@drakstar ~]$ ls /mnt
cd  dvd 
[blackbox@drakstar ~]$

Offline

#5 2005-06-29 20:10:40

xerxes2
Member
From: Malmoe, Sweden
Registered: 2004-04-23
Posts: 1,249
Website

Re: I can not mount any cdrom

try mounting your device, like "mount /dev/discs/****"

also if you haven't done it already you should switch to udev,


arch + gentoo + initng + python = enlisy

Offline

#6 2005-06-29 21:26:20

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: I can not mount any cdrom

maybe it's the "/dev/cdroms" dir that is missing... try the /dev/dvd /dev/cdrom symlinks in that case....

Offline

#7 2005-06-29 22:45:04

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: I can not mount any cdrom

it should be something like

mount /dev/hdd /mnt/dvd

if it still gives you errors, use "-t auto" to the mount command.

Offline

Board footer

Powered by FluxBB