4월, 2014의 게시물 표시

[Ubuntu] 하드디스크 새로 추가, 제거, 포맷

이미지
gparted를 받아서 설치하면 됩니다. gparted는 GParted  is a  GTK+  front-end to  GNU Parted  and the official  GNOME  Partition Editor application besides  Disks . It is used for creating, deleting, resizing, moving, checking and copying  partitions , and the  file systems  on them. This is useful for creating space for new operating systems (works with Windows Vista / 7 System & Data partitions), reorganizing disk usage, copying data residing on hard disks and mirroring one partition with another (disk imaging). #  http://en.wikipedia.org/wiki/GParted 이라고 합니다. 즉 GUI로 구현한 디스크 파티션 프로그램입니다. $ sudo apt-get install gparted you must specify the filesystem type had trouble writing out superblocks. 등의 문제를 모두 해결해줍니다. 저는 sdb1을 추가해주려고 했습니다. 1. 오른쪽 상단에서 sdb를 선택 2. 장치(Device) -> 새 파티션 테이블 만들기 3. 아래에서 /dev/sdb 우클릭, 다음으로 포맷 -> ext4 4. 위 메뉴에서 초록색? v(체크표시) 클릭 -> 진행 됩니다. 그리고 $ sudo mkdir /data # 여기서 data는 마운트할 ...