On 05/08/2013 06:02 PM, Mikkel L. Ellertson wrote:
One you have partitioned and formated the drive, you will have to
add it to /etc/fstab if you want it mounted automatically. (I forget
the GUI tool that does that - I just edit it by hand...)

My experience with this is that systemd now has a separate "service" to mount each partition, and that any that you add after don't get mounted. In the past, I've added this little script to /etc/rc.d/init.d to get them mounted properly:

#!/bin/bash

mount -a

However, I'm sure there's a way to create the services needed, I just don't know it off-hand.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to