Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: m4oz!nh4 on February 23, 2008, 02:49:42 PM

Title: How do I access the Cd-rom drive through root user
Post by: m4oz!nh4 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.
Title: Re: How do I access the Cd-rom drive through root user
Post by: m4oz!nh4 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.
Title: Re: How do I access the Cd-rom drive through root user
Post by: m4oz!nh4 on February 23, 2008, 04:18:03 PM
Sorry guys, I typed cd /home/e-smith/files/ibays/ to access my ibays
Title: Re: How do I access the Cd-rom drive through root user
Post by: pfloor 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
Title: Re: How do I access the Cd-rom drive through root user
Post by: m4oz!nh4 on February 24, 2008, 06:53:04 AM
Thanks pfloor,

In fact already tried mount /media/ cdrom and i got the same result.
Title: Re: How do I access the Cd-rom drive through root user
Post by: raem 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
Title: Re: How do I access the Cd-rom drive through root user
Post by: m4oz!nh4 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
Title: Re: How do I access the Cd-rom drive through root user
Post by: SoftDux on February 25, 2008, 03:48:23 PM
which goes to show, don't just copy & paste into a Linux system :)
Title: Re: How do I access the Cd-rom drive through root user
Post by: m4oz!nh4 on February 26, 2008, 02:58:54 AM
Thanks SoftDux