Mounting new drive.

From: johnshay (johnshay_at_discussions.microsoft.com)
Date: 07/02/04


Date: Fri, 2 Jul 2004 03:27:02 -0700

On a Windows 2000 server, I have raid5 scsi 3 x 10,000 rpm which is nearly full. The biggest part of this storage is a single folder where our dedicated s/w autosaves it's files to.

I don't want to set up a new array yet, but do need to increase the capacity of the folder. So, I thought about mounting an IDE drive in the folder.

The drive is 5400rpm. I want to manually move older files to this new drive periodically, freeing up space on the existing faster drive for new files. Older files will rarely if ever be accessed, so they are ok on the slower drive.

The app will just see the same folder as before and save a file as normal. I was wondering which physical drive will a file be saved to. If it continues to write to the old faster drive until it finds no free space and then starts to write to the new drive this would be ideal as I could manually move files to keep space on the existing drive. If it randomly writes to either drive, or to the new drive first, I a bit stumped.



Relevant Pages

  • Re: Can you fix this program? : C++ Dynamic Array Problems
    ... Dynamic Array similar to System.Collections.ArrayList in .NET. ... Capacity = 0; ... void FoldersCollection::Add(Folder folder) ... int newCapacity = Capacity*2; ...
    (microsoft.public.dotnet.languages.vc)
  • Can you fix this program? : C++ Dynamic Array Problems
    ... Array similar to System.Collections.ArrayList in .NET. ... logic is working okay. ... Capacity = 0; ... void FoldersCollection::Add(Folder folder) ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Recursivly deleting a list of files
    ... But I still need to figure out the array. ... ts.writeline oFile & " " ... 'Print subfolders of the current folder ... >> dim fldrsFolderlist, fldr ...
    (microsoft.public.scripting.vbscript)
  • Classes and Arrays
    ... have created a class called "record" to store information about a folder and ... The Perms property is a dynamic array as per ... Each element in the Perms array should be another class called PermRec. ... Private Sub Class_Initialize ...
    (microsoft.public.scripting.vbscript)
  • Re: Limit folder (with subfolders) capacity
    ... is to limit the folder capacity of each user to a given ... The ideal for me would be to be able to limit the capacity of a given ... They will do what you want, but how to set them is OS dependent (and you may not be able to do it in your code due to OS or hosting company restrictions). ... What I do is when they go to the upload page, I check how much space they have left in the directory, then set that as the maximum they can upload. ...
    (comp.lang.php)