1개의 하드엔 OS를 설치하고
나머진 500GB하드로 DATA로 사용하여 왔는데
DATA 하드가 점점 차고 있다...
결국 1GB 하드를 준비!!!
IDC서버의 렉을 보니 하드 렉이 2개...
흠....어떻게 하징
당초 계획은 1GB하드를 넣어 마운트 하여 디렉토리 분리를 하려 했는데
계획이 꼬여 버렸다.
결국 USB로 연결하여 마운트해서
500GB -> 1GB 복사 후 하드 교체
USB HDD MOUNT방법
0. 현재 상태 점검
1. USB장치에 1GB하드를 넣고 하드가 잡혔는지 확인
2. USB하드 포맷(포맷이 안된 새 하드라서)
3. USB 하드 마운트
4. 확인
이제 남은건... 파일 이동...
거북이 속도로 복사 시작!
나머진 500GB하드로 DATA로 사용하여 왔는데
DATA 하드가 점점 차고 있다...
결국 1GB 하드를 준비!!!
IDC서버의 렉을 보니 하드 렉이 2개...
흠....어떻게 하징
당초 계획은 1GB하드를 넣어 마운트 하여 디렉토리 분리를 하려 했는데
계획이 꼬여 버렸다.
결국 USB로 연결하여 마운트해서
500GB -> 1GB 복사 후 하드 교체
USB HDD MOUNT방법
0. 현재 상태 점검
[root@test /]# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda1 9851308 7063272 2287616 76% /
none 517244 0 517244 0% /dev/shm
/dev/sda4 133139784 83132712 43243708 66% /home
/dev/sda2 9851340 747040 8603876 8% /var
/dev/sdb1 480719056 371929048 84370808 82% /home2
[root@test /]#
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda1 9851308 7063272 2287616 76% /
none 517244 0 517244 0% /dev/shm
/dev/sda4 133139784 83132712 43243708 66% /home
/dev/sda2 9851340 747040 8603876 8% /var
/dev/sdb1 480719056 371929048 84370808 82% /home2
[root@test /]#
/home2 하드가 날로 늘고 있다
1. USB장치에 1GB하드를 넣고 하드가 잡혔는지 확인
[root@test /]# fdisk -l
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1246 10008463+ 83 Linux
/dev/sda2 1247 2492 10008495 83 Linux
/dev/sda3 2493 2617 1004062+ 82 Linux swap
/dev/sda4 2618 19457 135267300 83 Linux
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 60801 488384001 83 Linux
Disk /dev/sdc: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/sdc doesn't contain a valid partition table
[root@test /]#
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1246 10008463+ 83 Linux
/dev/sda2 1247 2492 10008495 83 Linux
/dev/sda3 2493 2617 1004062+ 82 Linux swap
/dev/sda4 2618 19457 135267300 83 Linux
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 60801 488384001 83 Linux
Disk /dev/sdc: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/sdc doesn't contain a valid partition table
[root@test /]#
하드 연결 성공
2. USB하드 포맷(포맷이 안된 새 하드라서)
[root@test /]# mkfs -t ext3 /dev/sdc
mke2fs 1.35 (28-Feb-2004)
/dev/sdc is entire device, not just one partition!
Proceed anyway? (y,n) y
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
122109952 inodes, 244190646 blocks
12209532 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=247463936
7453 block groups
32768 blocks per group, 32768 fragments per group
16384 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968,
102400000, 214990848
Writing inode tables: done
Creating journal (8192 blocks): done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 37 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
[root@test /]#
mke2fs 1.35 (28-Feb-2004)
/dev/sdc is entire device, not just one partition!
Proceed anyway? (y,n) y
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
122109952 inodes, 244190646 blocks
12209532 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=247463936
7453 block groups
32768 blocks per group, 32768 fragments per group
16384 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968,
102400000, 214990848
Writing inode tables: done
Creating journal (8192 blocks): done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 37 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
[root@test /]#
포맷 완료
3. USB 하드 마운트
[root@test /]# mkdir /home3
[root@test /]# mount -t ext3 /dev/sdc /home3
[root@test /]# mount -t ext3 /dev/sdc /home3
마운트 할 디렉토리를 먼저 생성하고 마운트를 한다.
4. 확인
[root@test /]# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda1 9851308 7061512 2289376 76% /
none 517244 0 517244 0% /dev/shm
/dev/sda4 133139784 83132712 43243708 66% /home
/dev/sda2 9851340 747040 8603876 8% /var
/dev/sdb1 480719056 371944612 84355244 82% /home2
/dev/sdc 961434656 110656 912485872 1% /home3
[root@test /]#
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda1 9851308 7061512 2289376 76% /
none 517244 0 517244 0% /dev/shm
/dev/sda4 133139784 83132712 43243708 66% /home
/dev/sda2 9851340 747040 8603876 8% /var
/dev/sdb1 480719056 371944612 84355244 82% /home2
/dev/sdc 961434656 110656 912485872 1% /home3
[root@test /]#
잘 붙었당~
이제 남은건... 파일 이동...
거북이 속도로 복사 시작!
'Server > Linux' 카테고리의 다른 글
(98)Address already in use: make_sock: could not bind to address [::]:80 (0) | 2009.12.16 |
---|---|
리눅스 IP잡기 (0) | 2009.11.20 |
Linux 일괄적으로 확장자 바꾸기 (0) | 2009.06.15 |
kill 특정 프로세스 죽이기 (1) | 2009.06.15 |
FIND - 파일안에 내용 찾기 (0) | 2008.11.24 |