[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: RAM ve Swap Kullanımı



begin  Alper KANAT dedi ki:

> root@tunix:~# fdisk -l /dev/hda
> 
> Disk /dev/hda: 60.0 GB, 60011642880 bytes
> 255 heads, 63 sectors/track, 7296 cylinders
> Units = cylinders of 16065 * 512 = 8225280 bytes
> 
>    Device Boot      Start         End      Blocks   Id  System
> /dev/hda1   *           1         914     7341673+   b  W95 FAT32
> /dev/hda2             915        7296    51263415    f  W95 Ext'd (LBA)
> /dev/hda5             915        5376    35840983+   b  W95 FAT32
> /dev/hda6            5377        7199    14643216   83  Linux
> /dev/hda7            7200        7296      779121   82  Linux swap

Merhaba,

Partition tipi (0x82 -> Linux swap) sadece partition tablosu içindeki bir
etiketten ibarettir. Yeni partition açarken verebilir veya sonradan
değiştirebilirsiniz. Bahsi geçen partition uygun şekilde formatlanması da
lazım. Etiketin swap veya fat32 veya ext2/ext3 vs. gösteriyor olması
partition içeriğinin de buna uygun olduğunu garantilemez. Swap alanının
formatlanmamış olması ihtimaline karşı aşağıdaki komutlarla da bir
deneyebilir misiniz?

swapoff -a
mkswap -c /dev/hda7
swapon -a

-- 
Abdullah Ramazanoglu
aramazan ÄT myrealbox D0T cöm



Reply to: