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
-
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.
-
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.
-
Sorry guys, I typed cd /home/e-smith/files/ibays/ to access my ibays
-
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
-
Thanks pfloor,
In fact already tried mount /media/ cdrom and i got the same result.
-
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
-
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
-
which goes to show, don't just copy & paste into a Linux system :)
-
Thanks SoftDux