A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Microsoft Windows XP » Hardware and Windows XP
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Kingston Data Traveller readonly in user account



 
 
Thread Tools Display Modes
  #1  
Old May 29th 10, 10:17 AM posted to microsoft.public.windowsxp.hardware
Robert M Jones
external usenet poster
 
Posts: 59
Default Kingston Data Traveller readonly in user account

Win XP Home SP3

I have a Kingston Data Traveller USB Flash drive, which is read only in
a user account, and behaves normally in an Admin Account

I have tried the Attrib command attrib -r X:*.* which works fine in
Admin but two files are blocked from having the attrib changed in a user
account - a program shortcut and an ico file for the drive.

The ico file for the drive also says in file properties (user account)
that it was created in another computer and has been blocked. The
unblock option appears to work but doesn't actually change anything in
the user account.

If I create a simple Notepad file and try to save it to the drive, in a
user account, I get an error message - Save File - "Cannot access this
file. Check security privileges over the network drive"

I think this has happened following a Windows update but can't find the
exact problem after googling, particularly because the drive behaves
normally in an Admin account. So I think it is a Windows issue to do
with "permissions" setting rather than a drive problem. (The drive was
recently re-formatted) - but I can't find out what I need to change from
an Admin account.

Any suggestions welcome. thanks in advance.



--
Robert
Ads
  #2  
Old May 29th 10, 08:04 PM posted to microsoft.public.windowsxp.hardware
Uwe Sieber
external usenet poster
 
Posts: 609
Default Kingston Data Traveller readonly in user account


Probably the drive is formatted with the NTFS file system.
Files copied by the admin onto the drive or folders
created by him get the credentials of the admin. So,
a non admin cannot delete or write them.

You can change the permissions by right clicking a
file or folder, select properties and change the
permissions on the Security tab.

Or the quick and global way: To give everyone full
access to all files and folders on this drive:

cacls U: /T /G Everyone:F

Change U: to the drive letter of your drive and
"Everyone" to the right group name of you local
Windows, e.g. on a german Windows it is "Jeder"...
Of course you have to do this as an admin.


Uwe




Robert M Jones wrote:
Win XP Home SP3

I have a Kingston Data Traveller USB Flash drive, which is read only in
a user account, and behaves normally in an Admin Account

I have tried the Attrib command attrib -r X:*.* which works fine in
Admin but two files are blocked from having the attrib changed in a user
account - a program shortcut and an ico file for the drive.

The ico file for the drive also says in file properties (user account)
that it was created in another computer and has been blocked. The
unblock option appears to work but doesn't actually change anything in
the user account.

If I create a simple Notepad file and try to save it to the drive, in a
user account, I get an error message - Save File - "Cannot access this
file. Check security privileges over the network drive"

I think this has happened following a Windows update but can't find the
exact problem after googling, particularly because the drive behaves
normally in an Admin account. So I think it is a Windows issue to do
with "permissions" setting rather than a drive problem. (The drive was
recently re-formatted) - but I can't find out what I need to change from
an Admin account.

Any suggestions welcome. thanks in advance.



  #3  
Old May 29th 10, 08:04 PM posted to microsoft.public.windowsxp.hardware
Uwe Sieber
external usenet poster
 
Posts: 609
Default Kingston Data Traveller readonly in user account


Probably the drive is formatted with the NTFS file system.
Files copied by the admin onto the drive or folders
created by him get the credentials of the admin. So,
a non admin cannot delete or write them.

You can change the permissions by right clicking a
file or folder, select properties and change the
permissions on the Security tab.

Or the quick and global way: To give everyone full
access to all files and folders on this drive:

cacls U: /T /G Everyone:F

Change U: to the drive letter of your drive and
"Everyone" to the right group name of you local
Windows, e.g. on a german Windows it is "Jeder"...
Of course you have to do this as an admin.


Uwe




Robert M Jones wrote:
Win XP Home SP3

I have a Kingston Data Traveller USB Flash drive, which is read only in
a user account, and behaves normally in an Admin Account

I have tried the Attrib command attrib -r X:*.* which works fine in
Admin but two files are blocked from having the attrib changed in a user
account - a program shortcut and an ico file for the drive.

The ico file for the drive also says in file properties (user account)
that it was created in another computer and has been blocked. The
unblock option appears to work but doesn't actually change anything in
the user account.

