Search found 6 matches

by vladgur
Sun Apr 01, 2012 10:16 am
Forum: Storage Pooling/Greyhole
Topic: replacing failing main drive
Replies: 21
Views: 11691

Re: replacing failing main drive

wow!

everything seems fine:
Out of curiousity, how much time total did you spend replacing your failing drive.
Including research, trying different approaches, etc.
by vladgur
Sun Apr 01, 2012 12:22 am
Forum: Beginners and Newbies
Topic: How to remap/remount drives for better configuration
Replies: 3
Views: 2392

Re: How to remap/remount drives for better configuration

with the following disk mounting configuration:

/dev/sda1 on /boot type ext4 (rw)
/dev/sda3 on /var/hda/files type ext4 (rw)
/dev/sdb1 on /var/hda/files/drives/drive1 type ext4 (rw)


Where do you recommend placing a Time Machine backup file? I read that it should be outside of greyhole
by vladgur
Fri Mar 30, 2012 6:05 pm
Forum: Beginners and Newbies
Topic: How to remap/remount drives for better configuration
Replies: 3
Views: 2392

How to remap/remount drives for better configuration

Hi there! I finally have configured my HP Mediasmart-driven Amahi server to 95 of where I like it. dev/sda1 on /boot type ext4 (rw) /dev/sda3 on /var/hda/files type ext4 (rw) /dev/sdb1 on /var/hda/files/drives/drive1 type ext4 (rw) when I add a new disk and run hda-diskmount, it mounts it under /var...
by vladgur
Fri Mar 30, 2012 12:00 am
Forum: Applications
Topic: [SOLVED] Black Screen when connected to VNC app
Replies: 7
Views: 14048

Re: [SOLVED] Black Screen when connected to VNC app

Hey, EDIT: If you found this thread via search and used the Headless install, here's the solution: 1. Follow the "Method 1" steps on this page: http://wiki.amahi.org/index.php/VNC 2. As root, run the following: yum -y install xsetroot twm xterm gnome-session gnome-panel ConsoleKit nautilu...
by vladgur
Sun Mar 25, 2012 10:22 pm
Forum: Networking
Topic: Slow SMB Local Copy Performance
Replies: 10
Views: 6679

Re: Slow SMB Local Copy Performance

Unfortuantely I am no Greyhole expert, so what I have indicated is based on my experiences. The wiki is a little misleading. I have always worked with files on my box via the share (i.e. /var/hda/files/share). Maybe that was incorrect, but I have never had any issues. I have heard folks working wit...
by vladgur
Sun Mar 25, 2012 1:32 pm
Forum: Networking
Topic: Slow SMB Local Copy Performance
Replies: 10
Views: 6679

Re: Slow SMB Local Copy Performance

If using Greyhole, try installing the mount_shares_locally script. It can be found in the wiki. http://wiki.amahi.org/index.php/Mount_Shares_Locally Then when copying files, do it to the shares vs the /mnt/share. You should always work with the shares (/var/hda/files/sharename, not the samba mount ...