Re: [Astlinux-users] Additional drive

2014-04-22 Thread Michael Knill
No it's really just a one off. Thanks so much Lonnie for your info. Regards Michael Knill Sent from my iPhone > On 23 Apr 2014, at 1:02 am, Lonnie Abelbeck wrote: > > Hi Michael, > > You could use either /mnt/kd/rc.elocal or /mnt/kd/rc.local . > > /etc/fstab is symlinked to /tmp/etc/fstab

Re: [Astlinux-users] Additional drive

2014-04-22 Thread Lonnie Abelbeck
Hi Michael, You could use either /mnt/kd/rc.elocal or /mnt/kd/rc.local . /etc/fstab is symlinked to /tmp/etc/fstab and dynamically built on startup via the /etc/rc script. The following *untested* snippet is how I would do it... == ## ## Mount a drive via /mnt/kd/rc

[Astlinux-users] Additional drive

2014-04-22 Thread Michael Knill
To the group I know this is a noob question but what is the correct way to add a drive in Astlinux? I mounted it in rc.elocal and it works fine but is this the right thing to do? I assume I cant touch fstab. Regards Michael Knill --