LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Fluxbox disappearing when mounting a CD? (https://www.linuxquestions.org/questions/linux-newbie-8/fluxbox-disappearing-when-mounting-a-cd-375534/)

davidbix 10-21-2005 03:54 PM

Most of fluxbox menu disappearing when mounting a CD?
 
So I did some searching around, and decided to go with mounting by typing this in the shell:

mount -t iso9660 /dev/cdrom /(directory)

The cdrom seems to mount successfully, but then just about everything in the fluxbox menu disappears. Any suggestions from here?

Thanks!
-David

P.S.How do I create a directory?

fouldsy 10-21-2005 04:40 PM

Which fluxbox menu disappears, or what sections of it disappear? Your mount command looks fine, but directory are you actually mounting it to? Usually it would be /media/cdrom or /mnt/cdrom

As for creating a directory, is simply:
Code:

mkdir dirname
assuming you have privileges to do so in the directory you are currently in.


All times are GMT -5. The time now is 07:35 AM.