Problem: xbiancopy fails after upgrading
|
22nd Jun, 2014, 06:11 PM
Post: #4
|
|||
|
|||
RE: xbiancopy fails after upgrading
(22nd Jun, 2014 08:50 AM)mk01 Wrote: that indeed looks like it can't prealocate needed space (either hitting limits on FAT or other dump filesystem without trunc support or ... i don't know). IriDium and mk01, Thank you for your reply. I am using a cifs share mount to backup. I can access the share mount with rw access from xbian where there is plenty of disk space. The fstab entry is: Code: //192.168.1.109/OpenShare/Backup/xbian /media/backup cifs guest,uid=1000,iocharset=utf8 0 0 The dmesg that I get after running the command is the following: Code: btrfs: device label xbian-beta2 devid 1 transid 29377 /dev/mmcblk0p2 What I don't understand is that I used to perform successful backups and somehow after a couple of months it stopped working. Any other thoughts? How can I check percolated needed space? Best, JIK (22nd Jun, 2014 06:11 PM)jyviko Wrote:(22nd Jun, 2014 08:50 AM)mk01 Wrote: that indeed looks like it can't prealocate needed space (either hitting limits on FAT or other dump filesystem without trunc support or ... i don't know). UPDATE: I have just changed the fstab and replaced "guest" with a cfis user that has full access, using the following entry: Code: //192.168.1.109/OpenShare/Backup/xbian /media/backup cifs credentials=/root/.smbcredentials,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0 After remounting, I tried once more and although I am getting the same result I got a more detailed error message as shown in the attached image ( ). I have checked the dmesg and I now get the following: Code: [ 208.630210] FS-Cache: Netfs 'cifs' registered for caching Any ideas? JIK< |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
xbiancopy fails after upgrading - jyviko - 21st Jun, 2014, 08:17 PM
RE: xbiancopy fails after upgrading - IriDium - 22nd Jun, 2014, 04:38 AM
RE: xbiancopy fails after upgrading - mk01 - 22nd Jun, 2014, 08:50 AM
RE: xbiancopy fails after upgrading - jyviko - 22nd Jun, 2014 06:11 PM
RE: xbiancopy fails after upgrading - mk01 - 22nd Jun, 2014, 09:22 PM
RE: xbiancopy fails after upgrading - jyviko - 22nd Jun, 2014, 09:53 PM
RE: xbiancopy fails after upgrading - mk01 - 22nd Jun, 2014, 10:08 PM
RE: xbiancopy fails after upgrading - jyviko - 23rd Jun, 2014, 03:08 AM
RE: xbiancopy fails after upgrading - mk01 - 25th Jun, 2014, 04:59 AM
RE: xbiancopy fails after upgrading - jyviko - 25th Jun, 2014, 05:27 AM
RE: xbiancopy fails after upgrading - mk01 - 2nd Jul, 2014, 10:07 AM
|