Questions tagged [drives]

55 questions
0
votes
1 answer

Java read from a specific volume address

I have to read some bytes from a specific address of a volume of external memory card. I do not have a file to read but a drive address, how can I read with Java? I'm used to read by file path, I never read from a volume address...
Tobia
  • 9,165
  • 28
  • 114
  • 219
0
votes
2 answers

Network Drive label

I'm trying to get the label of some network resources mapped as drives. When I use DriveInfo.GetDrives(), local volumes have the VolumeLabel filled parameter as expected, but in network drives it is an empty string. How can I get those labels?
Gonzalo Quero
  • 3,303
  • 18
  • 23
0
votes
0 answers

How do I get apache to access another drive in Ubuntu 15.04?

Basically I've nearly run out of space on the drive that Apache is installed on (my server is running Ubuntu desktop 15.04, 32-bit). I've tried to keep everything in the /www/html/ folder but there's no more room. However, I have a spare drive that…
johan
  • 93
  • 1
  • 5
0
votes
1 answer

How to show All drive's related data/folders in a treeview?

cmbDrives.DataSource = Environment.GetLogicalDrives(); I have this code to show all drives in combobox, and want to show All Drive's related data in treeview on comboboxselectionchanged event. How can I do that?
Elixir
  • 287
  • 2
  • 3
  • 14
0
votes
0 answers

Check for drives larger than a certain size when using Advanced Installer

I am using Advanced Installer (Enterprise edition), and I would like to add a control (possibly a VolumeSelectCombo box) to my installation that will list only the hard drives that are larger than 250 GB. And if there is only one drive that meets…
0
votes
1 answer

Set Interleave (strip) size of Windows Storage Spaces Mirrored Pool

I'm trying to make a new Windows Storage Space with an interleave of 64kb versus the default of 256kb. I made a new Mirrored Pool and then tried using the PowerShell Command: New-VirtualDisk -StoragePoolFriendlyName Pool_T -FriendlyName Disk_T…
user3329538
  • 289
  • 1
  • 5
  • 12
0
votes
3 answers

MAMP htdocs on different drives

So I upgraded my MacBook Pro to use an ssd + hdd mixed drive setup. Before my mixed drive setup, MAMP and htdocs sat in the root Application folder. Now, I want MAMP to be able to stay in the root folder on my ssd but read the web apps that will be…
0
votes
3 answers

Getting logical drives

I use the following code to get logical drives: string[] strDrives = Environment.GetLogicalDrives(); but when I want to iterate through it, an exception occurs, with the message: Drive Not Ready How can I get just ready drives?
Babak Fakhriloo
  • 2,076
  • 4
  • 44
  • 80
0
votes
1 answer

CD Eject Interrupt - Possible?

This may seem absurd and it surely is, but I have my reasons. Running "eject -T" will open/close the CD tray. But the subsequent iterations of the command automatically wait until the tray has physically completed the function (completely…
Taurophylax
  • 355
  • 1
  • 4
  • 10
-1
votes
1 answer

Access hardrive files with assembly code?

So im trying making a little boot able assembly program that lets the user delete and add files to a specified drive. The only problem is that im not sure how to access drive with assembly. Could someone point me in the direction in where i can find…
P'sao
  • 2,946
  • 11
  • 39
  • 48
1 2 3
4