NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
garyd9
Sep 04, 2014Virtuoso
"OS6" - a question or three
First, a direct question:
I'm currently running my Pro BE's with 5 or 6 disks using "x-raid2" and "dual redundancy." (RAID6 with the xraid2 expansion scheme.)
I downloaded the manual for one of the new Os6 devices, and it has led me to believe that the new OS no longer supports dual redundancy while using the proprietary "xraid2" expansion scheme. (Page 34 of the software manual states: "If you want to protect your data against the failure of two disks, you must switch to Flex-RAID and select RAID 6. ")
Is this true and accurate?
Second, a more general question:
There doesn't seem to be a post or document that simply describes what has changed between the version 4 software and the new OS6 software. I've seen a couple of threads where people have tried to ask this, but they seem to go unanswered (besides people mentioning that ext3/4 limits are removed with btrfs, and that btrfs supports all kinds of wonderful things that isn't actually supported in the netgear product such as self-healing.)
So, skipping all the marketing hype or netgear add-on stuff such as clouds, genies, and purple smoke in lamps, what does OS6 offer a person or business over the RAIDiator 4 firmware? Please don't include anything that doesn't already exist. (Promises for things that might happen in the future are great, but if they don't ALREADY exist, I have to assume the promises are as empty as the raidiator 4 promise of putting back snapshot resizing.)
Thanks
Gary
I'm currently running my Pro BE's with 5 or 6 disks using "x-raid2" and "dual redundancy." (RAID6 with the xraid2 expansion scheme.)
I downloaded the manual for one of the new Os6 devices, and it has led me to believe that the new OS no longer supports dual redundancy while using the proprietary "xraid2" expansion scheme. (Page 34 of the software manual states: "If you want to protect your data against the failure of two disks, you must switch to Flex-RAID and select RAID 6. ")
Is this true and accurate?
Second, a more general question:
There doesn't seem to be a post or document that simply describes what has changed between the version 4 software and the new OS6 software. I've seen a couple of threads where people have tried to ask this, but they seem to go unanswered (besides people mentioning that ext3/4 limits are removed with btrfs, and that btrfs supports all kinds of wonderful things that isn't actually supported in the netgear product such as self-healing.)
So, skipping all the marketing hype or netgear add-on stuff such as clouds, genies, and purple smoke in lamps, what does OS6 offer a person or business over the RAIDiator 4 firmware? Please don't include anything that doesn't already exist. (Promises for things that might happen in the future are great, but if they don't ALREADY exist, I have to assume the promises are as empty as the raidiator 4 promise of putting back snapshot resizing.)
Thanks
Gary
65 Replies
Replies have been turned off for this discussion
- xeltrosApprenticeIn this case this is a backup, couldn't we override the rights for newly created objects ? Rights would not be propagated recursively but created as they needed to be created.
- garyd9VirtuosoThere's another monkey wrench... My environment is on a windows domain (ADS) so slightly different rules apply. I'm trying to find out what happens if I change perms from a windows server. I suppose it kind of depends on just how Samba preserves windows permissions. If they are stored and preserved on the USB device, it's not too bad. If they aren't (or if they are nuked when the device ejects) then that's no fix.
(Doing it from windows is a bit of PITA right now. All of my windows machines at home are unavailable so I'm having to VM from a mac.) - garyd9VirtuosoOkay, I tried that... and it's useless. The "everyone" ADS permission is restored (with "full control") as soon as I eject and reconnect the USB device.
It wouldn't have mattered even if it worked, as AFP keeps coming back with read/write perms for "everyone" as well.
Very disappointing. - garyd9Virtuosoudev calls /frontview/bin/setup_usb_storage (a perl script) whenever a partition is added...
That script scans /etc/default/services and aborts if DISP_HIDE_USB_STORAGE exists in there. (This isn't useful, as the usb partition must be mounted for the backup to work.)
It then does quite a bit of work to basically just mount the usb device. (There's a configuration file that doesn't seem to serve any purpose other than trying to keep the mounted directory (and share) name consistent: storage.conf.) One line from this script I find interesting is:
system("ACTION=add rnutil hotplug_event UsbStorage");
rnutil appears to be a sort of shell type utility, but beyond a list of basic commands, I'm not sure how to use it (or how to alter what it might do.) I suspect that if I were to remove the above system() call from the perl script, that it wouldn't share the USB mounted devices. That might be a nice temp work-around that would probably shred any warranty, but isn't feasible as a sustainable fix. (It'd probably be overwritten on every firmware update, and might have all kinds of unpleasant side effects.)
@Mdgm, any chance you could get more information about this? (I understand if you answer "no" -- I'm probably messing with stuff that netgear would rather I stay away from.)
Edit: Thankfully, "strings" was left in busybox (even if there's no link, I can still run "busybox strings".) It saved me the trouble of looking for a .deb package. I can't know for sure, of course, but it appears that the default shares are created via /usr/lib/librndb.so.0. For usb hotplug devices, the config files are created in /etc/frontview/usb/._share/devicename (replace "devicename" with something like "USB_HDD_1") and have contents that seem to be hard coded in the above mentioned shared lib.
Take care
Gary - mdgm-ntgrNETGEAR Employee RetiredI don't think I can provide more information on this.
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!