Omgili - forum search, search forums  
  

Discussions about drive that way

Displaying 1 - 10 out of 514,062 discussions.  
RSS Feed Options
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
What is the best way to map a network share to a windows drive using Python? This share also requires a username and password.
Started by on , 6 posts by 5 people.  
A quick, This was a part of an RPC server where... .
Or you could should be able to enter both the password and user id in the net use command to map the drive.
I'd go with IronPython and this article : Mapping a Drive Letter Programmatically .
I love the fact that you can now buy 1 and 2 TB drives cheap. However that much data on a single drive scares me. What would be the best way to build a raid system out of external drives? I am looking for advice on performance, price, and ease of data...
Started by on , 7 posts by 7 people.  
In RAID6 or RAID10 if you want redundancy, so even if a drive fails you can replace it and rebuild of data recovery should a drive fail RAID 5 is redundant against a single drive failure, RAID 6 against drive capacity X ( ....
Hello, I need to move about 130 users' home drives to another hard drive on the same server that they are hosted now. What is the best way to do this without having to go into each one by one? The users are scattered in different OU's.
Started by on , 6 posts by 6 people.  
Just stop the share on the old drive....
It's the best way, but if you're using the GUI, you can hold down Ctrl and select multiple users (or shift the permissions or otherwise block access to the old share - in a way that's easy to undo.
Ask your Facebook Friends
Possible Duplicate: Free Windows ISO Mounting Software does windows 7 have a way to bind a .iso to a drive?
Started by on , 6 posts by 6 people.  
No, you can't do.
Virtual Clone Drive is a popular option.
You'll need a third-party tool.
I'm getting ready to release a tool that is only effective with regular hard drives, not SSD (solid state drive). In fact, it shouldn't be used with SSD's because it will result in a lot of read/writes with no real effectiveness. Anyone knows of a way...
Started by on , 5 posts by 5 people.  
We did this with larger....
Another.
You probably could use some characteristics of the drive (latency, speed, size), though this won't be accurate for all drives.
This also means that there is no general way to detect what they are.
More or less what it says on the tin: is there an (easy) way in Python to list all the currently in-use drive letters in a windows system? (My google-fu seems to have let me down on this one.) Related: Enumerating all available drive letters in Windows...
Started by on , 5 posts by 5 people.  
Import win32api drives = win32api.GetLogicalDriveStrings() drives = drives.split('\000') print drives Adapted from: http://www.faqts.com/knowledge_base/view.phtml/aid/4670 Without using any external libraries, if that matters to ....
I am creating a program that allows the user to select a drive letter from a combo box. I am debating between populating the box using a list or an array. What is the best and most efficient way to do this?
Started by on , 6 posts by 6 people.  
Pretty simple: ComboBox cb = new ComboBox(); string[] drives = Environment.GetLogicalDrives(); foreach (string drive in drives) { cb.Items.add(drive); }.
Hardly going to make a difference what way you do it.
Possible Duplicate: Expand Windows Server 2008 RAID 5 array Hello there! Is there any way to extend my Windows Server 2008 R2 software RAID5 volume by another drive or am I bound to recreate that volume from scratch? Thanks for your attention.
Started by on , 4 posts by 4 people.  
And then see what happens if you try to add another drive..
I'm not looking to relocate the database to another server entirely, but just move the data file(s) and log file to another drive with more space. I've seen conflicting directions on how to do this, so I'm looking for the recommended proper way of doing...
Started by on , 4 posts by 4 people.  
But way.
Another way - detach database files (database->tasks->detach), move them to new drive and then attach again.
In the example above, it moves the MDF and LDF files to the D: drive.
To store.
I know that the following should work: Environment.GetEnvironmentVariable("windir", EnvironmentVariableTarget.Machine) My problem with this call is that if for some reason someone decided to remove the "windir" Env Var , this won't work. Is there an even...
Started by on , 6 posts by 6 people.  
So if you need a secure way to get((int)size); GetWindowsDirectory(sb, size); return sb.ToString(); } So if you really need the drive.
Drive, but by using "windir" you'll get the windows folder.
Page: 1   2   3   4   5   6   7   8   9   10  

Related Message Boards & Forums

  • Stack Overflow
  • Server Fault
  • Super User
Related Searches
best waY to clone hard drive    best way to clone a laptop hard drive    best way to clone a hard drive reviews    ways to detect usb drive in linux    what is the best way to partition a hard drive in vista    best way to clone hard drive in xp    best way to clone a failing drive    best way to setup a 500gb external hard drive    best way to add a s econd hard drive vista    best way to format an external hard drive   
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost