mobile hard drive (ext2) --- can't write

I have formatted my USB HDD into 2 partitions.

  1. 10G fat32
  2. 30G ext2

But after them were auto mounted , I can’t write to the ext2 partition. And i can write to the fat32 partition.

i don’t know that why the first partition’s (fat32) owner is zhuli and the second partition’s (ext2) owner is root ?


/media # ls -lrt

drwxr-xr-x 3 zhuli root 16384 1970-01-01 disk
drwxr-xr-x 3 root root 4096 08-16 13:51 disk-1

Use chown in a console to give youself ownership:
sudo chown zhuli /drive

/Geoff