[19. April 2013] A-400 Advanced Network Setup now available | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 [21 Jan. 2013] | A-200/A-210 [10 Aug. 2012]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 1 Guest(s)
Post Reply 
Please review my A300 design plan
08-12-2012, 03:24 AM
Post: #16
RE: Please review my A300 design plan
Thanks. I'm glad you're around tonight! That didn't work. Is that guide, the way I edited fstab or something? sickbeard still can't create a directory, and viewing from ubuntu guy, the folder has a padlock on it and permissions says "you do not own this folder and cannot make changes to it". Something I need to do on the PCH side of the folder this local folder represents?
Find all posts by this user
Add Thank You Quote this message in a reply
08-12-2012, 03:36 AM
Post: #17
RE: Please review my A300 design plan
this is nothing on the pch side. if connect and samba works and and only sudo commands work then its on the ubuntu side.

what user are you using. You might need to sudo chown -R username /path/path/path

which will change the owner to whatever you want it to be.
Find all posts by this user
Add Thank You Quote this message in a reply
[+] 1 user says Thank You to halfelite for this post
08-12-2012, 03:43 AM (This post was last modified: 08-12-2012 04:09 AM by AtariBaby.)
Post: #18
RE: Please review my A300 design plan
oh man Sad

Ran:

sudo chown misterfantastic -R /home/misterfantastic/Downloads/sickbeard/complete/
[sudo] password for misterfantastic:
misterfantastic@RobbieTheRobot:~$ sudo chmod -R 777 /home/misterfantastic/Downloads/sickbeard/complete/

Sickbeard:
Unable to add show
Unable to create the folder /home/misterfantastic/Downloads/sickbeard/complete/Comedy Bang! Bang!, can't add the show

Folder still padlock on it, still says "you are not the owner" in properties.

Following this guide: http://askubuntu.com/questions/150028/yo...ess-folder i navigate to the folder and right click and if I change owner to something other than root, it snaps right back. Won't let me change anything here.
Find all posts by this user
Add Thank You Quote this message in a reply
08-12-2012, 04:22 AM
Post: #19
RE: Please review my A300 design plan
what happens if you delete the folder from your normal desktop and try again without it?
Find all posts by this user
Add Thank You Quote this message in a reply
08-12-2012, 04:29 AM
Post: #20
RE: Please review my A300 design plan
I can't delete the folder as "me". If I go in through gksudo nautilus, and try to move it to the trash, it says I can't do that and would i like to delete it immediately. details: Unable to trash file: Device or resource busy

If I say yes to delete immediately, it says it can't be deleted, device or resource busy.
Find all posts by this user
Add Thank You Quote this message in a reply
08-12-2012, 04:32 AM
Post: #21
RE: Please review my A300 design plan
Is that trying from your ubuntu machine? what about from your normal desktop.. can that connect to the pch and delete it?
Find all posts by this user
Add Thank You Quote this message in a reply
08-12-2012, 04:40 AM
Post: #22
RE: Please review my A300 design plan
Okay, I think I follow you. I was able to easily navigate to the //10.0.1.3/share/TV folder and delete it, though it said I had to "delete it immediately".

I then went back and tried sickbeard and tried again to add show and got the error message again.
Find all posts by this user
Add Thank You Quote this message in a reply
08-12-2012, 04:45 AM
Post: #23
RE: Please review my A300 design plan
ok lets start over. umount the mount point and edit your fstab to look like this


//10.0.1.3/share/TV /home/misterfantastic/Downloads/sickbeard/complete/ cifs username=nmt,password=1234 0 0

I am assuming //10.0.1.3 is the pch

after you edit that save it then run sudo mount -a to mount everything in fstab.

then go into /home/misterfantastic/Downloads/sickbeard/ and type ls -l and paste the output here.
Find all posts by this user
Add Thank You Quote this message in a reply
08-12-2012, 05:17 AM
Post: #24
RE: Please review my A300 design plan
sudo mount -a initially gave an error message

mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

So I navigated to the pch and I created the folder TV, then then mount -a didn't complain.

Then I did:

misterfantastic@RobbieTheRobot:~$ cd /home/misterfantastic/Downloads/sickbeard/
misterfantastic@RobbieTheRobot:~/Downloads/sickbeard$ ls -l
total 0
drwxr-xr-x 1 root root 0 Aug 11 21:12 complete
misterfantastic@RobbieTheRobot:~/Downloads/sickbeard$
Find all posts by this user
Add Thank You Quote this message in a reply
08-12-2012, 05:30 AM
Post: #25
RE: Please review my A300 design plan
now run sudo chown misterfantastic /home/misterfantastic/Downloads/sickbeard/complete


then do cd /home/misterfantastic/Downloads/sickbeard/ and type ls -l again paste output
Find all posts by this user
Add Thank You Quote this message in a reply
08-12-2012, 05:33 AM
Post: #26
RE: Please review my A300 design plan
Thanks to you both for the help.

total 0
drwxr-xr-x 1 root root 0 Aug 11 21:12 complete
Find all posts by this user
Add Thank You Quote this message in a reply
08-12-2012, 05:43 AM
Post: #27
RE: Please review my A300 design plan
ok umount the mount point again. then do sudo chown misterfantastic /home/misterfantastic/Downloads/sickbeard/complete

It might not let you change it while something is mounted. So we need to unmount. then change then run mount -a again to remount the share.
Find all posts by this user
Add Thank You Quote this message in a reply
08-12-2012, 05:56 AM
Post: #28
RE: Please review my A300 design plan
done!
Find all posts by this user
Add Thank You Quote this message in a reply
08-12-2012, 05:58 AM
Post: #29
RE: Please review my A300 design plan
did it work?
Find all posts by this user
Add Thank You Quote this message in a reply
08-12-2012, 05:58 AM
Post: #30
RE: Please review my A300 design plan
oh mount -a didn't complain! Should I do ls -l again?
Find all posts by this user
Add Thank You Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Is it possible for the med8er to read from HDDs connected to PCH A300 ? djhifi 1 338 04-04-2013 02:35 AM
Last Post: halfelite
  [A300] NAT port forwarding transmission password protection? unbrained 3 556 03-27-2013 10:12 AM
Last Post: unbrained
Question No CIFS/SMB Access to Windows 2012 from C200/A300 Ryzz 22 6,929 03-16-2013 10:21 AM
Last Post: ciao
  Popcorn Hour A300 Lagging on larger files Ryan233 2 646 03-06-2013 10:23 PM
Last Post: troutfinger
  PCH A300 and synology NAS specops0i0 3 701 02-12-2013 07:16 PM
Last Post: specops0i0
Smile A-300 Windows7 64x -> A300 no go :( Batcompu 15 2,445 02-12-2013 02:11 PM
Last Post: codemonkey76
  A300 Win7 ulitmate network shares Veger69 11 2,302 12-01-2012 03:17 PM
Last Post: Hansss
  Cry for HELP! A300 Win 7 Home Premium Samba Share nah003 4 1,304 10-08-2012 01:46 PM
Last Post: chris57
  A300 Samba connection to PC dropping redryder 0 449 09-30-2012 08:54 AM
Last Post: redryder
  A300 - Setting up a share to another NMT redryder 0 560 09-16-2012 02:35 PM
Last Post: redryder

Forum Jump: