http://www.perlmonks.org?node_id=1037258


in reply to Perl files tests fail on RAID disk

Are you trying to access the RAID device, or are you trying to access one of the drives that makes up the RAID device? That could be the cause of some unusual behavior.

Ideally, you'd just be accessing a file that resides in the file system that's stored on a device -- you shouldn't be worrying about the device at all.

Alex / talexb / Toronto

"Groklaw is the open-source mentality applied to legal research" ~ Linus Torvalds

Replies are listed 'Best First'.
Re^2: Perl files tests fail on RAID disk
by albob (Sexton) on Jun 05, 2013 at 16:35 UTC
    I am just trying to access the raid device. How the RAID is handling the data under the hood in invisible to me.