Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. # mkdir -p /mnt/disk
  2. # mount -o loop R2014a_UNIX.iso /mnt/disk
  3. # cd /mnt/disk
  4. # ls -l
  5. # ./install
  6.  
  7. mkdir /mnt/matlab
  8. mount -o ro,loop ./R2014a_UNIX.iso /mnt/matlab
  9. /mnt/matlab/install
  10. umount /mnt/matlab
  11.  
  12. # mkdir /opt/matlab
  13. # mount -o ro,loop ./R2014a_UNIX.iso /media/cdrom
  14. # /media/cdrom/install
  15. # umount /media/cdrom
  16.  
  17. # mount -o ro,loop ./R2014a_UNIX.iso /mnt/matlab
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement