SCIENTIFIC-LINUX-USERS Archives

July 2008

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Urs Beyerle <[log in to unmask]>
Reply To:
Urs Beyerle <[log in to unmask]>
Date:
Sun, 27 Jul 2008 23:59:19 +0200
Content-Type:
text/plain
Parts/Attachments:
text/plain (38 lines)
Adam Timol wrote:
> hello
>
> I've been trying to make a SL usb and I am stuck at 'Either mount the 
> LiveCD/DVD directly or...' stage under 'Copy LiveCD data' on the page 
> file:///usr/share/doc/livecd/usbdisk.html
>
> # mount -o loop mini_livecd_SL42_2006-03-28.iso  
> returns:
> mini_livecd_SL42_2006-03-28.iso: No such file or directory

You should do a "cd" to the directory where you have downloaded the iso 
image first. And you have to be root to do a loop mount.

# su -
# cd /home/sluser    (<-- if this is the place of your iso image)
# mkdir -p /mnt/iso
# mount -o loop mini_livecd_SL42_2006-03-28.iso /mnt/iso


>  How can I get the command line to recognise its presence on my system?
>

# ls mini_livecd_SL42_2006-03-28.iso
or just
# ls
do show all files in the current directory.


By the way, if you are doing this on a running LiveCD system, the CD is 
already mounted under /livecd/live/livecd/hdc - assuming your CD-ROM is 
the third IDE device (hdc).


Cheers,

    Urs

ATOM RSS1 RSS2