[ LinuxFreeBSD ] in KIDS 글 쓴 이(By): quaint (무사) 날 짜 (Date): 1998년 4월 27일 월요일 오후 11시 34분 01초 제 목(Title): Re: about new Hard disk 1) Assume that currently being used HDDs are /dev/hda and /dev/hdb and you're using a CD-ROM drive as /dev/hdc (EIDE) 2) Attach the new HDD to an empty bay 3) boot and set up the CMOS to recognize the HDD 4) boot with Linux and login as root 5) run "fdisk /dev/hdd" -- the new disk'd be /dev/hdd 6) make partitions as you did when the first linux installation. 7) exit fdisk with "w" command and reboot the system 8) boot with linux and format the new HDD partitions with "mkfs.ext2 /dev/hdd1", "mkfs.ext2 /dev/hdd2", ... 9) edit /etc/fstab to have those partitions like: ... /dev/hdd1 /data ext2 defaults 1 2 /dev/hdd2 /new ext2 rw,user,noauto 0 0 ... 10) if you want a windows95 partition do "mkfs.msdos /dev/hdd3" instead of "mkfs.ext2 /dev/hdd3" and in your /etc/fstab put the line: ... /dev/hdd3 /win_data vfat rw,user,noauto 0 0 ... 11) 'course, /data /new /win_data directory should be made before mounting those new partitions. those new partitions can be mounted with the command "mount -a" or just rebooting the system. 12) refer to "man mkfs", "man fstab" and "man fsck" for more info. 13) sorry about my broken english but i cannot sure if you can read korean. 14) good luck! ============================================================================= 지나친 키즈접속은 시력감퇴, 우울증, 컴퓨터바이러스등을 일으킬 수 있으며 특히 임산부나 노약자, 미성년자에게 해로울 수 있습니다. =========================================== quaint: crying free man :~) ==== |