| [ LinuxFreeBSD ] in KIDS 글 쓴 이(By): wshan (크로니) 날 짜 (Date): 2001년 1월 7일 일요일 오후 12시 41분 26초 제 목(Title): 새로� 하드 디스크 달기 리눅스가 깔려져 있는 상태에서, 추가적으로 새로운 하드디스크를 달려고 합니다. 먼저, fdisk해서 파티션부터 잡는 것으로 되어 있는데, 파티션이 안 잡힙니다. 밑의 내용을 참고해 주시고 도움 주십시오. ======= fdisk /dev/hdb Device contains neither a valid DOS partition table, nor Sun or SGI disklabel Building a new DOS disklabel. Changes will remain in memory only, until you decide to write them. After that, of course, the previous content won't be recoverable. The number of cylinders for this disk is set to 5605. There is nothing wrong with that, but this is larger than 1024, and could in certain setups cause problems with: 1) software that runs at boot time (e.g., LILO) 2) booting and partitioning software from other OSs (e.g., DOS FDISK, OS/2 FDISK) Command (m for help): m Command action a toggle a bootable flag b edit bsd disklabel c toggle the dos compatibility flag d delete a partition l list known partition types m print this menu n add a new partition o create a new empty DOS partition table p print the partition table q quit without saving changes s create a new empty Sun disklabel t change a partition's system id u change display/entry units v verify the partition table w write table to disk and exit x extra functionality (experts only) Command (m for help): n Command action e extended p primary partition (1-4) e Partition number (1-4): 1 First cylinder (1-5605, default 1): Using default value 1 Last cylinder or +size or +sizeM or +sizeK (1-5605, default 5605): Using default value 5605 Command (m for help): v 90044323 unallocated sectors Command (m for help): p Disk /dev/hdb: 255 heads, 63 sectors, 5605 cylinders Units = cylinders of 16065 * 512 bytes Device Boot Start End Blocks Id System /dev/hdb1 1 5605 45022131 5 Extended Command (m for help): w The partition table has been altered! Calling ioctl() to re-read partition table. WARNING: If you have created or modified any DOS 6.x partitions, please see the fdisk manual page for additional information. Syncing disks. |