스왑파티션을 나눈후 따로 마운트 하려는데 안되는군요,

superelf의 이미지

펜3 750 램 512 하드 10G 레드햇 7.1을 쓰고 있습니다.

본래 1G였던 파티션 hda3를 제거후 hda3와 4로 잡은후
마운트하려는데 되지를 않습니다.

fdsik 로 본 파티션은 다음과 같습니다.

Disk /dev/hda: 255 heads, 63 sectors, 1245 cylinders
Units = cylinders of 16065 * 512 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 6 48163+ 83 Linux
/dev/hda2 7 1115 8908042+ 83 Linux
/dev/hda3 1116 1215 803250 83 Linux
/dev/hda4 1216 1245 240975 82 Linux swap

그래서 마운트를 하려는데

[root@localhost sbin]# mount /dev/hda3 /wine
/dev/hda3 looks like swapspace - not mounted
mount: you must specify the filesystem type

이라고 나옵니다.

파티션엔 리눅스로 잡힌듯한데 왜 안되는지... /wine 은 미리 만들어놨습니다.

조언 부탁드립니다.

monpetit의 이미지

filesystem을 만들어 주시지 않았나 보네요.
mke2fs 등으로 filesystem부터 만들어 주세요.

superelf의 이미지

이런것도 몰랐다니 ^^;