사용자 도구

사이트 도구


linux:partition

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
linux:partition [2020/07/26 16:48]
kwon37xi [Windows 8 사용시 NTFS 마운트 실패]
linux:partition [2021/05/05 22:28]
kwon37xi
줄 3: 줄 3:
   * [[https://wiki.archlinux.org/index.php/fstab|fstab]]   * [[https://wiki.archlinux.org/index.php/fstab|fstab]]
   * [[http://ubuntuforums.org/showthread.php?t=1490708|How To Add or Auto Mount Linux Partitions fstab with ownership change]]   * [[http://ubuntuforums.org/showthread.php?t=1490708|How To Add or Auto Mount Linux Partitions fstab with ownership change]]
 +  * [[linux:lvm|LVM]]
  
 ===== 파티션 정보 보기 ===== ===== 파티션 정보 보기 =====
줄 27: 줄 28:
 </code> </code>
   * [[https://askubuntu.com/questions/695645/cant-get-my-ntfs-partitions-uuid-in-15-10|mount - Can't get my ntfs partitions UUID in 15.10 - PARTUUID만 있고 UUID가 없을 때]]   * [[https://askubuntu.com/questions/695645/cant-get-my-ntfs-partitions-uuid-in-15-10|mount - Can't get my ntfs partitions UUID in 15.10 - PARTUUID만 있고 UUID가 없을 때]]
 +
 +===== EFI Partition =====
 +  * 대부분의 경우 EFI 파티션은 FAT32 로 512MB 정도로 설정해야 올바로 작동한다.
 +
 +===== ext4 mount =====
 +  * [[https://unix.stackexchange.com/questions/169300/how-should-i-mount-my-ext4-partition-in-fstab|how should I mount my ext4 partition in fstab - Unix & Linux Stack Exchange]]
 +  * ''blkdi'' 등으로 UUID 확인 후 ''/etc/fstab'' 설정
 +<code>
 +UUID=<UUID>    </mnt/point>   ext4    rw,relatime,discard      2
 +
 +</code>
 +
 ===== ntfs mount ===== ===== ntfs mount =====
   * [[https://wiki.archlinux.org/index.php/NTFS-3G|Arch NTFS-3G]]   * [[https://wiki.archlinux.org/index.php/NTFS-3G|Arch NTFS-3G]]
linux/partition.txt · 마지막으로 수정됨: 2023/12/07 10:56 저자 kwon37xi