You are not logged in.
Pages: 1
Context:
Arch with i3
Modern computer with 2 disks connected to it
nvme0n1 with linux
sdb with blank ext4 partition
Have edited .xinitrc file to open udiskie on boot. Hdd is mounted at /mnt/sdb and when i try to create a new folder or file the option is greyed out
Every gui file manager i use does not let me interact with hdd. All of them list a Local Disk under Devices and when i click on it i get authorisation errors.
File managers used:
Thunar
Dolphin
Pcmanfm-qt
thanks for your time
Offline
On an ext4 file system the file system permissions are stored on the file system.
Hence chown the mounted path to your user.
sudo chown -R $USER:$YOURUSERGRP /mnt/sdbreplace the tokens with what's relevantly relevant for you.
Offline
Pages: 1