simple question: Mount a CD-Rom or USB-Stick

Hello,

How can I mount a IDE CD-Rom or an USB-Stick under the ASL 4.016? I have test this command:

Mount -t ISO9660 /dev/hda1 /mnt/cd-rom

I become an Error Message that the Device is Block ! What is rong on this command ??

Zahny   
Parents
  • Mount -t ISO9660 /dev/hda1 /mnt/cd-rom 
    This command wil mount your disk, if you run  
    Code:
     df -h 

     you will se somthing like this, if take a closer look at the left side, you can se that the device for my hard drive is hda
    Code:

    /dev/hda7             541M  242M  272M  47% /
    /dev/hda1             310M   17M  276M   6% /emergency
    /dev/hda3             6.1G   47M  5.7G   1% /var/log


    you need to find the device for your cdrom, but your commend is fine btw    
Reply
  • Mount -t ISO9660 /dev/hda1 /mnt/cd-rom 
    This command wil mount your disk, if you run  
    Code:
     df -h 

     you will se somthing like this, if take a closer look at the left side, you can se that the device for my hard drive is hda
    Code:

    /dev/hda7             541M  242M  272M  47% /
    /dev/hda1             310M   17M  276M   6% /emergency
    /dev/hda3             6.1G   47M  5.7G   1% /var/log


    you need to find the device for your cdrom, but your commend is fine btw    
Children
No Data