摘要:
mount -t ntfs-3g /dev/sdb7 /mnt/udrive/ fdisk /dev/sdb p mount -t ntfs-3g /dev/sdb7 /mnt/udrive/ lsblk d 回车 n w mkfs -t xfs /dev/sdb df -h lsblk mount 阅读全文
摘要:
import asyncio from pyppeteer import launch import logging from pyppeteer.errors import TimeoutError import json from os import makedirs from os.path 阅读全文