LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Open Floppy dir (https://www.linuxquestions.org/questions/linux-newbie-8/open-floppy-dir-302283/)

amer_58 03-16-2005 09:15 AM

Open Floppy dir
 
After I mount my floppy:

# mount /mnt/floppy

How can I run a command that will open a window listing all the files that are located in my floppy disk?

e.g on windows .. go to run -> and type a: will open a window listing all the files.

Thanks.

adamwenner 03-16-2005 09:25 AM

just open up a window that goes to your home directory and in your location bar, type in
"/mnt/floppy"

--adam

amer_58 03-16-2005 09:48 AM

Got it done, but cant it be done using shell?

harken 03-16-2005 10:50 AM

It sure can be done but the command isn't the right one. Assuming that your floppy disk is represented by /dev/fd0, it should be:
Code:

mount /dev/fd0 /mnt/floppy
ls -al /mnt/floppy

You can mount a drive not necessarily in /mnt. Just make sure that the directory is created first.

kenji 03-16-2005 12:05 PM

try if this will work. it works on my box! £Ä3

mount /mnt/floppy


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