1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

AIXでISOマウント

Last updated at Posted at 2017-11-04

AIXでISOマウント

AIX6から

loopmount -i [iso file name¥] -o "-V cdrfs -o ro" -m [mount point]

AIX6以前だと

mklv -y cdlv -s n -L /dev/cdlv rootvg $(du -m [ISO image file] | awk ¥'{ print int($1+64)"M"}¥') hdisk0
lslv cdlv
dd bs=1M if=[ISO image file] of=/dev/cdlv
mount -v cdrfs -o ro /dev/cdlv [mount point] 

う~んloopmount便利ですね。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?