On Wed, 2005-10-19 at 15:35 +0700, Fajar Priyanto wrote: > Hi all, > I've just made a dual boot between my FC4 and Suse10. I mount Suse10's > filesystem. > > What I want to do is to be able to edit and save files in Suse10's filesystem. > Right now, when I check the ownership, it's registered to 500.500. Who's > this? If I do chown -R fajar.fajar /suse10, will it break Suse? > Thanks. Make sure the UID are the same on both file systems. 500.500 is usually the UID.GID for the first user created. If the user fajar.fajar exists on both Suse and FC then edit the /etc/passwd and /etc/group so that the UID and GID are the same for you and unique from others. Bob...