TOP ▲
itcore TOP
> TIPS
> iso.php
タグ:linux iso mount マウント linux isoファイルをマウントする。 | itcore 2019年
PCのローカルDISKにisoファイルをダウンロードする。xxx.iso
teratermのssh scpなどでサーバにアップロードする。/root/xxx.iso
# mkdir /mnt/cdrom
# mount -o loop -t iso9660 /root/xxx.iso /mnt/cdrom
必要であればサーバにコピー
# cp -rp /mnt/cdrom /root/xxx
# umount /mnt/cdrom