"James Barlow" <[EMAIL PROTECTED]> writes:

> I'm using Unattended 4.2c with the Linux boot disk. I'm interested
> in trying to fiddle things so that I can use a single $oem$
> directory regardless of whether I'm loading Win2k Pro, or Win2K
> Server or Win XP.  I was hoping I'd be able to do something with
> symbolic links.

You mean you want to share the drivers themselves?  Does that always
work?

> As a quick test, exiting from install.pl after boot and running "ln
> -s target source" comes back with an error "Operation not
> permitted", which could be because my install share is on a Windows
> 2000 server.

Yeah, the symlinks need to be on the server.  You could certainly do
this with a Linux server...

> E.g. From the mapped Z:\ drive, change a file name from 'foo' to
> 'bar'.  Go over the linux console, and run 'ls /z' - the listing
> will still say "foo". But you can "cat bar" to get the contents. Not
> exactly a major problem, but it seems odd. Does anyone know why this
> happens?

We set the cache timeout very high on the smbmount command.  (Search
for "ttl" in /etc/master.)  This is just for performance; there is no
particular reason.  You can use z_opts=ttl=5000 or somesuch to
override the setting from the kernel boot prompt (or in the DHCP
option).  The TTL value is in milliseconds.

Unfortunately, I have no simple suggestion for doing what you are
asking.  I would normally use a Linux file server and just create a
symlink there.

 - Pat


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
unattended-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to