Page 1 of 1

never seen this before... missing partitions??

Posted: Sun Oct 16, 2011 9:05 am
by sgtfoo
OK, I'm a little worried.... I thought everything was working fine?!
I see this...
storage-partitions.JPG
storage-partitions.JPG (62.84 KiB) Viewed 1962 times
and
storage-pool.JPG
storage-pool.JPG (64.69 KiB) Viewed 1962 times
and that's really odd.

I can still access shares from my Win7 PC and can read but not write from other user machines.
Most of my HDA's functions are working just fine aside from this.
Any input?? Lemme know if I gotta post the whole gamut of greyhole troubleshooting steps.

Code: Select all

sudo greyhole -s Greyhole Statistics =================== Storage Pool Total - Used = Free + Attic = Possible /var/hda/files/drives/drive1/gh: 917G - 153G = 717G + 0G = 717G /var/hda/files/drives/drive2/gh: 917G - 304G = 566G + 0G = 566G /var/hda/files/drives/drive3/gh: 1834G - 1090G = 650G + 2G = 652G /var/hda/files/gh: 1375G - 648G = 658G + 0G = 658G ========================================== Total: 5043G - 2195G = 2591G + 2G = 2593G
The drives aren't full... there's plenty of space. I haven't put much on them lately.

Re: never seen this before... missing partitions??

Posted: Sun Oct 16, 2011 1:00 pm
by sgtfoo
got some help from cpg..

turns out that in my logs there was this:

Code: Select all

******** disk stats error for /var/hda/files/drives/drive1: #<Errno::EACCES: Permission denied> ******** disk stats error for /var/hda/files/drives/drive2: #<Errno::EACCES: Permission denied> ******** disk stats error for /var/hda/files/drives/drive3: #<Errno::EACCES: Permission denied>
and so permissions that I had set upon the /var/hda/files folders messed up drive stats in the web gui, so

I had to open up the /hda/files folders recursively to be more open than they were... apparently 775 is necessary.

Re: never seen this before... missing partitions??

Posted: Sun Jan 06, 2013 10:42 pm
by faxedhead
Thank you - I had this issue out of the blue after having my amahi server running for several months. To fix, I right-clicked /var/hda/files folder in nautilus, properties, and set permissions to 775 (owner and group = create and delete files, others = access files) then clicked 'apply permissions to enclosed files'. it took a while (30 mins), and after closing the dialog, now my webstats for storage are working again in amahi dashboard. :)