With Fedora Core 4 ---- how to access CD during post installation

Mogens Kjaer mk at crc.dk
Tue Dec 6 12:13:54 UTC 2005


jing han wrote:
...
> 
> I found "mount -t iso9660 /dev/hda /tmp/one >/dev/null
> 2>&1" doesn't work for me, which means I cannot copy
> myCustom.tgz to hard drive.

I use a mount in %post in my kickstart file, however,
this is for mounting an NFS drive during a network install.

It works fine.

Could you change the line into:

mount -t iso9660 /dev/hda /tmp/one >/root/mount.log 2>&1

and look into /root/mount.log after reboot and see if there's an error
message?

Maybe it's because /dev/hda is already mounted?

Try adding a

df >/root/df.log 2>&1

and see which mounts are available.

Mogens

-- 
Mogens Kjaer, Carlsberg A/S, Computer Department
Gamle Carlsberg Vej 10, DK-2500 Valby, Denmark
Phone: +45 33 27 53 25, Fax: +45 33 27 47 08
Email: mk at crc.dk Homepage: http://www.crc.dk




More information about the users mailing list