Mount a drive or volume to use with Amahi home server
How to mount a drive or volume to be accessible by Amahi home server: First you need to find out what the volume is called within Fedora. To list the drives recognized by the system type the following in terminal: [bash]ls /dev/sd*[/bash] Let’s say you want to mount the volume named “sdb1”, then use: [bash]mount […]