![NTFS 파일 시스템을 마운트할 수 없으며 UUID를 찾을 수 없습니다.](https://linux55.com/image/97620/NTFS%20%ED%8C%8C%EC%9D%BC%20%EC%8B%9C%EC%8A%A4%ED%85%9C%EC%9D%84%20%EB%A7%88%EC%9A%B4%ED%8A%B8%ED%95%A0%20%EC%88%98%20%EC%97%86%EC%9C%BC%EB%A9%B0%20UUID%EB%A5%BC%20%EC%B0%BE%EC%9D%84%20%EC%88%98%20%EC%97%86%EC%8A%B5%EB%8B%88%EB%8B%A4..png)
C:\
RHEL 7에서 Windows를 로드하고 싶습니다 . 나 /etc/fstab
지금:
[root@localhost westerngun]# cat /etc/fstab
#
# /etc/fstab
# Created by anaconda on Mon Sep 19 00:25:05 2016
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/mapper/rhel-root / ext3 defaults 1 1
#/dev/sda7
UUID=8ce330c6-6f55-40b7-8f20-09b9981fc1ab /boot ext2 defaults 1 2
#/dev/sda4
UUID=42C7-F715 /boot/efi vfat umask=0077,shortname=winnt 0 0
/dev/mapper/rhel-home /home ext4 defaults 1 2
/dev/mapper/rhel-swap swap swap defaults 0 0
# C:\ in Windows 10.
#UUID=DE783A197839F13F /dev/sda3 ntfs defaults,windows_names 0 0
마지막 줄에 주석을 달았으니 참고하세요. 이 줄을 주석 처리한 후 를 실행하면 다음과 같은 fdisk -l
결과를 얻습니다.
[root@localhost westerngun]# fdisk -l
WARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own discretion.
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes, 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk label type: gpt
# Start End Size Type Name
1 2048 739327 360M EFI System EFI system partition
2 739328 1001471 128M Microsoft reser Microsoft reserved partition
3 1001472 1820127231 867.4G Microsoft basic Basic data partition
4 1820127232 1820639231 250M EFI System EFI System Partition
5 1924984832 1926711295 843M Windows recover Basic data partition
6 1926711296 1953523711 12.8G Windows recover Basic data partition
7 1820639232 1821151231 250M Microsoft basic
8 1821151232 1924984831 49.5G Linux LVM
Disk /dev/mapper/rhel-root: 16.0 GB, 16034824192 bytes, 31318016 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/mapper/rhel-swap: 17.4 GB, 17381195776 bytes, 33947648 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/mapper/rhel-home: 19.7 GB, 19742588928 bytes, 38559744 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
런타임 sudo blkid
:
[root@localhost westerngun]# blkid
/dev/sda1: LABEL="SYSTEM" UUID="C28C-7B9B" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="b1a4ddf9-30be-40e1-a999-537297adb9fd"
/dev/sda3: LABEL="Windows" UUID="DE783A197839F13F" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="d48db54e-be85-4159-ab1e-2984d53296fb"
/dev/sda4: SEC_TYPE="msdos" UUID="42C7-F715" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="d904afce-f412-469f-9d5e-ea702dd759ac"
/dev/sda5: LABEL="WINRE" UUID="74A00E9FA00E6846" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="74c18fc7-f9be-42de-8be7-e115d2f69a3e"
/dev/sda6: LABEL="Recovery Image" UUID="02E85FE9E85FD98D" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="f5129ec8-d418-45da-aed6-c15f079dabae"
/dev/sda7: UUID="8ce330c6-6f55-40b7-8f20-09b9981fc1ab" TYPE="ext2" PARTUUID="c02cce33-4891-40ff-b8b9-2f41a024f9ea"
/dev/sda8: UUID="Ae24dQ-T5jR-gfCF-XrbQ-BsiX-pgMF-FFjPRt" TYPE="LVM2_member" PARTUUID="c9e4b034-15d6-4e7d-9700-6fb7893c4a0a"
/dev/mapper/rhel-root: UUID="c4e1c73c-ca07-4f39-85d3-7b7ad9ff17fb" TYPE="ext3"
/dev/mapper/rhel-swap: UUID="24e048e2-9c35-44c8-8fec-c8822086d3bc" TYPE="swap"
/dev/mapper/rhel-home: UUID="a84c8d20-9e66-4cda-a316-5ff0569e8525" TYPE="ext4"
/dev/sda2: PARTLABEL="Microsoft reserved partition" PARTUUID="303ae459-d645-4340-a799-0eb7983d6995"
그리고 ls -l /dev/disk/by-uuid
:
[root@localhost westerngun]# ls -l /dev/disk/by-uuid
total 0
lrwxrwxrwx. 1 root root 10 Nov 6 00:58 02E85FE9E85FD98D -> ../../sda6
lrwxrwxrwx. 1 root root 10 Nov 6 00:58 24e048e2-9c35-44c8-8fec-c8822086d3bc -> ../../dm-1
lrwxrwxrwx. 1 root root 10 Nov 6 00:58 42C7-F715 -> ../../sda4
lrwxrwxrwx. 1 root root 10 Nov 6 00:58 74A00E9FA00E6846 -> ../../sda5
lrwxrwxrwx. 1 root root 10 Nov 6 00:59 8ce330c6-6f55-40b7-8f20-09b9981fc1ab -> ../../sda7
lrwxrwxrwx. 1 root root 10 Nov 6 00:59 a84c8d20-9e66-4cda-a316-5ff0569e8525 -> ../../dm-2
lrwxrwxrwx. 1 root root 10 Nov 6 00:58 C28C-7B9B -> ../../sda1
lrwxrwxrwx. 1 root root 10 Nov 6 00:58 c4e1c73c-ca07-4f39-85d3-7b7ad9ff17fb -> ../../dm-0
lrwxrwxrwx. 1 root root 10 Nov 6 00:58 DE783A197839F13F -> ../../sda3
위에서 우리는 다음을 알 수 있습니다.
/dev/sda3
WindowsC:/
파티션입니다(Windows 10에서 볼 수 있는 800GB 이상의 크기와 레이블로 판단Windows
). 이는 마운트하려는 파티션입니다.- UUID는 입니다
DE783A197839F13F
. - 이제 인식됨로드되지 않을 때
/etc/fstab
.
그러나 이 파티션을 로드하는 줄의 주석 처리를 제거 /etc/fstab
하고 a를 수행하면 sudo mount -a
위의 모든 내용이 변경됩니다.
[root@localhost westerngun]# vim /etc/fstab
[root@localhost westerngun]# fdisk -l
WARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own discretion.
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes, 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk label type: gpt
# Start End Size Type Name
1 2048 739327 360M EFI System EFI system partition
2 739328 1001471 128M Microsoft reser Microsoft reserved partition
3 1001472 1820127231 867.4G Microsoft basic Basic data partition
4 1820127232 1820639231 250M EFI System EFI System Partition
5 1924984832 1926711295 843M Windows recover Basic data partition
6 1926711296 1953523711 12.8G Windows recover Basic data partition
7 1820639232 1821151231 250M Microsoft basic
8 1821151232 1924984831 49.5G Linux LVM
Disk /dev/mapper/rhel-root: 16.0 GB, 16034824192 bytes, 31318016 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/mapper/rhel-swap: 17.4 GB, 17381195776 bytes, 33947648 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/mapper/rhel-home: 19.7 GB, 19742588928 bytes, 38559744 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
[root@localhost westerngun]# blkid
/dev/sda1: LABEL="SYSTEM" UUID="C28C-7B9B" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="b1a4ddf9-30be-40e1-a999-537297adb9fd"
/dev/sda4: SEC_TYPE="msdos" UUID="42C7-F715" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="d904afce-f412-469f-9d5e-ea702dd759ac"
/dev/sda5: LABEL="WINRE" UUID="74A00E9FA00E6846" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="74c18fc7-f9be-42de-8be7-e115d2f69a3e"
/dev/sda6: LABEL="Recovery Image" UUID="02E85FE9E85FD98D" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="f5129ec8-d418-45da-aed6-c15f079dabae"
/dev/sda7: UUID="8ce330c6-6f55-40b7-8f20-09b9981fc1ab" TYPE="ext2" PARTUUID="c02cce33-4891-40ff-b8b9-2f41a024f9ea"
/dev/sda8: UUID="Ae24dQ-T5jR-gfCF-XrbQ-BsiX-pgMF-FFjPRt" TYPE="LVM2_member" PARTUUID="c9e4b034-15d6-4e7d-9700-6fb7893c4a0a"
/dev/mapper/rhel-root: UUID="c4e1c73c-ca07-4f39-85d3-7b7ad9ff17fb" TYPE="ext3"
/dev/mapper/rhel-swap: UUID="24e048e2-9c35-44c8-8fec-c8822086d3bc" TYPE="swap"
/dev/mapper/rhel-home: UUID="a84c8d20-9e66-4cda-a316-5ff0569e8525" TYPE="ext4"
/dev/sda2: PARTLABEL="Microsoft reserved partition" PARTUUID="303ae459-d645-4340-a799-0eb7983d6995"
[root@localhost westerngun]# ls -l /dev/disk/by-uuid
total 0
lrwxrwxrwx. 1 root root 10 Nov 6 00:58 02E85FE9E85FD98D -> ../../sda6
lrwxrwxrwx. 1 root root 10 Nov 6 00:58 24e048e2-9c35-44c8-8fec-c8822086d3bc -> ../../dm-1
lrwxrwxrwx. 1 root root 10 Nov 6 00:58 42C7-F715 -> ../../sda4
lrwxrwxrwx. 1 root root 10 Nov 6 00:58 74A00E9FA00E6846 -> ../../sda5
lrwxrwxrwx. 1 root root 10 Nov 6 00:59 8ce330c6-6f55-40b7-8f20-09b9981fc1ab -> ../../sda7
lrwxrwxrwx. 1 root root 10 Nov 6 00:59 a84c8d20-9e66-4cda-a316-5ff0569e8525 -> ../../dm-2
lrwxrwxrwx. 1 root root 10 Nov 6 00:58 C28C-7B9B -> ../../sda1
lrwxrwxrwx. 1 root root 10 Nov 6 00:58 c4e1c73c-ca07-4f39-85d3-7b7ad9ff17fb -> ../../dm-0
lrwxrwxrwx. 1 root root 10 Nov 6 00:58 DE783A197839F13F -> ../../sda3
/dev/sda3
왼쪽. 마지막 줄:
lrwxrwxrwx. 1 root root 10 Nov 6 00:58 DE783A197839F13F -> ../../sda3
UUID는 DE783A197839F13F
빨간색입니다. 물론 C:\
아무것도 표시되지 않습니다.
그런데 Windows 10에서는 최대 절전 모드가 꺼져 있습니다.
또 이상한 점은 !에 지정되어 있지 sda5
않아도 설치하는데 문제가 없다는 것입니다.sda6
/etc/fstab
로드 하기에는 너무 큰지 생각하게되었습니다 C:\
.
편집하다:
stat /dev/sda3
I/O 오류 표시:
[root@localhost westerngun]# stat /dev/sda3
stat: cannot stat ‘/dev/sda3’: Input/output error
sudo partprobe
그렇게 했는데도 /dev/sda3
여전히 사라졌습니다. 빨간색 부분도 잘못 매핑된 것으로 확인되어 제거되었기 때문에 사라졌습니다.
누구든지 도와줄 수 있나요?