Hi,
recently I faced the following problem: while using aMule on Kubuntu Edgy 6.10 I couldn't download files. the aMule gives me the following error (for all part-files):
as I understand there is something dodgy with my fat32 partitions. as far as I know I don't have problems viewing, opening and writing files & directories to these two partitions (sata_1 & sata_2). My fstab:
I would really appreciate your help as my knowledge does not yet allow me to sort out the issue.
recently I faced the following problem: while using aMule on Kubuntu Edgy 6.10 I couldn't download files. the aMule gives me the following error (for all part-files):
Code:
2006-12-29 22:57:53: CFile: Error when opening file (/media/sata_ii/Emule/Temp/026.part.met.backup): Read-only file system 2006-12-29 22:57:53: FileIO: Error on file copy. Can't create destination file: /media/sata_ii/Emule/Temp/026.part.met.backup 2006-12-29 22:57:53: CFile: Error when opening file (/media/sata_ii/Emule/Temp/026.part.met): Read-only file system 2006-12-29 22:57:53: ERROR while saving partfile: Failed to open part.met file (026.part.met ==> Eon.Flaks.(Rus).SEED-team.&.ShareReactor.ru.avi)
Code:
# /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # /dev/hda1 UUID=d9978468-bc28-4ef0-8513-a25038247a76 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1 # /dev/hda5 UUID=9ce7ea9b-3850-416c-a16b-0703b4c3e0eb none swap sw 0 0 # cdroms /dev/hdd /media/cdrom0 udf,iso9660 user,atime,noauto,rw,dev,exec,suid 0 0 /dev/hdc /media/cdrom1 udf,iso9660 user,atime,noauto,rw,dev,exec,suid 0 0 # fat32 partitions /dev/hdb1 /windows vfat iocharset=utf8,umask=000 0 0 /dev/sda1 /sata_1 vfat iocharset=utf8,umask=000 0 0 /dev/sda5 /sata_2 vfat iocharset=utf8,umask=000 0 0
Comment