Koozali.org: home of the SME Server

How do I access the Cd-rom drive through root user

Offline m4oz!nh4

  • ***
  • 49
  • +0/-0
How do I access the Cd-rom drive through root user
« on: February 23, 2008, 02:49:42 PM »
Hi,

I was reading many posts here but I didn't find a solution for me, that I believe is simple.

So, I tried to access the Cdrom after root login typing  mount /mnt /cdrom and I got "mount: you need to specify the filesystem type".

if anyone can help...

thanks in advance.

Offline m4oz!nh4

  • ***
  • 49
  • +0/-0
Re: How do I access the Cd-rom drive through root user
« Reply #1 on: February 23, 2008, 03:57:05 PM »
About my post, I was wondering about something else. How do I access an ebay (that I created) using hoot user in the prompt?

Thank you again.

Offline m4oz!nh4

  • ***
  • 49
  • +0/-0
Re: How do I access the Cd-rom drive through root user
« Reply #2 on: February 23, 2008, 04:18:03 PM »
Sorry guys, I typed cd /home/e-smith/files/ibays/ to access my ibays

Offline pfloor

  • *****
  • 889
  • +1/-0
Re: How do I access the Cd-rom drive through root user
« Reply #3 on: February 23, 2008, 06:10:26 PM »
Hi,

I was reading many posts here but I didn't find a solution for me, that I believe is simple.

So, I tried to access the Cdrom after root login typing  mount /mnt /cdrom and I got "mount: you need to specify the filesystem type".

if anyone can help...

thanks in advance.
Try:

mount /media/cdrom
In life, you must either "Push, Pull or Get out of the way!"

Offline m4oz!nh4

  • ***
  • 49
  • +0/-0
Re: How do I access the Cd-rom drive through root user
« Reply #4 on: February 24, 2008, 06:53:04 AM »
Thanks pfloor,

In fact already tried mount /media/ cdrom and i got the same result.

Offline raem

  • *
  • 3,972
  • +4/-0
Re: How do I access the Cd-rom drive through root user
« Reply #5 on: February 24, 2008, 08:13:18 AM »
m4oz!nh4

I notice you have a space in the command both times
mount /mnt /cdrom
mount /media/ cdrom

It should be
mount /media/cdrom
...

Offline m4oz!nh4

  • ***
  • 49
  • +0/-0
Re: How do I access the Cd-rom drive through root user
« Reply #6 on: February 24, 2008, 03:23:13 PM »
Thanks RayMitchell,

The problem was the linux's manual that I read shown to me mount /mnt/ cdrom but now I used mount /mnt/cdrom and everything worked ok. In fact I already solved my problem accessing the files that I wanted accessing one of iBays. Thanks

Offline SoftDux

  • *****
  • 240
  • +0/-0
    • http://www.SoftDux.com
Re: How do I access the Cd-rom drive through root user
« Reply #7 on: February 25, 2008, 03:48:23 PM »
which goes to show, don't just copy & paste into a Linux system :)

Offline m4oz!nh4

  • ***
  • 49
  • +0/-0
Re: How do I access the Cd-rom drive through root user
« Reply #8 on: February 26, 2008, 02:58:54 AM »
Thanks SoftDux