Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

WinSCP cannot change the config.txt file
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
WinSCP cannot change the config.txt file
2nd Jul, 2014, 07:24 AM
Post: #4
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: WinSCP cannot change the config.txt file
it is not "problem" in means of bug. the chain of events leading to that is fact that /boot partition is fat. fat has no ACLs and by default is mounted with "fake" ownership = owner root.

it can be changed via mountoptions in /etc/fstab for /boot to xbian, which would allow xbian RW access to /boot. it is "uid=value and gid=value".

but probably better solution is to set "umask=0". (just add it into /etc/fstab line which starts /dev/mmcblk0p1. change rw,noatime to rw,noatime,umask=0.

umount /boot && mount /boot .
now anyone should be able to RW into /boot

(umask=0 will not change owner - this stays root. but will allow RWX permissions for owner also owner group and also - our case - other users).

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
WinSCP cannot change the config.txt file - forumarbeit - 27th Apr, 2014, 08:59 PM
RE: WinSCP cannot change the config.txt file - forumarbeit - 27th Apr, 2014, 11:17 PM
RE: WinSCP cannot change the config.txt file - Skywatch - 14th May, 2014, 05:51 AM
RE: WinSCP cannot change the config.txt file - mk01 - 2nd Jul, 2014 07:24 AM

Possibly Related Threads...
Thread: Author Replies Views: Last Post
  [solved] xbian-config: backup to file runs two times Groormat 4 15,320 5th May, 2014 08:03 PM
Last Post: Groormat

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 22nd May, 2025, 06:56 AM Powered By MyBB, © 2002-2025 MyBB Group.