Questions tagged [drobo]

data and network storage devices

3 questions
0
votes
1 answer

Why can't php find this file?

I have an Apache/PHP site running on a Drobo5n in Linux. utilities.php is in /Choir/inc hitCounter.txt is in /Choir/etc/tbc In utilities.php, we have the following line of code: $hits = file_get_contents('../etc/tbc/hitCounter.txt'); Which produces…
tolsen64
  • 881
  • 1
  • 9
  • 22
-2
votes
0 answers

Drobo 5N Has wrong or corrupt firmware so Drobo Dashboard never finds it

I have managed to load an incorrect or corrupt firmware onto my Drobo 5N. The network recognises that the device is there. It responds correctly to ARP and ping and I can see its presence in Finder but Drobo Dashboard never finds it. I have manually…
Bobr
  • 1
-2
votes
1 answer

File Set Hidden Network Drive (Drobo)

I have this code that works fine on the local drive: file.Attributes |= FileAttributes.Hidden; I've also tried: System.IO.SetAttributes(file.FullName, FileAttributes.Hidden); Any suggestions to get set the hidden attribute on the file, for files…
Chuck Savage
  • 11,775
  • 6
  • 49
  • 69