exFATの方がいいらしけど、まだCentOS7は未対応らしいので、NTFSでSSDをマウント・・・
できなかったので、rpmforgeリポジトリーからntfsprogsパッケージを追加
※RPMforgは 2016年7月20日頃から使用不可
# yum install ntfsprogs
# dmesg で観ると・・・
[ 4123.496919] sdb: sdb1 sdb2 sdb3 sdb4
候補4つ
# mount -t ntfs /dev/sdb1 /mnt
# ls -l
Recovery System Volume Information
多分違う。
# mount -t ntfs /dev/sdb2 /mnt
NTFS signature is missing.
Failed to mount ‘/dev/sdb2’: 無効な引数です
The device ‘/dev/sdb2’ doesn’t seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
多分違う。
# mount -t ntfs /dev/sdb3 /mnt
NTFS signature is missing.
Failed to mount ‘/dev/sdb3’: 無効な引数です
The device ‘/dev/sdb3’ doesn’t seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
多分違う。
# mount -t ntfs /dev/sdb4 /mnt
# ls -l /mnt
合計 0
drwxrwxrwx 1 root root 0 11月 3 07:37 System Volume Information
正解らしい。
# umount /mnt
# mkdir /mnt/usbSSD
# mount -t ntfs /dev/sdb4 /mnt/usbSSD
# df -H
ファイルシス サイズ 使用 残り 使用% マウント位置
/dev/mapper/centos-root 41G 32G 8.3G 80% /
devtmpfs 1.7G 0 1.7G 0% /dev
tmpfs 1.8G 4.1k 1.8G 1% /dev/shm
tmpfs 1.8G 9.0M 1.7G 1% /run
tmpfs 1.8G 0 1.8G 0% /sys/fs/cgroup
/dev/sda2 521M 126M 396M 25% /boot
/dev/sda1 210M 10M 200M 5% /boot/efi
/dev/mapper/centos-home 20G 34M 20G 1% /home
/dev/sdb4 64G 102M 64G 1% /mnt/usbSSD
# umount /mnt
# mount -t ntfs -o umask=0666 /dev/sdb4 /mnt/usbSSD
# mount
・・・
/dev/sdb4 on /mnt/usbSSD type fuseblk (rw,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096)
# vi /etc/ftab
/dev/sdb4 /mnt/usbSSD ntfs umask=0666 1 1
これで何とか・・・
あ、ファイルが全部root権限!
fdiskでパーテーションを作り直し、mkfs でext3にフォーマットしなおしてfstabも書き換えて・・・
chmod 0777
chown qemu.qemu
してやっと virsh start Windows してくれました。
何と云ってもこのnucで、Windows10とCentOS7(このブログ)を両方同時に動くのが凄いですね。
ゲームPCもCentOS7ベースのKVMでマルチできないかな? (笑