Executing the rwm command takes a while to complete.

You can also force mount not to check the drive when remounting:

/bin/mount -n -o remount,rw,nocheck /drive0

That way you'll have read-write access immediately, though, the disk may still be in need of fsck.

Kim