I configured a new NAS storage harddisk on my network (Sitecom MD-255), formatted the harddisk with its format utility (which used ext2 as filesystem), and connected it with my Freetz 7140 (build 'freetz-devel-5130'), and it went all ok, well quite: cifsmount can mount the disk partition onto the freetz, and configured transmissions base directory to a new folder on the NAS, first run all went ok.
the problem is that if i try to restart transmission, it will not start, upon starting i will see a bunch of chown commands failing with "permission denied" for all the files being downloaded, and as a last command, i get that it is unable to read the file "settings.json".
here is the listing of the config folder:
to make it start again i have to reset the chmod the settings.json files to 777, like this it will start, but immediately after that it will be set back to -rwx-w--w- and the next start i have to repeat the procedure.
is it my nas disk problem or more generic for ext2? maybe i should format the nas as FAT32 instead of ext2?
any help would be appreciated...
the problem is that if i try to restart transmission, it will not start, upon starting i will see a bunch of chown commands failing with "permission denied" for all the files being downloaded, and as a last command, i get that it is unable to read the file "settings.json".
here is the listing of the config folder:
Code:
drwxrwxrwx 2 99 99 0 Jun 29 18:54 blocklists
-rwxrwxrwx 1 99 99 454 Jun 30 07:58 dht.dat
drwxrwxrwx 2 99 99 0 Jun 30 08:46 resume
-rwx-w--w- 1 99 99 2034 Jun 30 08:02 settings.json
-rwx-w--w- 1 99 99 152 Jun 30 08:46 stats.json
drwxrwxrwx 2 99 99 0 Jun 29 21:28 torrents
to make it start again i have to reset the chmod the settings.json files to 777, like this it will start, but immediately after that it will be set back to -rwx-w--w- and the next start i have to repeat the procedure.
is it my nas disk problem or more generic for ext2? maybe i should format the nas as FAT32 instead of ext2?
any help would be appreciated...