![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #21 (permalink) |
| | Re: Unable to Backup Files with Error 800700B7 It's not a NAS device as such, but a dedicated Linux PC, so I load whatever version of SAMBA I wish. I have tried the latest 2.0.34, and it still does not work, and I am pretty sure it's a Vista issue, rather than a SAMBA issue, as I should be able to backup to any network server I wish, regardless of server OS... Seriosuly how tricky would it be, so that if the logon and password credentials are blank, to not store the credentials. The point is, I can access the network shares perfectly in explorer. -- mgillespie ------------------------------------------------------------------------ mgillespie's Profile: http://forums.techarena.in/member.php?userid=22253 View this thread: http://forums.techarena.in/showthread.php?t=671928 http://forums.techarena.in |
My System Specs![]() |
| | #22 (permalink) |
| | Re: Unable to Backup Files with Error 800700B7 The latest Samba is 3.x.x: http://us3.samba.org/samba/history/samba-3.0.24.html. Backup must be able to not only read/write/delete files but also set ACLs on them. We must protect the backup file, and to do this, the SAMBA version must support this. If there are bugs or other issues in the SAMBA code that don't allow us to set ACLs, then we can't use that share as a target. Give the latest version a try and see if that helps. -- This posting is provided "AS IS" with no warranties, and confers no rights. Want to learn more about Windows file and storage technologies? Visit our team blog at http://blogs.technet.com/filecab/default.aspx. "mgillespie" <mgillespie.2mawjj@DoNotSpam.com> wrote in message news:mgillespie.2mawjj@DoNotSpam.com... > > It's not a NAS device as such, but a dedicated Linux PC, so I load > whatever version of SAMBA I wish. > > I have tried the latest 2.0.34, and it still does not work, and I am > pretty sure it's a Vista issue, rather than a SAMBA issue, as I should > be able to backup to any network server I wish, regardless of server > OS... > > Seriosuly how tricky would it be, so that if the logon and password > credentials are blank, to not store the credentials. The point is, I > can access the network shares perfectly in explorer. > > > -- > mgillespie > ------------------------------------------------------------------------ > mgillespie's Profile: http://forums.techarena.in/member.php?userid=22253 > View this thread: http://forums.techarena.in/showthread.php?t=671928 > > http://forums.techarena.in > |
My System Specs![]() |
| | #23 (permalink) |
| | Re: Unable to Backup Files with Error 800700B7 Sorry, typo on my part, I am running Samba Version 3.0.24. -- mgillespie ------------------------------------------------------------------------ mgillespie's Profile: http://forums.techarena.in/member.php?userid=22253 View this thread: http://forums.techarena.in/showthread.php?t=671928 http://forums.techarena.in |
My System Specs![]() |
| | #24 (permalink) |
| | Re: Unable to Backup Files with Error 800700B7 On your Linux server, you need to create an account that is not root and allow it full access (meaning read, write and most important change ACLs, sometimes called all access) on the share and on the files. Unfortunately I don't have instructions for doing this. NAS boxes usually have a web UI that you can use. When you can perform the following steps successfully from the command line, then Backup should be able to use it as a target: - net use with the account against the share - create a file on the share and put some small data in it - the owner of the file should be user used in net use - change the ACL of the file using cacls.exe - delete the file - create a directory on the share - the owner of the file should be user used in net use - change the ACL of the directory using cacls.exe - delete the directory Backup does this programmatically to determine whether the account has the necessary access. -- This posting is provided "AS IS" with no warranties, and confers no rights. Want to learn more about Windows file and storage technologies? Visit our team blog at http://blogs.technet.com/filecab/default.aspx. "mgillespie" <mgillespie.2mbirg@DoNotSpam.com> wrote in message news:mgillespie.2mbirg@DoNotSpam.com... > > Sorry, typo on my part, I am running Samba Version 3.0.24. > > > -- > mgillespie > ------------------------------------------------------------------------ > mgillespie's Profile: http://forums.techarena.in/member.php?userid=22253 > View this thread: http://forums.techarena.in/showthread.php?t=671928 > > http://forums.techarena.in > |
My System Specs![]() |
| | #25 (permalink) |
| | Update re- my previous post. I checked the firmware specifications for the Linksys/Cisco NSLU2 firmware V2.3R63 which I am using. Apprently, it is using Samba 3.0.11. I'm curious what NAS devices Microsoft actually tested, seeing as how Linksys/Cisco is probably one of the more common ones. Perhaps a listing of tested/supported NAS devices that Microsoft knows works would be educational. |
My System Specs![]() |
| | #26 (permalink) |
| | RE: Unable to Backup Files with Error 800700B7 I'm having this same problem; however I'm using a Maxtor 1TB Shared Storage II NAS drive. It is at the latest firmware from Maxtor 3.1.26 and I cannot see any indications as to whether it is SAMBA or not. Has anyone successfully backed up to the Maxtor Shared Storage II drives? "Scottg" wrote: > I am unable to backup anything in Windows Vista Ultimate. I am using the > Backup Files function in Vista to backup files to a local network location. > I can browse and find the location (e.g., "\\server\folder\") but when I > click <Next>, I get the error message⦠> > The network share could not be accessed for the following reason: > Cannot create a file when that file already exists. (0x800700B7) > Please ensure that the network location is valid. > > There was no file there already and this error has occurred from the very > first try. However, folders are being created in the selected folder with > names like {5C0AF261-393F-4FC6-9496-2576C5A3772E}. All help is appreciated. > |
My System Specs![]() |
| | #27 (permalink) |
| | Apparently there is *no* currently available official release version of Samba that corrects the underlying problem with Vista's backup mechanism. You can read about the technical details of the underlying issue on the Samba mailing list here. Samba 3.0.22 (as included with the Linksys NSLU2 device) doesn't incorporate the correction. Neither does the current version of Samba (3.0.24). The pre-release version of the next release (3.0.25pre2, released March 21, 2007) apparently incorporates the change. But it would be mighty hard for any NSA device vendor to incorporate an unreleased version. Perhaps Vista backup was never actually tested with any existing official versions of Samba before it shipped. Or perhaps it worked with some older version of Samba, or some "special" version that exists only on some particular NSA device or devices. |
My System Specs![]() |
| | #28 (permalink) |
| | Same problem(s) with WD My Book World Edition... I can see that the new version of Samba now has been released, so I've send a request for a firmware update til WD (Western Digital), in hope that they will upgrade to the new version of Samba. Any experience with the new Samba version? |
My System Specs![]() |
| | #29 (permalink) |
| | Re: Unable to Backup Files with Error 800700B7 hello, same issue here with my new LaCie Ethernet Disk mini - Home Edition any news of this issue ? -- marciton Posted via http://www.vistaheads.com |
My System Specs![]() |
| | #30 (permalink) |
| x64 | Re: Unable to Backup Files with Error 800700B7 Just found the answer! Use the username everyone and your admin password for your NAS device. Everything works after that... I'm using Vista x64 and a WD Mybookworld NAS. |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Unable to Perform a File Backup Error: (0x81000101) | Vista General | |||
| Unable to Delete NAS backup ShadowCopy Files | Vista file management | |||
| Unable to backup due to C drive error | Vista General | |||
| Unable to Backup with Access is Denied error 0x80070005 | Vista General | |||
| Backup Files error | Vista file management | |||