F5F Stay Refreshed Software Operating Systems Install Mount drivers without root access on Linux

Install Mount drivers without root access on Linux

Install Mount drivers without root access on Linux

Pages (3): Previous 1 2 3 Next
B
babcraft
Member
71
12-20-2021, 01:35 AM
#11
I don’t want to type my password each time I need to boot, basically I don’t mind security. If possible, I’d quit the root account completely. (I tried but didn’t work)
B
babcraft
12-20-2021, 01:35 AM #11

I don’t want to type my password each time I need to boot, basically I don’t mind security. If possible, I’d quit the root account completely. (I tried but didn’t work)

D
Dimensor
Member
60
12-20-2021, 10:32 AM
#12
Identify the device with dmesg and note its SD designation. View the contents of /dev/sdX* using ls -l and lsblk to confirm no extra drives are attached. This ensures the security rules target only the intended drive.
D
Dimensor
12-20-2021, 10:32 AM #12

Identify the device with dmesg and note its SD designation. View the contents of /dev/sdX* using ls -l and lsblk to confirm no extra drives are attached. This ensures the security rules target only the intended drive.

C
chaz141
Junior Member
22
01-08-2022, 07:35 PM
#13
Yes, it should work.
C
chaz141
01-08-2022, 07:35 PM #13

Yes, it should work.

A
AppoArth
Junior Member
5
01-19-2022, 03:52 AM
#14
Let me check if I grasp what you mean. You want the drive to stay unmounted without needing root, but still be able to access it. It seems not possible with any operating system. Your options are either use udev commands or adjust settings. Depending on the Linux distribution, you might hide the drive from the home screen and mount it manually via a file manager. As root, you can restrict access by denying permissions. The simplest method is to boot as root, right-click the drive, and set permissions so only root can access it. If you're not using root daily, under the Group settings, add your user to the read/write group and use the chown command to change ownership. Even if you list yourself as the owner, the system enforces access rules, so you can't override them completely.
A
AppoArth
01-19-2022, 03:52 AM #14

Let me check if I grasp what you mean. You want the drive to stay unmounted without needing root, but still be able to access it. It seems not possible with any operating system. Your options are either use udev commands or adjust settings. Depending on the Linux distribution, you might hide the drive from the home screen and mount it manually via a file manager. As root, you can restrict access by denying permissions. The simplest method is to boot as root, right-click the drive, and set permissions so only root can access it. If you're not using root daily, under the Group settings, add your user to the read/write group and use the chown command to change ownership. Even if you list yourself as the owner, the system enforces access rules, so you can't override them completely.

G
Gunner3212
Member
159
01-21-2022, 09:15 AM
#15
G
Gunner3212
01-21-2022, 09:15 AM #15

D
d4rkn4zgul
Member
58
01-21-2022, 11:47 PM
#16
It’s a terrible concept since logging in as root can easily wreck your operating system and expose you to various security risks. Many applications won’t run as root due to safety concerns. Accidentally causing physical harm is possible with root access, but it remains a real threat. Running harmful software as root can lead to severe damage like CPU or GPU overload, potentially destroying your system.
D
d4rkn4zgul
01-21-2022, 11:47 PM #16

It’s a terrible concept since logging in as root can easily wreck your operating system and expose you to various security risks. Many applications won’t run as root due to safety concerns. Accidentally causing physical harm is possible with root access, but it remains a real threat. Running harmful software as root can lead to severe damage like CPU or GPU overload, potentially destroying your system.

M
mintigo
Junior Member
15
02-11-2022, 03:07 PM
#17
I’m open to taking that risk. From what I understand, the root concept is intended for servers, not regular desktop users. I’m not entirely sure what WMI does, but booting as root might introduce new issues.
M
mintigo
02-11-2022, 03:07 PM #17

I’m open to taking that risk. From what I understand, the root concept is intended for servers, not regular desktop users. I’m not entirely sure what WMI does, but booting as root might introduce new issues.

A
Acew25
Member
51
02-11-2022, 04:22 PM
#18
Try it and see if it makes sense.
A
Acew25
02-11-2022, 04:22 PM #18

Try it and see if it makes sense.

B
boris25022000
Junior Member
15
02-17-2022, 04:35 PM
#19
It's essential for Linux user management. Certain applications will actually fail if you attempt to run them as root, unless you make adjustments. This applies to many web browsers.
B
boris25022000
02-17-2022, 04:35 PM #19

It's essential for Linux user management. Certain applications will actually fail if you attempt to run them as root, unless you make adjustments. This applies to many web browsers.

T
TehStratosHD
Senior Member
492
02-21-2022, 04:22 AM
#20
T
TehStratosHD
02-21-2022, 04:22 AM #20

Pages (3): Previous 1 2 3 Next