jonny_valentine Posted November 27, 2005 Posted November 27, 2005 Several times I've had this problem on a Windows 2000 Server, if any1 has any idea as to what causes it or how to fix it, that'd be gr8. Basically when i right click the file in question and click properties, all tabs except the 'General' tab is missing. This stops me from deleting the file! I read somewhere its due to something to do with files being moved from FAT16/32 or something, but this has happened with pupils work and its stopped me from moving the homefolders to another server... since these files cant be accessed. This image shows what i mean, but isnt the actual file that it happened with (i cant remember which student it was). http://www.henrymellish.com/tabs.jpg
Ric_ Posted November 27, 2005 Posted November 27, 2005 You do still have full permissions on the file in question? I've noticed that this happens occasionally if you view UNC paths.
jonny_valentine Posted November 27, 2005 Author Posted November 27, 2005 Thanks for the reply, No only the general tab is there, so i cant even check permissions! Nothing works, cant delete the file, cant take ownership or anything. Ive looked on that 'essential software' list and found a program that deletes any file.. i'll give that a go, n let u know how it goes! thnks
Geoff Posted November 27, 2005 Posted November 27, 2005 Sounds like the disk isn't formatted to NTFS. What drives are the files on? I've had a few USB hard drives catch me out with this.
jonny_valentine Posted November 28, 2005 Author Posted November 28, 2005 Thanks for your suggestion, That sounds right, but all other files have the other tabs, including the sec perms tab. The hdd is part of the raid-5 array on the server, and its formatted to ntfs. jon
kingswood Posted November 28, 2005 Posted November 28, 2005 I doubt you can- but have you tried taking ownership of the file at directory level? If you have and you got an "access denied" or similar error, you could try a command line attack and change the permissions there (the link below takes you to a MS tool to do this with). http://www.microsoft.com/downloads/details.aspx?FamilyID=e8ba3e56-d8fe-4a91-93cf-ed6985e3927b&displaylang=en HTH Paul
ChrisH Posted November 28, 2005 Posted November 28, 2005 I had trouble with Subinacl when I tried it for this task a while ago. I ended up using the windows version of chown which I use in various scripts as it's simple to use and did exactly what it said on the tin.
jonny_valentine Posted November 29, 2005 Author Posted November 29, 2005 Kingswood, thanks for the great suggestion. I had tried that, but the file just didnt change. Similar I suppose to Windows 2000 and long filenames (when you have a really long filename in XP, you cant touch it in 2000). I ended up creating a little VB app that deleted the file using API calls, it didnt even ask a question.. just deleted the damn thing Prob is, i cant exactly do this to all the kids work.. but then again its not even being backed up, nor can it be opened, so tuff!! Thnx, Jon
ChrisH Posted November 29, 2005 Posted November 29, 2005 Did you try chown? As I have mentioned I had trouble with subinacl just not doing what it was supposed to.
jonny_valentine Posted November 29, 2005 Author Posted November 29, 2005 Did you try chown? As I have mentioned I had trouble with subinacl just not doing what it was supposed to. No i didnt try that.. good old unix, i will remember that for next time! It will probably work.. Thanks
ChrisH Posted November 29, 2005 Posted November 29, 2005 It's here simple syntax and works good in a lot of my scripts.chown.rar
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now