Wednesday, May 2, 2012

Mount ISO AIX 6.1

To mount ISO


loopmount -i /iso/dvd.iso -l loop0 -o "-V cdrfs -o ro" -m /mnt/dvd

To umount ISO


loopumount -l loop0 -m /mnt/dvd

If you get a message stating that Specified Loopback device is not found in ODM then you can run this command to make a loopback device.


mkdev -c loopback -s node -t loopback

Related Posts:

  • Fusion Table API Insert Data PythonMe and a buddy have been hacking at this Google Fusion API for a couple days now trying to figure it out. We finally had a break through. He sent me h… Read More
  • Link Dump 1/11/2016 The driverless taxis are coming - http://www.theverge.com/2016/1/4/10706250/gm-lyft-driverless-cars-ride-sharing-investment Interesting Tech Predict… Read More
  • Earthquake Data JSON feedPreviously on the blog I consumed earthquake data from a CSV produced by the USGS website. Recently I revisited the USGS website and worked on consumi… Read More
  • Twitter Sentiment with Python Part 2Earlier I blogged about grabbing some tweets from Twitter and running them through a text sentiment analysis module using Python. I recently revisited… Read More
  • Link Dump 1/4/2016 Stumbled on this guideline last week. - http://www.brentozar.com/archive/2014/05/much-memory-sql-server-need/  Cool Raspberry Pi project - … Read More

0 comments:

Post a Comment