Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Read only Folders !!!!!!!!Urgent!!!!!!!!!!!!!

Reply
Thread Tools Display Modes

Read only Folders !!!!!!!!Urgent!!!!!!!!!!!!!

 
 
Lisa
Guest
Posts: n/a

 
      03-05-2007
I've Windows 2003 SP1 suddenly a shared folders that the users used to
access became read only and i cann't manage by any means to get it back to
read write !!!! what can be the reason for that and how can i solve this?

L.R


 
Reply With Quote
 
 
 
 
lars
Guest
Posts: n/a

 
      03-05-2007
by default a share has only read permissions in the share permissions.

1. Check the Share permissions
2. Check NTFS permissions

"Lisa" <> wrote in message
news:OS$...
> I've Windows 2003 SP1 suddenly a shared folders that the users used to
> access became read only and i cann't manage by any means to get it back to
> read write !!!! what can be the reason for that and how can i solve this?
>
> L.R
>


 
Reply With Quote
 
Herb Martin
Guest
Posts: n/a

 
      03-05-2007

"Lisa" <> wrote in message
news:OS$...
> I've Windows 2003 SP1 suddenly a shared folders that the users used to
> access became read only and i cann't manage by any means to get it back to
> read write !!!! what can be the reason for that and how can i solve this?


What tools are you using to change the permissions? Locally or over the
Network?

Are you users AUTHENTICATING correctly? (How do you know?)
What does "set LogonServer" show?

Do you DCs all pass a complete "DCDiag /c" with no fail or warn errors?

What does "net share SHARENAME" show when run from the problem
server?

The following command (run from the Server) will give the permissions etc
for each Share on the server:

for /f "skip=4" %a in ('net share') do if %a NEQ The net share %a

(If you get weird syntax errors on unnecessary lines in output, just add an
extra "if %a NEQ BADNAME" after the one that is there now.)

(If you put this in a batch file for later use, the percent signs in %a must
be
doubled to %%a.)

--
Herb Martin, MCSE, MVP
http://www.LearnQuick.Com
(phone on web site)


 
Reply With Quote
 
Peter Foldes
Guest
Posts: n/a

 
      03-05-2007
Lisa

How are you Authenticating. Are you doing it correctly

--
Peter

Please Reply to Newsgroup for the benefit of others
Requests for assistance by email can not and will not be acknowledged.

"Lisa" <> wrote in message news:OS$...
> I've Windows 2003 SP1 suddenly a shared folders that the users used to
> access became read only and i cann't manage by any means to get it back to
> read write !!!! what can be the reason for that and how can i solve this?
>
> L.R
>
>

 
Reply With Quote
 
Kerry Brown
Guest
Posts: n/a

 
      03-05-2007
"Lisa" <> wrote in message
news:OS$...
> I've Windows 2003 SP1 suddenly a shared folders that the users used to
> access became read only and i cann't manage by any means to get it back to
> read write !!!! what can be the reason for that and how can i solve this?
>
> L.R
>



Are you talking about the Read Only attribute, The share permissions, or the
NTFS permissions? The folder showing up with the Read Only attribute is
normal. It is ignored by Windows and wouldn't cause any problems with users
accessing the folder. It is unlikely the share permissions changed unless
someone changed them. Have you added the deny permission for anyone in the
NTFS permissions?

--
Kerry Brown
Microsoft MVP - Shell/User
http://www.vistahelp.ca


 
Reply With Quote
 
Poprivet
Guest
Posts: n/a

 
      03-05-2007
Herb Martin wrote:
> "Lisa" <> wrote in message
> news:OS$...
>> I've Windows 2003 SP1 suddenly a shared folders that the users used
>> to access became read only and i cann't manage by any means to get
>> it back to read write !!!! what can be the reason for that and how
>> can i solve this?

>
> What tools are you using to change the permissions? Locally or over
> the Network?
>
> Are you users AUTHENTICATING correctly? (How do you know?)
> What does "set LogonServer" show?
>
> Do you DCs all pass a complete "DCDiag /c" with no fail or warn
> errors?
> What does "net share SHARENAME" show when run from the problem
> server?
>
> The following command (run from the Server) will give the permissions
> etc for each Share on the server:
>
> for /f "skip=4" %a in ('net share') do if %a NEQ The net share %a
>
> (If you get weird syntax errors on unnecessary lines in output, just
> add an extra "if %a NEQ BADNAME" after the one that is there now.)
>
> (If you put this in a batch file for later use, the percent signs in
> %a must be
> doubled to %%a.)


