squiffiness
Unregistered
|
|
Posted: Jan. 23 2006,12:58 |
|
Quote (cbagger01 @ Jan. 22 2006,22:58) | Does adding:
mount /mnt/hda1
(or equivalent device location)
to your /opt/bootlocal.sh
help? |
CBagger,
Thanks for the reply...something I considered.
I'm not sure whether adding a mount command to bootlocal.sh is the right way to go for me.
If one looks at the various /etc/rcX.d directories, particularly for runlevel 2 and 5, you will see that bootlocal.sh runs as a symlink as 'S99bootlocal'
Effectively, in my _specific_ setup, I'd have the mount command, the samba startup and then another piece of perl-based software starting all around the same time as S99 scripts. I also do _not_ do autologin, instead waiting in runlevel 2 at the command prompt...so having stuff run as initscripts rather than a shell script at S99 is still a problem.
As such, since the sequence needs to be:
1) mount /dev/hdaX 2) form the samba share mounted at /share/music 3) start the open source perl-based software
Having them fire up almost simultaneously is a problem.
I've tried modifying my /etc/fstab manually to add the share, but for some reason (that may be specific to Knoppix variants), it doesn't appear to mount the share.
The /etc/fstab entry for the drive is as follows:
Code Sample | /dev/hdaX /share/foo ext3 defaults 0 0
|
This has worked in all my other Linux variants to mount such a partition on boot...so why not here?
Desperately seeking sharemount.
Squif
|