Go Back   Computer Juice > Computer Hardware > Networking, Modems & VoIP
Register Points Site Spy New Posts Donate Unanswered Posts Search Forum Rules


Reply
 
LinkBack Thread Tools
  #1  
Old 21st Jan 2008, 05:28 AM
krewemiester's Avatar
New Member Group
 
krewemiester is offline
 
Join Date: 21st Jan 2008
Last Online: 9th May 2008 06:30 AM
Posts: 9
iTrader: (0)
krewemiester is on a distinguished road
Default File Sharing Failure

Unable to access shared files from main computer via windows network. Although I can access the computer and the folders are visible from all the machines networked, including the main computer, I cannot open them. I am also unable to access those file from “my network places” on the same machine they are located.
Error: “ …not accessible. You might not have permission to use this network resource. ~ Not enough server storage is available to process this command”
The files are set to share, I am administrator. The computer [Gateway w/3.2Mhz] has ample storage [ 3 GB ram, 500 GB internal HD, 500 GB external (shared).
Problem occurred after I merged two partitions to redistribute space.
I am still able to access shared folders and files located on all the other networked machines.
Digg this postDel.icio.us this postReddit this post Stumble this postFacebook this post
Reply With Quote
  #2  
Old 21st Jan 2008, 06:14 AM
Mike0001's Avatar
Donor Group
Intel Nvidia
Mike0001 is offline
 
Join Date: 30th Aug 2007
Last Online: 20th Nov 2008 02:11 PM
Posts: 1,160
iTrader: (0)
Mike0001 will become famous soon enoughMike0001 will become famous soon enoughMike0001 will become famous soon enough
Default File Sharing Failure

Looks like the access rights are wrong. Try running cacls from a command prompt

cacls foldername /t /e /g user:r

where user is either guest or whatever username you are using to share.
__________________
I think I am a signature, therefore I exist!
I believe a higher being has me as a signature...
Digg this postDel.icio.us this postReddit this post Stumble this postFacebook this post
Reply With Quote
  #3  
Old 21st Jan 2008, 03:57 PM
krewemiester's Avatar
New Member Group
 
krewemiester is offline
 
Join Date: 21st Jan 2008
Last Online: 9th May 2008 06:30 AM
Posts: 9
iTrader: (0)
krewemiester is on a distinguished road
Default File Sharing Failure

I ran the cacls but need help deciphering. do I need to write some code or make registry adjustments? I created a screen shot of the cacls command.

Thank you for your assistance
Attached Thumbnails
file-sharing-failure-cacls-medium-2-.jpg (2).jpg
Views:	7
Size:	38.9 KB
ID:	340  
Digg this postDel.icio.us this postReddit this post Stumble this postFacebook this post
Reply With Quote
  #4  
Old 22nd Jan 2008, 03:09 AM
No Avatar
Carbon  United Nations
Donor Group
Intel ATi
Carbon is online now
 
Join Date: 3rd Jan 2008
Last Online: Today 05:58 AM
Posts: 1,567
iTrader: (0)
Carbon will become famous soon enoughCarbon will become famous soon enoughCarbon will become famous soon enough
Default File Sharing Failure

You can increase the IRPStackSize value. You must first add this value to the following key if it is not already present: HKEY_LOCAL_MACHINE SYSTEM\CurrentControlSet\Services\LanmanServer\Par ameters

Value Name: IRPStackSize
Data Type: DWORD
Default: 0x4
Maximum: 0xC

Increasing this value requires some memory from the non-allocated memory pool, but the impact should not be noticeable.

NOTE: It is not always advisable to set the IRPStackSize value to its maximum of 12. Generally, you should start the value at 4 and work your way up, increasing the value by 1 each time. The problem may still occur if the value is too high.

This error message may also occur after installing or uninstalling virus-scanning software. You may want to remove the virus-scanning software or increase the IRPStackSize if you need to use the software.
__________________
Let me know via PM if I miss your hardware-related post! I try to answer everything I can, but some slip through the cracks.
__________________

My System: 日夏子

CPU(s):
Intel Core 2 Duo E6400 Conroe 3.00ghz
Motherboard:
MSI P6N SLI Platinum LGA 775
RAM:
2GB Patriot Extreme Performance
Graphics Card(s):
PNY 8800GTS 320MB OC 660/951MHz GPU/VRAM
Sound Card:
Sound Blaster Xtremegamer 7.1
Hard Drive(s):
80GB + 500GB
Optical Drive(s):
2x SATA
Case / PSU:
Antec 900 + 620W Aerocool zeroDBA
Cooling:
200mm top + 2 120mm front + 1 80mm back
Network / Internet:
Comcrap
Monitor(s):
2x Hanns-G JW199D @ 1440x900
Operating System(s):
Windows XP + Vista (Dual boot)

Want your system info in your signature?

Last edited by Carbon : 22nd Jan 2008 at 03:10 AM.
Digg this postDel.icio.us this postReddit this post Stumble this postFacebook this post
Reply With Quote
  #5  
Old 22nd Jan 2008, 05:56 AM
Mike0001's Avatar
Donor Group
Intel Nvidia
Mike0001 is offline
 
Join Date: 30th Aug 2007
Last Online: 20th Nov 2008 02:11 PM
Posts: 1,160
iTrader: (0)
Mike0001 will become famous soon enoughMike0001 will become famous soon enoughMike0001 will become famous soon enough
Default File Sharing Failure

Originally Posted by krewemiester View Post
I ran the cacls but need help deciphering. do I need to write some code or make registry adjustments? I created a screen shot of the cacls command.

Thank you for your assistance
Sorry, where I put "foldername" you have to insert the path to your shared folder! You are just getting the help text in your screen shot.

cacls shared /t /e /g mike:r

change the access list on folder "shared"; /t changes it on all subfiles and subfolders; /e edits the access list rather than replace it; /g mike:r grant user mike read access.

cacls shared

print out the access list for folder "shared"
__________________
I think I am a signature, therefore I exist!
I believe a higher being has me as a signature...
Digg this postDel.icio.us this postReddit this post Stumble this postFacebook this post
Reply With Quote
  #6  
Old 22nd Jan 2008, 08:45 AM
krewemiester's Avatar
New Member Group
 
krewemiester is offline
 
Join Date: 21st Jan 2008
Last Online: 9th May 2008 06:30 AM
Posts: 9
iTrader: (0)
krewemiester is on a distinguished road
Default File Sharing Failure

This is unchartered territory for me so I beg your patients. I ran a command CALCS k:\ where K is a new hard drive I installed to be shared across the network. I had enabled all sharing and editing rights on the sharing properties. In the meantime I had disabled all sharing from a partitioned drive H that I had formerly shared. attached are the screen shots from those cmd inquiries. I am vexed!

Is there anyway I can alter these permissions through the administrative tools?
Attached Thumbnails
file-sharing-failure-cacls-drive-k.jpg  
Digg this postDel.icio.us this postReddit this post Stumble this postFacebook this post
Reply With Quote
  #7  
Old 22nd Jan 2008, 11:38 AM
krewemiester's Avatar
New Member Group
 
krewemiester is offline
 
Join Date: 21st Jan 2008
Last Online: 9th May 2008 06:30 AM
Posts: 9
iTrader: (0)
krewemiester is on a distinguished road
Default File Sharing Failure

I have made the regedits, to no success. Still looking for alternative fix(s)
Digg this postDel.icio.us this postReddit this post Stumble this postFacebook this post
Reply With Quote
  #8  
Old 23rd Jan 2008, 04:13 AM
Mike0001's Avatar
Donor Group
Intel Nvidia
Mike0001 is offline
 
Join Date: 30th Aug 2007
Last Online: 20th Nov 2008 02:11 PM
Posts: 1,160
iTrader: (0)
Mike0001 will become famous soon enoughMike0001 will become famous soon enoughMike0001 will become famous soon enough
Default File Sharing Failure

Originally Posted by krewemiester View Post
This is unchartered territory for me so I beg your patients. I ran a command CALCS k:\ where K is a new hard drive I installed to be shared across the network. I had enabled all sharing and editing rights on the sharing properties. In the meantime I had disabled all sharing from a partitioned drive H that I had formerly shared. attached are the screen shots from those cmd inquiries. I am vexed!
k: has read access for Everyone, h: has read and write access for everyone.

However, the contents may have lower access rights. What you need to do now is run

cacls k:\ /t /e /g everyone:r

Now see if that solves the sharing issue.
__________________
I think I am a signature, therefore I exist!
I believe a higher being has me as a signature...

Last edited by Mike0001 : 23rd Jan 2008 at 04:24 AM.
Digg this postDel.icio.us this postReddit this post Stumble this postFacebook this post
Reply With Quote
  #9  
Old 23rd Jan 2008, 04:23 AM
Mike0001's Avatar
Donor Group
Intel Nvidia
Mike0001 is offline
 
Join Date: 30th Aug 2007
Last Online: 20th Nov 2008 02:11 PM
Posts: 1,160
iTrader: (0)
Mike0001 will become famous soon enoughMike0001 will become famous soon enoughMike0001 will become famous soon enough
Default File Sharing Failure

Originally Posted by Carbon View Post
You can increase the IRPStackSize value. You must first add this value to the following key if it is not already present: HKEY_LOCAL_MACHINE SYSTEM\CurrentControlSet\Services\LanmanServer\Par ameters

Value Name: IRPStackSize
Data Type: DWORD
Default: 0x4
Maximum: 0xC

M$ gives the range 11-50 for this parameter, default 15. I am puzzled!
__________________
I think I am a signature, therefore I exist!
I believe a higher being has me as a signature...

Last edited by Mike0001 : 23rd Jan 2008 at 04:25 AM.
Digg this postDel.icio.us this postReddit this post Stumble this postFacebook this post
Reply With Quote
  #10  
Old 23rd Jan 2008, 05:18 AM
No Avatar
Carbon  United Nations
Donor Group
Intel ATi
Carbon is online now
 
Join Date: 3rd Jan 2008
Last Online: Today 05:58 AM
Posts: 1,567
iTrader: (0)
Carbon will become famous soon enoughCarbon will become famous soon enoughCarbon will become famous soon enough
Default File Sharing Failure

Originally Posted by Mike0001 View Post
M$ gives the range 11-50 for this parameter, default 15. I am puzzled!
The document I got that info from said it applied to NT Server, I assumed they were the same as XP uses the NT kernel, but apparently XP raises the maximum to 50.

If the problem persists after you complete the preceding procedure, try to increase the value of IRPStackSize even more up to a maximum value for Windows 2000/XP of 50 (0x32 hex).
If you are running Windows NT 4.0, and the problem persists after you complete the preceding procedure, you may have to apply Windows NT Service Pack 4 or Service Pack 5.
Guess that's what I get for reading outdated documentation ;)
__________________
Let me know via PM if I miss your hardware-related post! I try to answer everything I can, but some slip through the cracks.
__________________

My System: 日夏子

CPU(s):
Intel Core 2 Duo E6400 Conroe 3.00ghz
Motherboard:
MSI P6N SLI Platinum LGA 775
RAM:
2GB Patriot Extreme Performance
Graphics Card(s):
PNY 8800GTS 320MB OC 660/951MHz GPU/VRAM
Sound Card:
Sound Blaster Xtremegamer 7.1
Hard Drive(s):
80GB + 500GB
Optical Drive(s):
2x SATA
Case / PSU:
Antec 900 + 620W Aerocool zeroDBA
Cooling:
200mm top + 2 120mm front + 1 80mm back
Network / Internet:
Comcrap
Monitor(s):
2x Hanns-G JW199D @ 1440x900
Operating System(s):
Windows XP + Vista (Dual boot)

Want your system info in your signature?
Digg this postDel.icio.us this postReddit this post Stumble this postFacebook this post
Reply With Quote
  #11  
Old 23rd Jan 2008, 05:25 AM
Mike0001's Avatar
Donor Group
Intel Nvidia
Mike0001 is offline
 
Join Date: 30th Aug 2007
Last Online: 20th Nov 2008 02:11 PM
Posts: 1,160
iTrader: (0)
Mike0001 will become famous soon enoughMike0001 will become famous soon enoughMike0001 will become famous soon enough
Default File Sharing Failure

__________________
I think I am a signature, therefore I exist!
I believe a higher being has me as a signature...
Digg this postDel.icio.us this postReddit this post Stumble this postFacebook this post
Reply With Quote
  #12  
Old 24th Jan 2008, 05:14 AM
krewemiester's Avatar
New Member Group
 
krewemiester is offline
 
Join Date: 21st Jan 2008
Last Online: 9th May 2008 06:30 AM
Posts: 9
iTrader: (0)
krewemiester is on a distinguished road
Default File Sharing Failure

I have followed your recommendations, to no success.
Attached Thumbnails
file-sharing-failure-capture-01-24-08.jpg  
Digg this postDel.icio.us this postReddit this post Stumble this postFacebook this post
Reply With Quote
  #13  
Old 24th Jan 2008, 05:22 AM
Mike0001's Avatar
Donor Group
Intel Nvidia
Mike0001 is offline
 
Join Date: 30th Aug 2007
Last Online: 20th Nov 2008 02:11 PM
Posts: 1,160
iTrader: (0)
Mike0001 will become famous soon enoughMike0001 will become famous soon enoughMike0001 will become famous soon enough
Default File Sharing Failure

OK, so have you tried to map a network drive on the client to the shared folder on the server? Try this, but supply a different username and password for the server.

File and printer sharing have to be enabled on both machines.
__________________
I think I am a signature, therefore I exist!
I believe a higher being has me as a signature...
Digg this postDel.icio.us this postReddit this post Stumble this postFacebook this post
Reply With Quote
  #14  
Old 26th Jan 2008, 09:20 AM
krewemiester's Avatar
New Member Group
 
krewemiester is offline
 
Join Date: 21st Jan 2008
Last Online: 9th May 2008 06:30 AM
Posts: 9
iTrader: (0)
krewemiester is on a distinguished road
Default File Sharing Failure

My computer no longer shows up as visible on the MS Windows Network. However if I run a search for computer name or IP address, I can find it and its containing shared folders but I am still unable to open them.I am able to access this computers printer on the network. Strange and vexing!
Digg this postDel.icio.us this postReddit this post Stumble this postFacebook this post
Reply With Quote
  #15  
Old 30th Jan 2008, 05:06 AM
Mike0001's Avatar
Donor Group
Intel Nvidia
Mike0001 is offline
 
Join Date: 30th Aug 2007
Last Online: 20th Nov 2008 02:11 PM
Posts: 1,160
iTrader: (0)
Mike0001 will become famous soon enoughMike0001 will become famous soon enoughMike0001 will become famous soon enough
Default File Sharing Failure

Originally Posted by krewemiester View Post
My computer no longer shows up as visible on the MS Windows Network. However if I run a search for computer name or IP address, I can find it and its containing shared folders but I am still unable to open them.I am able to access this computers printer on the network. Strange and vexing!
Is this a Windoze domain or a workgroup?

Also, what versions of XP are you using? XP Home uses the guest account for sharing and I believe the only way to change the password is by running

control userpasswords2

in Start, Run.
__________________
I think I am a signature, therefore I exist!
I believe a higher being has me as a signature...
Digg this postDel.icio.us this postReddit this post Stumble this postFacebook this post
Reply With Quote

Please support this forum, donate towards our running costs.
Reply

Thread Tools

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
File Sharing Trouble mbonwick Networking, Modems & VoIP 6 6th Jul 2008 01:04 AM
ICS and file sharing problems fireballs169 Networking, Modems & VoIP 2 17th Feb 2008 03:06 AM
Win XP file sharing issue ideaman Windows Operating Systems 2 1st Feb 2008 04:31 AM
Can you change file format to windows media file? confused21 Windows Operating Systems 1 17th Nov 2007 02:27 AM
File Sharing Tabor Networking, Modems & VoIP 4 31st Oct 2007 04:26 PM


Copyright ©2006 - 2008 Computer Juice.

Powered by vBulletin® Copyright ©2000 - 2008 Jelsoft Enterprises Ltd. SEO by vBSEO ©2008, Crawlability, Inc.