計算機 とその hd ディスク の レイアウト を みておきます。
計算機 ” product: NC909AA-ABJ p6090jp (NC909AA#ABJ) ”に ついて は 見てのとおりです。
/dev/sdb5 を mount します。
root@psda7n77:~# mount /dev/sdb5 /mnt/sdb5 root@psda7n77:~# cat /mnt/sdb5/etc/os-release NAME="Linux From Scratch" VERSION="10.0" ID=lfs PRETTY_NAME="Linux From Scratch 10.0" VERSION_CODENAME=" nyantarou" root@psda7n77:~# du -h /mnt/sdb5 ... 5.2G /mnt/sdb5
容量を 確認
root@psda7n77:~# mount /dev/sdh2 /mnt/usb/ root@psda7n77:~# df | sed 2,5d Filesystem 1K-blocks Used Available Use% Mounted on /dev/sdb5 30832636 5450272 23809500 19% /mnt/sdb5 /dev/sdh2 7218560 16328 6832212 1% /mnt/usb
勝手に いけるとかんがえます。
$ bc -lq 6832212*1024/1024/1024/1024 6.51570510864257812500 5.2/6.5*100 80.00000000000000000000
まあ 90% 以下になる予定 です。
時間がかかります。
root@psda7n77:~# time cp -av /mnt/sdb5/* /mnt/usb/ ... real 39m54.129s user 0m3.028s sys 0m31.177s root@psda7n77:~# df | sed 3,5d Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 186317860 33188392 143732988 19% / /dev/sdb5 30832636 5450272 23809500 19% /mnt/sdb5 /dev/sdh2 7218560 5420888 1427652 80% /mnt/usb root@psda7n77:~# umount /mnt/usb/ root@psda7n77:~# umount /mnt/sdb5
コピー 完了 まあ 予定 通り と考えています。
にゃんたろう 拝!
2022年 8月 20日 土曜日 21:02:15 JST 作成