Folders are ALWAYS read-only; and that cannot be changed. They are not
read-only as you expect it to mean in the case of folders. Check your
machine' they are ALL read-only. It has no affect on any of the files in
the folder nor on renameing deleting folders, with the exception of the
system folders.

Pop`

f'ups set


 
Reply With Quote
 
Poprivet
Guest
Posts: n/a

 
      03-05-2007
lars wrote:
> by default a share has only read permissions in the share permissions.
>
> 1. Check the Share permissions
> 2. Check NTFS permissions
>
> "Lisa" <> wrote in message
> news:OS$...
>> I've Windows 2003 SP1 suddenly a shared folders that the users used
>> to access became read only and i cann't manage by any means to get
>> it back to read write !!!! what can be the reason for that and how
>> can i solve this? L.R


Folders are ALWAYS read-only; and that cannot be changed. They are not
read-only as you expect it to mean in the case of folders. Check your
machine' they are ALL read-only. It has no affect on any of the files in
the folder nor on renameing deleting folders, with the exception of the
system folders.

Pop`

f'ups set


 
Reply With Quote
 
Roger Abell [MVP]
Guest
Posts: n/a

 
      03-05-2007
Lisa,

Reread your post.
Notice how you are telling us what you feel is the problem, as you
have diagnosed it? Rather, tell us what you and/or your users are
experiencing and when, so that we can diagnose afresh.
For example, "user accessing via browse in net neighborhood can
open file but on saving gets message that access is denied"
"I try to view the NTFS permissions while logged into the sharing
server as an admin but . . . "
Thanks,
Roger
"Lisa" <> wrote in message
news:OS$...
> I've Windows 2003 SP1 suddenly a shared folders that the users used to
> access became read only and i cann't manage by any means to get it back to
> read write !!!! what can be the reason for that and how can i solve this?
>
> L.R
>



 
Reply With Quote
 
Ken Blake, MVP
Guest
Posts: n/a

 
      03-05-2007
Lisa wrote:

> I've Windows 2003 SP1 suddenly a shared folders that the users used to
> access became read only and i cann't manage by any means to get it
> back to read write !!!! what can be the reason for that and how can i
> solve this?



Although it may appear to be read-only, folders are never read-only and the
read-only attribute is ignored for
folders.

--
Ken Blake - Microsoft MVP Windows: Shell/User
Please reply to the newsgroup





 
Reply With Quote
 
LTCustomer
Guest
Posts: n/a

 
      03-05-2007
Hi.

Windows 2003 sp1 broke websites that utilized IIS6.0 + FPSE 2002 about 1
year ago +/-. The breakage was similar to what Lisa describes above.
We had to remove sp1 in order to get the websites to work again.

For the longest time there was no resolution - only the typical know-it-alls
posting telling us we were not the sharpest tack in the box for utilizing
FPSE 2002 rather than running other types website servers.

We eventually had the problem resolve itself when the system crashed and we
installed from fresh a different server o/s.

To reiterate:
The best fix - at the time - was to just remove SP1 (do not remove IIS6.0 or
FPSE 2002 - just roll back the sp1)

Although I monitored the ngs periodically - I did not consistently monitor
them sufficiently to state if a better resolution became apparent. We had
to lock up our server in other ways to prevent vulnerabilty intrusions.

I will look to see if I have the posts anywhere because if one did not
follow in a set sequence the whole system was broken (eg: it is best to NOT
uninstall FPSE & IIS6.0 as some were directing us).


Hope this helps.



"Ken Blake, MVP" <> wrote in message
news:...
Lisa wrote:

> I've Windows 2003 SP1 suddenly a shared folders that the users used to
> access became read only and i cann't manage by any means to get it
> back to read write !!!! what can be the reason for that and how can i
> solve this?



Although it may appear to be read-only, folders are never read-only and the
read-only attribute is ignored for
folders.

--
Ken Blake - Microsoft MVP Windows: Shell/User
Please reply to the newsgroup






 
Reply With Quote
 
 
 
Reply

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Read Only Folders C Windows Vista File Management 7 05-08-2008 02:40 PM
Folders - read-only Michelle Windows Vista Security 12 02-01-2008 06:59 AM
Folders/files read only/can't create new folder in read only folde gshillitani Windows Vista Administration 9 09-25-2007 12:50 PM
Strange temp folders stops the patch - Urgent Henrik Scheel Windows Update 5 01-28-2007 03:56 PM
Strange temp folders stops the patch - Urgent Henrik Scheel Windows Update 0 01-25-2007 06:31 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59