View Single Post
  #9   (View Single Post)  
Old 26th May 2010
mindoverflow mindoverflow is offline
New User
 
Join Date: May 2010
Posts: 1
Default

Try:

Code:
cat /boot/config-2.6.24-16-generic | grep CONFIG_EFS_FS
if it says:
Code:
CONFIG_EFS_FS=m
and

Code:
cat /boot/config-2.6.24-16-generic | grep CONFIG_SGI_PARTITION
says:
Code:
CONFIG_SGI_PARTITION=y
Then your system is able to mount efs disks. Use the following:

Code:
mount -t efs -o loop /dev/cdrom /cdrom
This works perfectly on Ubuntu. Change the /dev/cdrom to the appropriate according to your system.

Good luck, tschüss
Reply With Quote