LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Mount woes... (https://www.linuxquestions.org/questions/linux-general-1/mount-woes-24735/)

nuzzy 07-01-2002 09:47 AM

Mount woes...
 
I have a dilemma...I have two mounted drives from windows, /windows/C and /windows/D. I'm running glfptd and needed to mount a directory to /glftpd/site, so I did:

mount --bind /windows/C/stuff /glftpd/site

This worked fine. What I also want to do is add:

mount --bind /windows/D/uploads /glftpd/site

This didn't work. How can I do this so that both directories will show up in /glftpd/site?? Also, /windows/C is ntfs and not writable. Will this make my task impossible?

mikek147 07-01-2002 01:08 PM

If I'm not mistaken, you can mount only 1 device per mount point. If you where to, say, mount /windows/C/stuff to .glftpd/site/C and /windows/D/uploads to /glftpd/site/D, or swomething similiar, you might have better success.

As long as you don't try to write to your NTFS mount, you shouldn't have any problems. -mk


All times are GMT -5. The time now is 09:31 AM.