F5F Stay Refreshed Software Operating Systems Install Airport Extreme on a Debian server Follow the steps to add and configure the software.

Install Airport Extreme on a Debian server Follow the steps to add and configure the software.

Install Airport Extreme on a Debian server Follow the steps to add and configure the software.

A
AyyLmaokai
Member
124
06-15-2023, 01:17 PM
#1
You're encountering a permission issue when trying to add the CIFS password to /etc/fstab. The error indicates that the script doesn't have the necessary rights. Check if the user running the command has access to the file and verify the correct password format. Consider using sudo or adjusting permissions accordingly.
A
AyyLmaokai
06-15-2023, 01:17 PM #1

You're encountering a permission issue when trying to add the CIFS password to /etc/fstab. The error indicates that the script doesn't have the necessary rights. Check if the user running the command has access to the file and verify the correct password format. Consider using sudo or adjusting permissions accordingly.

A
antmat04
Member
220
06-20-2023, 07:47 AM
#2
You haven't listed your user in that /etc/fstab line. Here's an example of mounting a cifs share through /etc/fstab. //servername/sharename /media/windowsshare cifs username=msusername,password=mspassword,iocharset=utf8,sec=ntlm 0 0 Nevermind, I see the uid=1000 now. I recommend trying it with the above example instead. Not entirely sure just pointing to a uid will work.
A
antmat04
06-20-2023, 07:47 AM #2

You haven't listed your user in that /etc/fstab line. Here's an example of mounting a cifs share through /etc/fstab. //servername/sharename /media/windowsshare cifs username=msusername,password=mspassword,iocharset=utf8,sec=ntlm 0 0 Nevermind, I see the uid=1000 now. I recommend trying it with the above example instead. Not entirely sure just pointing to a uid will work.

M
MrStealYoKill
Junior Member
3
06-21-2023, 08:29 PM
#3
Check the source of the template to confirm its authenticity. Verify the context and details match your requirements. If unsure, seek additional confirmation or clarification.
M
MrStealYoKill
06-21-2023, 08:29 PM #3

Check the source of the template to confirm its authenticity. Verify the context and details match your requirements. If unsure, seek additional confirmation or clarification.

J
jainam19
Junior Member
15
07-05-2023, 06:52 PM
#4
The request is asking to configure a CIFS share using user ID 1000, which is typically the default or first user created. However, there are concerns about how permissions should be applied and whether the system will correctly recognize the user name instead of relying on an unknown ID. The discussion highlights that CIFS relies on usernames rather than numeric IDs for proper access control.
J
jainam19
07-05-2023, 06:52 PM #4

The request is asking to configure a CIFS share using user ID 1000, which is typically the default or first user created. However, there are concerns about how permissions should be applied and whether the system will correctly recognize the user name instead of relying on an unknown ID. The discussion highlights that CIFS relies on usernames rather than numeric IDs for proper access control.

J
jules72170
Junior Member
39
07-06-2023, 04:48 AM
#5
The airport extreme is saved on a shared disk using a password mode that doesn’t require a username. You don’t need to enter one—just follow the command you used.
J
jules72170
07-06-2023, 04:48 AM #5

The airport extreme is saved on a shared disk using a password mode that doesn’t require a username. You don’t need to enter one—just follow the command you used.

N
Nik_Master16
Member
140
07-06-2023, 11:52 AM
#6
Ooooh, it's a Mac thing. Sorry, didn't research was Airport Extreme was. Just assumed it's some program for sharing files. Try this one but change the password ofc: Didn't realize you could just use "any". Pulled that line from here: https://www.raspberrypi.org/forums/viewt...26&t=45632
N
Nik_Master16
07-06-2023, 11:52 AM #6

Ooooh, it's a Mac thing. Sorry, didn't research was Airport Extreme was. Just assumed it's some program for sharing files. Try this one but change the password ofc: Didn't realize you could just use "any". Pulled that line from here: https://www.raspberrypi.org/forums/viewt...26&t=45632

F
Fireking124
Senior Member
576
07-06-2023, 05:53 PM
#7
I updated the path to this //10.0.0.1/TooneTown%20Media with the media directory and password settings, but the issue persists.
F
Fireking124
07-06-2023, 05:53 PM #7

I updated the path to this //10.0.0.1/TooneTown%20Media with the media directory and password settings, but the issue persists.

V
Vykor817
Member
214
07-15-2023, 11:05 AM
#8
I adjusted the input around the password, but the share name still has a space. Use a percentage sign instead of a percent sign (%20) and ensure the space is handled correctly.
V
Vykor817
07-15-2023, 11:05 AM #8

I adjusted the input around the password, but the share name still has a space. Use a percentage sign instead of a percent sign (%20) and ensure the space is handled correctly.

L
LuckySoda
Member
161
07-15-2023, 11:49 AM
#9
That's the escape sequence for spaces used by /etc/fstab.
L
LuckySoda
07-15-2023, 11:49 AM #9

That's the escape sequence for spaces used by /etc/fstab.

R
Ravenpolly
Member
58
07-15-2023, 12:42 PM
#10
Great! It worked.
R
Ravenpolly
07-15-2023, 12:42 PM #10

Great! It worked.