Doncic
Thu Aug 06, 2020 5:47:16 pm
Hi, I'd like Zorin to not mount automatically other partitions (windows) and usb.
how can I do that?
thank you
how can I do that?
thank you
Doncic
Thu Aug 06, 2020 5:47:16 pm
Swarfendor437
Thu Aug 06, 2020 10:15:49 pm
Doncic
Thu Aug 06, 2020 10:38:20 pm
Aravisian
Thu Aug 06, 2020 11:11:59 pm
xfconf-query -c thunar-volman -p /automount-drives/enabled -s false # disable drive automount
xfconf-query -c thunar-volman -p /automount-media/enabled -s false # disable media automount
xfconf-query -c thunar-volman -p /autobrowse/enabled -s false # disable thunar popping up
xfconf-query -c thunar-volman -l
Doncic
Fri Aug 07, 2020 8:45:46 am
Aravisian wrote:As you are using Zorin Lite, which is XFCE, you will need to adjust using xfconf-query
To disable automount on drives, in terminal paste in:
- Code:
xfconf-query -c thunar-volman -p /automount-drives/enabled -s false # disable drive automount
-on media:
- Code:
xfconf-query -c thunar-volman -p /automount-media/enabled -s false # disable media automount
If you want to prevent a new automounted window opening:
- Code:
xfconf-query -c thunar-volman -p /autobrowse/enabled -s false # disable thunar popping up
You can check your results with:
- Code:
xfconf-query -c thunar-volman -l
Aravisian
Fri Aug 07, 2020 12:03:39 pm
Doncic wrote:Aravisian wrote:As you are using Zorin Lite, which is XFCE, you will need to adjust using xfconf-query
To disable automount on drives, in terminal paste in:
- Code:
xfconf-query -c thunar-volman -p /automount-drives/enabled -s false # disable drive automount
-on media:
- Code:
xfconf-query -c thunar-volman -p /automount-media/enabled -s false # disable media automount
If you want to prevent a new automounted window opening:
- Code:
xfconf-query -c thunar-volman -p /autobrowse/enabled -s false # disable thunar popping up
You can check your results with:
- Code:
xfconf-query -c thunar-volman -l
thank you very much, what does "-on media" means?
MBMz10
Wed Aug 12, 2020 3:41:58 am
Swarfendor437
Wed Aug 12, 2020 11:04:43 am
Doncic
Wed Aug 12, 2020 11:41:43 am
MBMz10 wrote:Is it 'mounted' or just 'visible' in the file manager as a device?