GDM could not write to your authorization file... - Linux

Table of Contents

大家好

我在VMware Player3.1安裝Centos5.5

因為/目錄沒空間所以把/tmp清一清再重開機

結果用使用者帳號不能登入 只能用root登入

會出現"GDM could not write to your authorization file.This
could mean that you are out of disk space or that your
home directory could not be opened for writing . In any
case it is not possible to login. Contact system administrator "


檔案系統 1K-區段 已用 可用 已用% 掛載點
/dev/sda2 3960348 3245944 509980 87% /
/dev/sda5 14270000 4167300 9366124 31% /home
/dev/sda1 46633 16365 27860 38% /boot
tmpfs 517552 0 517552 0% /dev/shm
/dev/hdc 4087030 4087030 0 100%
/media/CentOS_5.5_Final


可是明明還有空間 home dir也可以寫入

到底是什麼問題呢 謝謝

還有順便問一下 在VMware Player3.1 expand maximum disk size後

我用fdisk -l看不到我另外加的空間(應該說我不會看... 囧)

要怎麼設定才能擴充Centos的空間呢 謝謝

(本來是20G 後來加到40G)

Disk /dev/sda: 42.9 GB, 42949672960 bytes
255 heads, 63 sectors/track, 5221 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 6 48163+ 83 Linux
/dev/sda2 7 515 4088542+ 83 Linux
/dev/sda3 516 776 2096482+ 82 Linux swap / Solaris
/dev/sda4 777 2610 14731605 5 Extended
/dev/sda5 777 2610 14731573+ 83 Linux



--

All Comments

Rosalind avatarRosalind2010-08-25
/dev/sda: 42.9G
Oscar avatarOscar2010-08-25
喔喔 所以空間有加進去啊 可是我沒辦法新增partition耶 囧
Ingrid avatarIngrid2010-08-27
把sda4(extended)加大 就可以新增了
Steve avatarSteve2010-08-29
看看parted/gparted吧
Ula avatarUla2010-08-30
謝謝^^