04-12-2012 05:12 PM
Hello:
I have a TeraStation III with 1.55 firmware version and a Linux Centos 6
[root@centos6 buffalotest]# cat /etc/issue
CentOS Linux release 6.0 (Final)
Kernel \r on an \m
[root@centos6 buffalotest]# uname -a
Linux centos6 2.6.32-71.el6.x86_64 #1 SMP Fri May 20 03:51:51 BST 2011 x86_64 x86_64 x86_64 GNU/Linux
I shared via NFS a folder without problems (write & read), but the files is property of nobody:nobody
[root@centos6 buffalotest]# ls -lrt
total 0
rw-r--r-. 1 nobody nobody 0 Apr 12 15:16 prueba
rw-r--r-. 1 nobody nobody 0 Apr 12 15:18 prueba1
rw-r--r-. 1 nobody nobody 0 Apr 12 15:21 prrueba2
rw-rw-rw. 1 nobody nobody 0 Apr 12 15:25 prueba3
When I try change the owner, It´s not possible make this operation
[root@centos6 buffalotest]# chown root:root prueba3
chown: changing ownership of `prueba3': Operation not permitted
I´ll appreciate your help.
Solved! Go to Solution.
04-13-2012 12:06 PM
Unfortunately I cannot support Linux. Perhaps someone else from the forum community will be able to help you.
04-13-2012 12:37 PM
I am surprised to read this, because in the technical specification and the manual of TeraStation III is endorsed Linux
www.buffalotech.com/products/network-storage/busin
Client OS Support
Windows ® 7 (32-bit/64-bit), Windows Vista ® (32-bit/64-bit), Windows ® XP, Windows ® 2000, Windows Server ® 2003/2008, Linux (SMB), Mac OS ® X 10.4 - 10.7
Thanks for your comments.
04-13-2012 12:40 PM
Client OS Support Windows ® 7 (32-bit/64-bit), Windows Vista ® (32-bit/64-bit), Windows ® XP, Windows ® 2000, Windows Server ® 2003/2008, Linux (SMB), Mac OS ® X 10.4 - 10.7
You are having issues with NFS not SMB.
04-13-2012 12:46 PM
Ok
Thank your help
08-29-2012 11:25 AM
Hello,
I have the similar problem even when the share is mounted via SAMBA . I can't change the permission of the files from my Linux machine
I've mounted TS-XEL4F8 with firmware 1.5 on Debian machine:
>> /etc/fstab <<
....
//terastation/share/ /net/ cifs username=admin,password=password 0 0
I can create a file ( see below bbb ) , I can copy ( aaa is a copy of clone_system_disk.ksh ) , but I can't change the permision. :(
9907952681235 -rwxr-xr-x 1 root root 1142 Aug 29 16:04 aaa
9907952681237 -rwxr-xr-x 1 root root 0 Aug 29 16:03 bbb
9907952684069 -rwxr-xr-x 1 root root 1142 Feb 16 2006 clone_system_disk.ksh
### options on Shared Folders > share
Shared Folder Attributes: - RW
Shared Folder Support: - Windows , Apple. ftp sftp
Folder Mode (SMB Only): option hide is not selected
Any advise would be welcomed.
Thanks.
Marian
08-29-2012 01:12 PM
You cannot change the permissions of files.
08-30-2012 01:26 AM