I have a Windows XP box that has 3, 80GB drives that will be used for data storage. I wanted one drive to contain an assortment of files, one drive that will contain only MP3s and the third drive will contain only videos. I then wanted all three of these drives to be accessible via my FTP site. But I didn't quite no how since Windows XP will only let you point your FTP server’s home directory to a folder and certainly not the root of a physical drive.
What I did to achieve this was to mount each drive to a folder. But before I explain how, you first need two things. You need to make sure your system drive (usually C
or some other drive that is not going to be used for your FTP site is formatted using NTFS. Second, you need to create a mounting folder, so create a folder on this other NTFS drive and call it “FTP Site”.
Now, open "Computer Management" within "Administrative Tools" in the control panel. Click on "Disk Management", which will bring up a display of all your drives. I’m going to use my F: drive, which is the drive that contains my assorted files. I right click on my F: drive and select "Change Drive Letter and Path" from the menu.
Now you are presented with a "Change Drive Letter and Path for (F
" box. Within the main pane, you will see your drive listed. In my case it simply says "F:". This is simply showing me that this physical drive already has a drive letter...which is F.
But now we want to add a second mounting point and mount that drive to a folder. Click the “Add” button, then select “Mount in this NTFS folder”. Click the “Browse” button and navigate to where you created that “FTP Site” folder. Select the “FTP Site” folder and then click on the “New Folder” button. This new folder will be your mounting point for this drive. In my case, I am going to name this folder “Files”. Click “Ok” and now you should see both your drive letter and this new mounting point for “Files” within the main pane. Click “Ok” to close the “Change Drive Letter and Path for (F
” window.
If you now navigate to the “FTP Site” folder you created earlier, you will see a new icon within this folder (which looks like a hard drive icon) that should say “Files”. You will notice that this drive also retained it’s drive letter. In my case, I still have an F: drive, and additionally I have the “Files” drive within my “FTP Site” folder. I guess you could think of this as a shortcut to your drive. Repeat this process for any other drives you want to access via your FTP site.
Now configure IIS and point your FTP site to the root of your “FTP Site” folder. Now if you connect to your FTP site, you will see folders representing each of the physical drives you mounted to this “FTP Site” folder. In my case I see “Files”, “MP3” and “Videos”. Each of these folders represent each of the 80GB drives that I wanted to mount.
Chris
What I did to achieve this was to mount each drive to a folder. But before I explain how, you first need two things. You need to make sure your system drive (usually C
Now, open "Computer Management" within "Administrative Tools" in the control panel. Click on "Disk Management", which will bring up a display of all your drives. I’m going to use my F: drive, which is the drive that contains my assorted files. I right click on my F: drive and select "Change Drive Letter and Path" from the menu.
Now you are presented with a "Change Drive Letter and Path for (F
But now we want to add a second mounting point and mount that drive to a folder. Click the “Add” button, then select “Mount in this NTFS folder”. Click the “Browse” button and navigate to where you created that “FTP Site” folder. Select the “FTP Site” folder and then click on the “New Folder” button. This new folder will be your mounting point for this drive. In my case, I am going to name this folder “Files”. Click “Ok” and now you should see both your drive letter and this new mounting point for “Files” within the main pane. Click “Ok” to close the “Change Drive Letter and Path for (F
If you now navigate to the “FTP Site” folder you created earlier, you will see a new icon within this folder (which looks like a hard drive icon) that should say “Files”. You will notice that this drive also retained it’s drive letter. In my case, I still have an F: drive, and additionally I have the “Files” drive within my “FTP Site” folder. I guess you could think of this as a shortcut to your drive. Repeat this process for any other drives you want to access via your FTP site.
Now configure IIS and point your FTP site to the root of your “FTP Site” folder. Now if you connect to your FTP site, you will see folders representing each of the physical drives you mounted to this “FTP Site” folder. In my case I see “Files”, “MP3” and “Videos”. Each of these folders represent each of the 80GB drives that I wanted to mount.
Chris