Reply
 
Thread Tools Display Modes
  #1  
Old 03-30-2011, 10:12 AM
bawbaw bawbaw is offline
Junior Member
 
Join Date: Jan 2011
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Default Help: Cant Write or Delete files
Hi guys,

Its me again , after months of vacation , I've got these weird problem on my pcbsd box , everythings is so fine when I left, and now Im trying to move some files from my windows PC to pcbsd shared folder. My problem now is I cant transfer files on my subdirectory folders on PCBSD.

How I do solve this?. Need your help masters.
Reply With Quote
  #2  
Old 03-30-2011, 11:32 AM
thnewguy thnewguy is offline
Senior Member
 
Join Date: May 2010
Posts: 720
Thanks: 0
Thanked 34 Times in 30 Posts
Default
Could you give us a little more detail of what's going on? Are the files on a Windows drive or a PC-BSD drive? Can you give us a directory listing of the files you want to move (using the command ls -l)?
Reply With Quote
  #3  
Old 03-30-2011, 04:39 PM
bebuxe bebuxe is offline
Senior Member
 
Join Date: Mar 2010
Location: pm me, i'll tell
Posts: 216
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to bebuxe
Default
its got to be something with the ntfs permissions to write/read on the drives. We will see after he responds. It might also be that he made the drive be in journal-ing mode and added a new drive that the ntfs journal wrote over.
__________________
An important quote from an English Composition professor:
"What may obvious to you, may not be obvious to someone else. That's why we have to write about them."
Godly song: http://www.youtube.com/watch?v=R7jhnVdLz50
YEIH! found the original song from the author herself: http://www.youtube.com/watch?v=QAcs5QLT4Ic
Reply With Quote
  #4  
Old 04-01-2011, 01:31 AM
bawbaw bawbaw is offline
Junior Member
 
Join Date: Jan 2011
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Default
Originally Posted by thnewguy View Post
Could you give us a little more detail of what's going on? Are the files on a Windows drive or a PC-BSD drive? Can you give us a directory listing of the files you want to move (using the command ls -l)?
my files are on a windows PC and I want to transfer that to my PC-BSD shared folder.

Here's a summary on my PC-BSD , I've got a shared folder named installers and I set the permission to writeable I can write anything on my installers directory but I get a access denied on all sub folder, And one more thing I've got a dual boot system PC-BSD and Windows OS last time I tried to share my NTFS drive running on PCBSD everytime I go to that NTFS shared folder via network PC-BSD automatically reboots. Is that the cause?
Reply With Quote
  #5  
Old 04-01-2011, 12:25 PM
thnewguy thnewguy is offline
Senior Member
 
Join Date: May 2010
Posts: 720
Thanks: 0
Thanked 34 Times in 30 Posts
Default
Regarding the permission denied error on your sub-folders, it's probably a case of either the wrong user owning the directories or the permissions are too tight. Try doing

su
(enter root password)
find /path/to/installers -type d -exec chown -R your_user_name {} \;
find /path/to/installers -type d -exec chmod 755 {} \;
exit

The first "find" line makes sure your user "your_user_name" will own the sub-folders. The second "find" line will give you write access to the folder. Just change "/path/to/installers" to the path of your installers folder and "your_user_name" to the name on your regular user account.

As to the shared folder, I'm a little confused. You said you're dual booting, but you're trying to access the NTFS share over the network? If the share is on the local machine you should be accessing it directly on your local machine rather than over the network.
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

Forum Jump


All times are GMT. The time now is 03:18 PM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Copyright 2005-2010, The PC-BSD Project. PC-BSD and the PC-BSD logo are registered trademarks of iXsystems.
All other content is freely available for sharing under the terms of the Creative Commons Attribution License.