RBK0266E: Es fehlt die Berechtigung um Linux Dateiattribute auf /media/KodiBk zu erstellen (Dateisystem: nfs) #591
Replies: 6 comments 15 replies
-
Thatnk you very much for the debug log. In there I find
According theses lines for some reasons the Linux file attributes cannot be persisted. I suspect you didn't have used norootsquash in your /etc/export file for the backup partition on your QNAP. There exists a small script called |
Beta Was this translation helpful? Give feedback.
-
Hello framp
Thank you for the information.
sudo ./supportsFileAttributes /media/KodiBk gives me a "command not found" error.
I was able to change no_root_squash in etc/exports on the NAS.
The same problem persists so far.
Thank you for further assistance.
Cheers,
Roger
On Thursday, December 29, 2022 at 09:49:21 AM GMT+1, framp ***@***.***> wrote:
if I type "sudo supportsFileAttributes.sh" there is an error message that such a file or command doesn't exist.
You have to use sudo ./supportsFileAttributes /media/KodiBk.
I changed the line in fstab from "... rw..." to "...(rw,no_root_squash...)". Now there is the error message "mount.nfs: an incorrect mount option was specified".
You have to add no_root_squash in /etc/exports on your nfs server - your QNAP - not in /etc/fstab.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I unfortunately cannot help you on this issue other than to get supportsfFileAttributes to succeed. Would you please call the script with following command Did you test whether you can create a backup on an USB disk? Just to make sure you don't have another issue 😉 |
Beta Was this translation helpful? Give feedback.
-
Thank you for the reply. Here is the output that you suggested:
I will try with a USB disk.
On Tuesday, January 10, 2023 at 11:25:18 AM GMT+1, framp ***@***.***> wrote:
I unfortunately cannot help you on this issue other than to get supportsfFileAttributes to succeed. Would you please call the script with following command sudo bash - x ./supportsFileAttributes.sh /media/KodiBk and show the output?
Did you test whether you can create a backup on an USB disk? Just to make sure you don't have another issue 😉
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Sorry I thought you just wanted to have the reply from the Raspi directly. I tried to find the debug log but I couldn't find it.
Thank you.
On Thursday, January 12, 2023 at 11:17:05 PM GMT+1, framp ***@***.***> wrote:
I'm sorry. You didn't attach any debug log :-(
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
This one? See attachment.
On Thursday, January 12, 2023 at 11:17:05 PM GMT+1, framp ***@***.***> wrote:
I'm sorry. You didn't attach any debug log :-(
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I created a nfs share to my QNAP NAS on my raspi. I made sure that I can add and delete folders which works perfectly fine.
After having started raspiBackup it gave me the above mentioned error message. I couldn't find the message "RKB0266E" in the FAQ.
What could be hte problem? I add the log-file.
raspiBackup.log
Thank you for the help!
Beta Was this translation helpful? Give feedback.
All reactions