OS모아
OS모아[가입] 로그인 / 회원가입   검색     


  
리눅스
 

윈도우용 ntfs 하드디스크를 리눅스용 ext4로 포멧하기
2020-06-25 06:01:06 댓글:(0)   조회:3179
 

 
윈도우용 ntfs 하드디스크를 리눅스용 ext4로 포멧하기



# fdisk -l




Command (m for help): m


~# fdisk /dev/sdb

Command (m for help): d
Partition number (1-4, default 4): 4
   Partition 4 has been deleted.

Command (m for help): d
Partition number (1-3, default 3):
   Partition 3 has been deleted.

Command (m for help): d
Partition number (1,2, default 2): 2
  Partition 2 has been deleted.

Command (m for help): d
Selected partition 1
Partition 1 has been deleted.

Command (m for help): n
Partition number (1-128, default 1):
First sector (34-1953525134, default 2048):
Last sector, +sectors or +size{K,M,G,T,P} (2048-1953525134, default 1953525134):
Created a new partition 1 of type Linux filesystem and of size 931.5 GiB.
Partition #1 contains a ntfs signature.

Do you want to remove the signature? [Y]es/[N]o: Y
The signature will be removed by a write command.

Command (m for help): n
Partition number (2-128, default 2):
First sector (34-2047): 34
Last sector, +sectors or +size{K,M,G,T,P} (34-2047, default 2047):
Created a new partition 2 of type Linux filesystem and of size 1007 KiB.

Command (m for help): n
Partition number (3-128, default 3):
No free sectors available.

Command (m for help): w
The partition table has been altered.
Calling ioctl() to re-read partition table.
Syncing disks.




# fdisk -l


# mkfs.ext4 /dev/sdb1
root@s1800:~# fdisk -l /dev/sdb
Disk /dev/sdb: 931.5 GiB, 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
Disklabel type: gpt
Disk identifier: 847F7D3F-9AAB-441A-8EC0-B888DD38A649
Device     Start        End    Sectors   Size Type
/dev/sdb1   2048 1953525134 1953523087 931.5G Linux filesystem
/dev/sdb2     34       2047       2014  1007K Linux filesystem









. 


[이전글]  우분투 18.04 인터넷 연결 애러(ubuntu network error)
[다음글]  HeidiSQL - 윈도우즈용 mariaDb 관리용 클라이언트


 
댓글쓰기는 회원(로그인 하신분) 이상 가능합니다.


 댓글 (0)

  
리눅스
페이지: 1 / 12   

 우분투 다운로드 사이트
열람:2384   2022.12.11


 리눅스 - 일반 사용자에 root 권한 부여하는 방법
열람:19859   2021.07.21


 울트라에디터 - 리눅스 원격 접속으로 문서편집 하기 (vi 대용)
열람:4325   2021.07.21


 시간설정 - 우분투 시간확인, 시간설정, 시간 동기화 방법
열람:2587   2021.03.15


 putty - 리눅스 원격 터미널 글자크기, 글꼴 바꾸기
열람:3098   2021.03.15


 우분투 18.04 인터넷 연결 애러(ubuntu network error)
열람:2394   2020.12.28


 윈도우용 ntfs 하드디스크를 리눅스용 ext4로 포멧하기
열람:3180   2020.06.25


 HeidiSQL - 윈도우즈용 mariaDb 관리용 클라이언트
열람:2119   2020.01.15


 VMware Player 에 CentOS 8 환경설정
열람:2796   2019.10.17


 centOS 8 설치 USB 메모리 만들기
열람:3283   2019.10.16



[1]  [2]  [3]  [4]  [5]  

복수단어 검색은 공백(space)로 구분해 주세요.




 
최근 글 [손님]
 
인기 글 [손님]
[홈마스타] (1) oledb 접근 오류
[예진아씨] 자료없음