Linux install

About Me

Name: Roger Li
Location: United States

View my complete profile

Recent Posts

  • linux boot sequence
  • linux kernel image compile
  • BASH script quick reference
  • how to setup no-password ssh login
  • /sbin/chkconfig --list --checking what services ar...
  • How to compile Madwifi package
  • How to cross compile ZLIB, OPENSSL, OPENSSH
  • how to setup uboot enviroment variable for linux b...
  • flash unitil tools: flashcp,flash,erase,mkfs.jffs2...
  • How to create an account on linux(username, passwo...

Archives

  • May 2004
  • June 2004
  • July 2004
  • June 2005
  • October 2007
  • December 2007
  • February 2008
  • March 2008
  • May 2008
  • Current Posts

Powered by Blogger

Wednesday, October 03, 2007

mounting ISO image on linux

2) Create the directory for mount point:

-> mkdir -p /mnt/disk

3) Mount the iso image on the disk

-> mount -o loop disk1.iso /mnt/disk

4) check the mount system

-> cd /mnt/disk
-> ls -l

posted by Roger Li | 3:36 PM | 0 comments