Greyhole working -- not shown in GUI
Re: Greyhole working -- not shown in GUI
Since the LZ is basically your shares, remove the files from them. Keep in mind that Greyhole will put them in the attic, so you will need to do small chunks and empty it unless you disable Greyhole termporarily.
ßîgƒσστ65
Applications Manager
My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 16GB RAM, 1TBx1+2TBx2+4TBx2
Applications Manager
My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 16GB RAM, 1TBx1+2TBx2+4TBx2
Re: Greyhole working -- not shown in GUI
I figured that I could use 2 drives for now in my pool, with no redundancy, since I have everything backed up already, and then use a 2TB drive for a LZ, once data is in the pool add the third drive in and add back redundancy. So, I removed drive 3 from the pool, then did the following:Since the LZ is basically your shares, remove the files from them. Keep in mind that Greyhole will put them in the attic, so you will need to do small chunks and empty it unless you disable Greyhole termporarily.
Code: Select all
mv /var/hda/files/videos /var/hda/files/drives/drive3/videos
chmod 775 /var/hda/files/drives/drive3/videos
And ... the share does not work for me. What am I doing wrong?
Re: Greyhole working -- not shown in GUI
What is not working? Did you ensure the folder was owned by your 1st admin user:users? A little more detail would be helpful here.
ßîgƒσστ65
Applications Manager
My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 16GB RAM, 1TBx1+2TBx2+4TBx2
Applications Manager
My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 16GB RAM, 1TBx1+2TBx2+4TBx2
Re: Greyhole working -- not shown in GUI
Not rebooting the samba service. That's what I'm doing wrong.I figured that I could use 2 drives for now in my pool, with no redundancy, since I have everything backed up already, and then use a 2TB drive for a LZ, once data is in the pool add the third drive in and add back redundancy. So, I removed drive 3 from the pool, then did the following:Since the LZ is basically your shares, remove the files from them. Keep in mind that Greyhole will put them in the attic, so you will need to do small chunks and empty it unless you disable Greyhole termporarily.
Amahi interface -> setup -> shares -> location = /var/hda/files/drives/drive3/videosCode: Select all
mv /var/hda/files/videos /var/hda/files/drives/drive3/videos chmod 775 /var/hda/files/drives/drive3/videos
And ... the share does not work for me. What am I doing wrong?

Re: Greyhole working -- not shown in GUI
Really, that's a lie, I restarted the server and it started working. Afterwards I assumed it was samba.
One would think that if a reboot / restart or service necessary, it would be noted somewhere. I plan on using these posts as somewhat of a notepad to refer to and add to the discussion on the wiki.
New problem -- files are moving fast as hell (100+ mb/s), faster than before, but greyhole doesn't see them. Is there something else I'm missing? also, if i'm just moving a directory, shouldn't the owner be retained? I'm doing everything logged in as root right now because I'm too lazy to type sudo until this is configured.
One would think that if a reboot / restart or service necessary, it would be noted somewhere. I plan on using these posts as somewhat of a notepad to refer to and add to the discussion on the wiki.
New problem -- files are moving fast as hell (100+ mb/s), faster than before, but greyhole doesn't see them. Is there something else I'm missing? also, if i'm just moving a directory, shouldn't the owner be retained? I'm doing everything logged in as root right now because I'm too lazy to type sudo until this is configured.
Re: Greyhole working -- not shown in GUI
Greyhole will only see them if they are set correctly in the /etc/greyhole.conf. You might want to check that all that is correct. BTW, if you are moving them local on the HDA, you need to have mount_shares_locally installed and running. Without that, you may have problems with Greyhole.
Moving files often carries the ownership, but not always. Never hurts to double check.
Moving files often carries the ownership, but not always. Never hurts to double check.
ßîgƒσστ65
Applications Manager
My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 16GB RAM, 1TBx1+2TBx2+4TBx2
Applications Manager
My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 16GB RAM, 1TBx1+2TBx2+4TBx2
Re: Greyhole working -- not shown in GUI
I don't see where you mean ...Greyhole will only see them if they are set correctly in the /etc/greyhole.conf.
Code: Select all
...REMOVED...
Not moving them locally, but I did see that on the Wiki. Transferring from my desktop to the server over gigabit.You might want to check that all that is correct. BTW, if you are moving them local on the HDA, you need to have mount_shares_locally installed and running. Without that, you may have problems with Greyhole.
10-4 (owner is listed as the primary admin user, same as it was before)Moving files often carries the ownership, but not always. Never hurts to double check.
Thanks!
Re: Greyhole working -- not shown in GUI
I don't believe setting the LZ in /etc/greyhole.conf is supported any longer. You may have to force Greyhole to move the files.
I presume the drive you are copying them too is not part of the Greyhole storage pool. If it is, it might fill up quick.
I presume the drive you are copying them too is not part of the Greyhole storage pool. If it is, it might fill up quick.
ßîgƒσστ65
Applications Manager
My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 16GB RAM, 1TBx1+2TBx2+4TBx2
Applications Manager
My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 16GB RAM, 1TBx1+2TBx2+4TBx2
Re: Greyhole working -- not shown in GUI
it is the commented out drive3.I don't believe setting the LZ in /etc/greyhole.conf is supported any longer. You may have to force Greyhole to move the files.
I presume the drive you are copying them too is not part of the Greyhole storage pool. If it is, it might fill up quick.
How do i force Greyhole?
Re: Greyhole working -- not shown in GUI
Code: Select all
greyhole -f
ßîgƒσστ65
Applications Manager
My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 16GB RAM, 1TBx1+2TBx2+4TBx2
Applications Manager
My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 16GB RAM, 1TBx1+2TBx2+4TBx2
Who is online
Users browsing this forum: No registered users and 26 guests