LinuxMCE Forums

General => Users => Topic started by: armakaryk on April 22, 2007, 08:02:10 am

Title: Database setup issues?
Post by: armakaryk on April 22, 2007, 08:02:10 am
so i have linuxmce on a dual boot with windows i can rip dvds. one partition for windows one partition for linuxmce and another partition for all the media. the media partition is formatted in fat32 and mce can play the files but from the pluto admin site i cant access them to edit the tags. any ideas?
Title: Re: Database setup issues?
Post by: sharlee_angelo on April 22, 2007, 11:26:14 am
this is a problem related to the fact that since you are modifying tags you are writing on fat32 filesystem. normally you should write on fat 32 partitions. check the /etc/fstab to see the write permissions. from what i know, i wrote on fat 32 only as root but maybe you can do this as a user(the user created in setup wizard). firstly, use 777 permissions for the directory where is mounted the fat32 partition. then, modify fstab like this with following options: defaults,umask=000 0 0. this allows every user to read and write.