You are not logged in.
I'm getting an error of permission denied when I'm try to access my Windows(/dev/sda6) partition in Nemo.
The same happens with my new ssd (/dev/sdc)I've been using in Windows.
I'ts works fine when I manually mount using the mount command.
Here is the output for "sudo fdisk -l":
Disk /dev/sda: 223.57 GiB, 240057409536 bytes, 468862128 sectors
Disk model: SanDisk SDSSDA24
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 879F5C24-A272-48FD-AFF8-8480A3019387
Device Start End Sectors Size Type
/dev/sda1 2048 1050623 1048576 512M EFI System
/dev/sda2 1050624 17827839 16777216 8G Linux swap
/dev/sda3 17827840 143656959 125829120 60G Linux filesystem
/dev/sda4 143656960 269486079 125829120 60G Linux filesystem
/dev/sda5 269486080 269518847 32768 16M Microsoft reserved
/dev/sda6 269518848 467791313 198272466 94.5G Microsoft basic data
/dev/sda7 467791872 468858879 1067008 521M Windows recovery environment
Disk /dev/sdb: 2.73 TiB, 3000592982016 bytes, 5860533168 sectors
Disk model: ST3000DM008-2DM1
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: F3042F27-8E9D-48A0-A2FA-49BF1B0D4016
Device Start End Sectors Size Type
/dev/sdb1 264192 2174132223 2173868032 1T Microsoft basic data
/dev/sdb2 2174134272 5860533134 3686398863 1.7T Microsoft basic data
Disk /dev/sdc: 223.57 GiB, 240057409536 bytes, 468862128 sectors
Disk model: KINGSTON SA400S3
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 0D0CB8A6-4801-43CC-942E-04CE96D2CC91
Device Start End Sectors Size Type
/dev/sdc1 34 32767 32734 16M Microsoft reserved
/dev/sdc2 32768 163872767 163840000 78.1G Microsoft basic data
/dev/sdc3 163872768 468858879 304986112 145.4G Microsoft basic dataLast edited by Pines (2021-03-29 22:20:19)
Offline
make sure you have the ntfs-3g package installed
Your paste isn't very helpful, it would be better to post the Nemo error log
Offline
make sure you have the ntfs-3g package installed
I'ts works fine when I manually mount using the mount command.
it would be better to post the Nemo error log
Wild guess: you lack one of these?
https://wiki.archlinux.org/index.php/Po … ion_agents
Offline
In /usr/share/polkit-1/actions:
I have:
org.nemo.root.policy
In /usr/share/polkit-1/rules.d:
50-default.rules
lightdm.rules
org.gtk.vfs.file-operations.rules
systemd-networkd.rules
And nothing on /usr/share/polkit-1/rules.d
I tried to open any of these drivers, on nemo. After that I ran " journalctl" and there is the result:
Mar 22 17:53:25 arch sudo[21381]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.In fact when I ran "pkaction" there is no "org.freedesktop.home1.service"
Is that the problem? how I add that?
Offline
systemd-homed warnings are spam.
it would be better to post the Nemo error log
And do you run an authentication agent? Which?
Offline
systemd-homed warnings are spam.
ponyrider wrote:it would be better to post the Nemo error log
And do you run an authentication agent? Which?
I ran nemo on terminal, it opens but don't bind the terminal session with nemo itself, so I don't know how to generate a proper log, it's almost like I'm running "nemo &"
I don't think I'm using an authentication agent. Nemo requires the polkit-gnome, right? I'm installed these packages but nothing happens, so I'm assuming that I must make some script in the folders mentioned in wiki(?)
Offline
The particular agent doesn't matter, but you also need to run it.
ps aux | grep authenticationEdit: nemo probably runs only one process, so if there's already one, calling "nemo" in a terminal will only detect that and then quit.
Last edited by seth (2021-03-22 23:34:15)
Offline
The particular agent doesn't matter, but you also need to run it.
ps aux | grep authentication
the output:
ineps 24942 0.0 0.0 6724 2380 pts/0 S+ 20:47 0:00 grep authenticationSo let me guess: I'm running no authentication agent
Edit: nemo probably runs only one process, so if there's already one, calling "nemo" in a terminal will only detect that and then quit.
I closed all nemo windows, all terminals, restarted awesome, then ran nemo, now i'ts binded but shows me nothing, no logs
EDIT: So how I'm add the authentication agent in systemctl? where I find the right service name?
Last edited by Pines (2021-03-23 00:36:03)
Offline
You can start it as a user service or to your session scripts
ran nemo, now i'ts binded but shows me nothing, no logs
Also not when trying to mount (sorry, don't use nemo)
Offline
I ran "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1" and works for the session. But I have to do this always I want to mount these drivers on nemo.
I put this command on /usr/local/sbin/autenticador.sh
Made the unit file: /etc/systemd/system/autenticador.service:
[Unit]
Description=Autenticador polkit Gnome
[Service]
ExecStart=/usr/local/sbin/autenticador.sh
[Install]
WantedBy=default.targetbut ist'n working for new sessions. Here is the output for "systemctl status autenticador.service"
● autenticador.service - Autenticador polkit Gnome
Loaded: loaded (/etc/systemd/system/autenticador.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Tue 2021-03-23 19:05:46 -03; 11min ago
Process: 346 ExecStart=/usr/local/sbin/autenticador.sh (code=exited, status=203/EXEC)
Main PID: 346 (code=exited, status=203/EXEC)
Warning: some journal files were not opened due to insufficient permissions.Offline
https://wiki.archlinux.org/index.php/Systemd/User
or
https://wiki.archlinux.org/index.php/Au … nt_startup
I put this command on /usr/local/sbin/autenticador.sh
Pointless and wrong.
Offline
I added the command on rc.lua, since I'm using awesome as window manager and worked
thanks for the atention.
Offline