If I create a simple Notepad file and try to save it to the drive, in a
user account, I get an error message - Save File - "Cannot access this
file. Check security privileges over the network drive"

I think this has happened following a Windows update but can't find the
exact problem after googling, particularly because the drive behaves
normally in an Admin account. So I think it is a Windows issue to do
with "permissions" setting rather than a drive problem. (The drive was
recently re-formatted) - but I can't find out what I need to change from
an Admin account.

Any suggestions welcome. thanks in advance.



  #4  
Old May 29th 10, 11:27 PM posted to microsoft.public.windowsxp.hardware
Robert M Jones
external usenet poster
 
Posts: 59
Default Kingston Data Traveller readonly in user account

On 29/05/2010 20:04, Uwe Sieber wrote:

Probably the drive is formatted with the NTFS file system.
Files copied by the admin onto the drive or folders
created by him get the credentials of the admin. So,
a non admin cannot delete or write them.

You can change the permissions by right clicking a
file or folder, select properties and change the
permissions on the Security tab.

Or the quick and global way: To give everyone full
access to all files and folders on this drive:

cacls U: /T /G Everyone:F

Change U: to the drive letter of your drive and
"Everyone" to the right group name of you local
Windows, e.g. on a german Windows it is "Jeder"...
Of course you have to do this as an admin.


Uwe




Robert M Jones wrote:
Win XP Home SP3

I have a Kingston Data Traveller USB Flash drive, which is read only
in a user account, and behaves normally in an Admin Account

I have tried the Attrib command attrib -r X:*.* which works fine in
Admin but two files are blocked from having the attrib changed in a
user account - a program shortcut and an ico file for the drive.

The ico file for the drive also says in file properties (user account)
that it was created in another computer and has been blocked. The
unblock option appears to work but doesn't actually change anything in
the user account.

If I create a simple Notepad file and try to save it to the drive, in
a user account, I get an error message - Save File - "Cannot access
this file. Check security privileges over the network drive"

I think this has happened following a Windows update but can't find
the exact problem after googling, particularly because the drive
behaves normally in an Admin account. So I think it is a Windows issue
to do with "permissions" setting rather than a drive problem. (The
drive was recently re-formatted) - but I can't find out what I need to
change from an Admin account.

Any suggestions welcome. thanks in advance.




Viel Danke - Sehr gut!
That worked a treat!


--
Robert
  #5  
Old May 29th 10, 11:27 PM posted to microsoft.public.windowsxp.hardware
Robert M Jones
external usenet poster
 
Posts: 59
Default Kingston Data Traveller readonly in user account

On 29/05/2010 20:04, Uwe Sieber wrote:

Probably the drive is formatted with the NTFS file system.
Files copied by the admin onto the drive or folders
created by him get the credentials of the admin. So,
a non admin cannot delete or write them.

You can change the permissions by right clicking a
file or folder, select properties and change the
permissions on the Security tab.

Or the quick and global way: To give everyone full
access to all files and folders on this drive:

cacls U: /T /G Everyone:F

Change U: to the drive letter of your drive and
"Everyone" to the right group name of you local
Windows, e.g. on a german Windows it is "Jeder"...
Of course you have to do this as an admin.


Uwe




Robert M Jones wrote:
Win XP Home SP3

I have a Kingston Data Traveller USB Flash drive, which is read only
in a user account, and behaves normally in an Admin Account

I have tried the Attrib command attrib -r X:*.* which works fine in
Admin but two files are blocked from having the attrib changed in a
user account - a program shortcut and an ico file for the drive.

The ico file for the drive also says in file properties (user account)
that it was created in another computer and has been blocked. The
unblock option appears to work but doesn't actually change anything in
the user account.

If I create a simple Notepad file and try to save it to the drive, in
a user account, I get an error message - Save File - "Cannot access
this file. Check security privileges over the network drive"

I think this has happened following a Windows update but can't find
the exact problem after googling, particularly because the drive
behaves normally in an Admin account. So I think it is a Windows issue
to do with "permissions" setting rather than a drive problem. (The
drive was recently re-formatted) - but I can't find out what I need to
change from an Admin account.

Any suggestions welcome. thanks in advance.




Viel Danke - Sehr gut!
That worked a treat!


--
Robert
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off






All times are GMT +1. The time now is 01:43 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.