This Blog is about new technologies, Linux, Sysadmin, Devops, Programming, AWS, Cloud platforms, HP, Hardware, Tech news, Networking, How tos, Configurations, Apache, PHP, Java, Kubernetes, Docker, Openstack, MySQL,
Wednesday, August 11, 2010
Mount ISO images on Linux
Subject: Mount ISO images on Linux
Run as root (or superuser): mount -o loop -t iso9660 <path-to-iso-image> <mount-point>
No comments:
Post a Comment