13,009
回編集
149行目: | 149行目: | ||
openSUSE Tumbleweed (PinePhone)の環境を終了する場合は、ターミナルから<code>exit</code>コマンドを実行した後、<br> | openSUSE Tumbleweed (PinePhone)の環境を終了する場合は、ターミナルから<code>exit</code>コマンドを実行した後、<br> | ||
openSUSE Tumbleweed (PinePhone)のイメージファイルをアンマウントする。<br> | openSUSE Tumbleweed (PinePhone)のイメージファイルをアンマウントする。<br> | ||
sudo umount - | sudo umount -dfl /mnt/sys && \ | ||
sudo umount -dfl /mnt/dev/pts && \ | |||
sudo umount -dfl /mnt/dev && \ | |||
sudo umount -dfl /mnt/proc && \ | |||
sudo umount -df /mnt | |||
<br><br> | <br><br> | ||