Changes

From Amahi Wiki
Jump to: navigation, search
no edit summary
=Adding the drive to your HDA=
Normally to add a drive to Amahi, you would run the script '''hda-diskmount''', which searches for any unmounted drives and mounts them. Unfortunately, this script doesn't yet cater for GPT partitions. It runs an '''fdisk -l''' and searches out drives with a Linux system type, and with what it finds it mounts any that aren't mounted.
If we run '''fdisk -l''' by itself, we will see that our new drive doesn't return a system type of 'Linux', instead it returns 'GPT' as well as a warning:
}}
So hda-diskmount correctly ignores the drive. You can either [http://forums.amahi.org/viewtopic.php?f=15&t=2326 fix hda-diskmount], or you can manually mount the drives with the instructions below.
First we make our mount point
4

edits