Linux Lite Forums
How to not display a partition on desktop by default? - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5)
+--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=20)
+--- Thread: How to not display a partition on desktop by default? (/showthread.php?tid=5825)



How to not display a partition on desktop by default? - Vera - 11-29-2018

Hi, I have a partition that displays on the desktop by default (see pic below). I'd like to not display it. How should I do that?

Extra info:

[Image: scaled_full_2b4313e276a32645db3e.jpg]


Re: How to not display a partition on desktop by default? - trinidad - 11-29-2018

>Menu>Settings>Settings Manager>Desktop>Icons>Removable Devices> Uncheck >>Disks and Drives

TC


Re: How to not display a partition on desktop by default? - Vera - 11-30-2018

Thanks for taking the time to reply, [member=5916]trinidad[/member] . This method works but has the unfortunate side-effect of also not showing any USB drives that I insert.


Re: How to not display a partition on desktop by default? - DeepThought - 11-30-2018

Hi [member=6960]Vera[/member]  I think the problem here is that although the partition is internal it does not have a fixed mount point so the OS sees it as a removable drive. Trinidad's answer was correct but as you have found out it has the effect of not showing any removable drive on the desktop anymore.

I think the only way to achieve what you want is to add the partition to the fstab, it will be available to mount in your file manager but will not appear on your desktop as a removable drive.

The following link should help with editing the fstab Smile

Code:
https://help.ubuntu.com/community/Fstab

Hope this helps Smile


Re: How to not display a partition on desktop by default? - Vera - 12-01-2018

Thank you, [member=7644]DeepThought[/member] ! Brilliant - exactly what I needed. Although I knew that I hadn't specified a mount point, I thought that was an entirely separate issue. I didn't realize that this was in fact related to the issue of the partition being displayed.

So actually, I was going to open another post about the mount point issue, but you have managed to solve that question before I even asked it!! Thanks so much! OK then, marking this thread as solved.

Thank you to both, I really appreciate the help and care that my system and I are getting on the LL forums.



Re: How to not display a partition on desktop by default? - DeepThought - 12-01-2018

[member=6960]Vera[/member]  Glad it was of some help Smile