Two HDs

Joe Zeff joe at zeff.us
Thu May 9 01:46:18 UTC 2013


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.


More information about the users mailing list