Page 1 of 2

Newbie question

Posted: Tue Nov 27, 2012 7:36 am
by fost
Hello,

Sorry for my english ( i am a french guy). I just finished to setup Amathi on Ubuntu 12.4. I can see my storage pool disk. The problem is when i connect to hda i cannot see no files at all. I have a disk in the pool storage that contains movies, music and other stuff. Samething if i get to hda from windows explorer, no files. I probably missed something My drives in FSTAB are somthing like this:

# Drive1 = Seagate-Alpha2TB in Microserver Bay 1 from left
UUID=55d9333f-d801-425a-b2af-d65c5966d56f /var/hda/files/drives/drive1 ext4 defaults 1 2
#
# Drive2 = Seagate-Beta2TB in Microserver Bay 2 from left
UUID=5bd5498f-30c1-4780-948e-ca46656507d2 /var/hda/files/drives/drive2 ext4 defaults 1 2
#
# Drive3 = WD-Charlie2TB in Microserver Bay 3 from left
UUID=a7337504-376a-4d36-9f7a-1a24c0f55fbd /var/hda/files/drives/drive3 ext4 defaults 1 2
#
# Drive4 = WD-Delta2TB in Microserver Bay 4 from left
UUID=8d881dcb-8de3-4621-b9bd-00025196868a /var/hda/files/drives/drive4 ext4 defaults 1 2
#
# Drive5 = 250GB OS Drive mounted in Optical Drive bay
UUID="4d6f8004-d190-4234-a03b-b68de988abf0 /var/hda/files/drives/drive5 ext4 defaults 1 2



Thank you.

Re: Newbie question

Posted: Tue Nov 27, 2012 9:54 am
by sgtfoo
Did you add shares in the HDA dashboard (web GUI)?
Are the drives all formatted as your FSTAB shows? (ext4)
Are the drives supposed to be in the storage pool ?
Is the pool set to be on? are the right drives added to said pool?

Check the wiki as well.

Re: Newbie question

Posted: Tue Nov 27, 2012 5:56 pm
by fost
All the things seems OK. The only thing i can see from windows network drive HDA is my ubuntu home folder under the share Fost wich is my ubuntu username.

Re: Newbie question

Posted: Tue Nov 27, 2012 6:24 pm
by bigfoot65
Did you try \\hda in the Windows "Run As" box? You should see all the shares unless there is something wrong with your install.

Re: Newbie question

Posted: Tue Nov 27, 2012 7:08 pm
by fost
I can see all the shares but i cannot see any files or directory except in share fost wich is my ubuntu username

Re: Newbie question

Posted: Tue Nov 27, 2012 8:49 pm
by bigfoot65
Check to ensure permissions are correct for all shares. The files in /var/hda/files should be owned by fost:users. If they are not, you can change it via:

Code: Select all

sudo chown -R fost:users /var/hda/files

Re: Newbie question

Posted: Wed Nov 28, 2012 5:59 am
by fost
I'll give it a try tognight.

TX

Re: Newbie question

Posted: Wed Nov 28, 2012 3:19 pm
by fost
Same problem. How come i can see in windows hda/fost share and all my /home/directories and files? My other share Movies,Pictures,Music.... are empty.

Re: Newbie question

Posted: Wed Nov 28, 2012 6:27 pm
by bigfoot65
Can you see files if you look at /var/hda/files/share? If you are using Greyhole, have you added the mount_shares_locally script? The wiki provides guidance if you need to install it.

I do not know otherwise what could be the issue. Seems like I have heard of this issue before, but do not recall the cause or resolution. Have you searched the forums?

Re: Newbie question

Posted: Thu Nov 29, 2012 5:55 am
by fost
In the file fstab, do the disks must be in order like sda => drive 1, sdb => drive2, sdc => drive 3 and so on. Because if il look in my storage pool drive 1 is at the third postion, drive 2 is at the fifth postion etc. Does it could be the problem?

tx