Laptops :: mounting pcmcia cdrom
I have booted my IBM Thinkpad 701C with 'Tomsrtbt' bootfloppy. It recognises my pcmcia cdrom.
With what command do I mount this cdrom? "mount /dev/??"
Thanks!
hi
try
cat /proc/partitions
should show something like
/dev/sda or similar
then do a mount /dev/sda /mnt/cdrom
that should do the trick
greets
original here.