Hi Beginner,

Thanks for your hint. I tried it out and it worked
okay for DOS disks. Now... is there any solution for
ext2 disks? Unfortunately, nbd doesn't seem to work
and it's really easy to hung the server... :(

Thanks,
Yao Ko

--- Beginner <[EMAIL PROTECTED]> wrote:
>  zhang,
> 
> here's how i did to make local floppy access:
> 
> To have local floppy access, it needs a daemon
> (floppyd)
> which can be found in mtools.rpm. After you have it
> installed, do this on the server: 
> ===
> # cp /usr/bin/floppyd /tftpboot/lts/ltsroot/bin 
> # cd /tftpboot/lts/ltsroot/lib 
> # cp /usr/lib/libnsl.so libnsl.so.1 
> # cp /usr/X11R6/lib/libSM.so.6 ./ 
> # cp /usr/X11R6/lib/libICE.so.6 ./ 
> ===
> Then add these lines to
> /tftpboot/lts/ltsroot/etc/rc.local
> before ``Build the start_ws script'' section:
> ===
> RUN_FLOPPYD=`get_cfg RUN_FLOPPYD N` 
> 
> if [ "${RUN_FLOPPYD}" = "Y" ]; then 
>         echo "Running floppyd" 
>         /bin/floppyd -d /tmp/fd0 
> fi 
> ===
> Also, these line to
> /tftpboot/lts/ltsroot/etc/lts.conf in
> ``Default'' section : 
> ===
> RUN_FLOPPYD = Y 
> ===
> Create .mtoolsrc file in your home directory: 
> ===
> drive a: file="$DISPLAY" remote 1.44m mformat_only 
> ===
> To test it, you could run mdir, mformat, mcopy, etc.
> Or you
> can install MToolsFM rpm package
> (http://www.core-coutainville.org/MToolsFM/) to make
> it
> esier.
> 
> This isn't yet work accessing cdrom. I hope that'll
> help
> you.
> 
> Dida
>
---------------------------------------------------------
> JADI PINTAR BERSAMA NETKUIS INSTAN
> (http://netkuis.plasa.com)
> Email ini dikirim oleh PlasaCom :
> http://www.plasa.com
> Cari Kawan Lama Satu Alumni : http://ksi.plasa.com
> Informasi Tagihan Telepon :
> https://billinfo.plasa.com
> Belanja di Toko-Toko Online : http://toko.plasa.com
>
---------------------------------------------------------
> 
> 
>
_____________________________________________________________________
> Ltsp-discuss mailing list.   To un-subscribe, or
> change prefs, goto:
>      
>
https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
> For additional LTSP help,   try #ltsp channel on
irc.openprojects.net


=====
--
Yao Ko

_______________________________________________________
Do You Yahoo!?
Get your free @yahoo.ca address at http://mail.yahoo.ca

_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.openprojects.net

Reply via email to