SOLVED: A few problems post installation
Posted: Tue Nov 10, 2015 10:09 am
Hello,
I have just moved from amahi 6.3 Ubuntu version to the lastest version. I am experiencing a few difficulties.
The first is to do with the disk wizard. I used this to mount 4 HDD which contained greyhole data. I have checked and they are mounted in /var/hda/files/drives/driveX. I can see the gh folder and the files inside; however,
The drives are not showing up at the address: http://hda/tab/disks. but,
The partitions on the disk are visible at: http://hda/tab/disks/mounts
This has me confused somewhat, are the disks mounted correctly? my fstab if that helps:
The second concern is that in the greyhole UI at http://hda/tab/pooling each of my drives is showing up twice. This problem concerns me much more that the first as I'm a bit worried my data may go AWOL. None of it is important but it would be an inconvenience to have to replace it.
I have just moved from amahi 6.3 Ubuntu version to the lastest version. I am experiencing a few difficulties.
The first is to do with the disk wizard. I used this to mount 4 HDD which contained greyhole data. I have checked and they are mounted in /var/hda/files/drives/driveX. I can see the gh folder and the files inside; however,
The drives are not showing up at the address: http://hda/tab/disks. but,
The partitions on the disk are visible at: http://hda/tab/disks/mounts
This has me confused somewhat, are the disks mounted correctly? my fstab if that helps:
Code: Select all
#
# /etc/fstab
# Created by anaconda on Tue Nov 10 11:37:30 2015
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/mapper/fedora--server-root / ext4 defaults 1 1
UUID=52bccceb-1552-4118-aef2-7636e32e082d /boot ext4 defaults 1 2
/dev/mapper/fedora--server-home /home ext4 defaults 1 2
/dev/mapper/fedora--server-swap swap swap defaults 0 0
# from right to left looking at the cabinet
UUID=0c03aa05-1873-4d60-9b82-dc146686855f /var/hda/files/drives/drive1 auto auto,rw,exec 0 0
UUID=7039bbff-c3f6-4d61-9c87-8894173fcc6b /var/hda/files/drives/drive2 auto auto,rw,exec 0 0
UUID=f0da4ae6-bb64-4ab2-b0a2-6bf4f5d5e04a /var/hda/files/drives/drive3 auto auto,rw,exec 0 0
UUID=cd6aa148-a150-43ea-8582-327b247f869b /var/hda/files/drives/drive4 auto auto,rw,exec 0 0