Mule
Group: Members
Posts: 13
Joined: April 2006 |
|
Posted: May 07 2006,03:50 |
|
Hi,
I use Samba to map to a Windows server after booting into DSL.
Samba can create a 'mountscript' which is the CLI command to mount the share. It looks like this:
#! /bin/sh # SMB mount script # created by LinNeighborhood smbmount //SERVER/Share /home/dsl/mnt/SERVER/Share -o username=myUsername%myPassword,ip=192.168.1.101,workgroup=SERVER
How can I get this mountscript to run automatically ever time I reboot DSL?
I can't edit fstab because it's in the KNOPPIX compressed image.
Is there another approach I'm overlooking? Thank you DSL gurus!!
PS: I have Samba install itself via myDSL if it matters. I assume this script has to run sometime after myDSL loads all of the extensions...
PPS: The 'Memorize Mount Shares / Remount on next Startup' option available through the Samba Preferences menu does not appear to work. I'm unsure why...
|