This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

I can't mount the floppy and the cdrom,Please help me!

Did you follow the instruction on how to burn a ASL image onto a CD?  If you did it, all you need to do is ensure that during bootup sequence on your computer, it boot from CD first.


This thread was automatically locked due to age.
Parents
  • I already have astaro installed and running, however, I want to be able to access any floppy or CD in case I need to make some copying.

    I can not find any "/cdrom" listed but created one.  Though, "/floppy" is listed but I do not get any listing by typing "ls" when a diskette is inserted.

    The commands I used were:
    mount -tiso9660 /dev/scd0 /cdrom
    mount -tmsdos /dev/fd0 /floppy
    mount -tvfat /dev/fd0 /floppy

    I always get the error message that the kernel does not the fs types I was trying to use: iso9660, msdos, vfat.

    In that case, how can I copy files from the floppy or CDROM to the hard disk on astaro

    [ 12 May 2002: Message edited by: ao ]

  • To ao and JiaJunFei,
    on ASL you cannot mount Cd-rom and floppy drives
    for some security reasons, to copy anything you want you can use "scp" for ASL 2.0xx,in the new version 3.xxx there is this one in ASL.

    ciao
  • micio,

    Could you please clarify further how the "scp" command is to be used since I can neither mount the floppy or cdrom.  

    For example, copying a file from the CDROM to astaro.
  • hi,
    "scp" is a good little program that you can install in win machine, follow the how-to (you can reach on the net all to resolve your problems, make a search on altavista for "scp").

    ciao
    P.S.: if you wait for 3.200 final you don't need to learn "scp",it is inside.
  • Try this link for SCP for windows: http://winscp.vse.cz/eng/.

    You might also find a need to access the Astaro console from a client, in which case you can use Putty from:  http://www.chiark.greenend.org.uk/~sgtatham/putty/.

    Both of these utilities are free, intuitive, & have worked flawlessly for me in Windows 98 & Windows 2000.
Reply Children
  • Long shot but ...
    Here are my plans:
    1. edit lilo_config and change boot=/dev/hda to /dev/hda7 ( / partition).
    2. run lilo -r /emergency/boot to install lilo into root partition.
    3. dd if=/dev/hda7 bs=512 count=1 of=/linux.bin which will create boot sector I need for using with win2k ntloader.
    4. change lilo_cong back to oroginal and rerun lilo.
    5. use scp to copy linux.bin to my other pc.
    7. install win2k on second hard drive and put linux.bin on c: and add line to boot.ini to point to this file.
    All of this should work for me since I'm using asl for my home net and testing and run several os on same machine.

    Just an idea but maybe it will be helpfull to other people...