0

I downloaded Fallout 3 iso file and mounted and there isn't any files or folders. Size of iso file is 5.9 GB

righN
  • 31

1 Answers1

0

That ISO contains an UDF file system and it can be mounted using Furius ISO Mount. You can install it in Ubuntu from Software Center or from Terminal:

sudo apt-get install furiusisomount

When mounting the image, choose the loop method.

enter image description here

You will need root privileges.

After you're done with mounting you'll stumble on the next issue. Isn't that game a Windows only application? I guess you know how to use Wine.

Cornelius
  • 9,483
  • 4
  • 40
  • 62