Is there a specific mount point to use for a partition so that it would appear separately in the side pane?
I mean that it would appear separately in the left pane of PCManFM or Thunar the way windows-partition and external usb devices appear.
(I do not mean it being the /home
partition. Nor it being something like /boot
because this would not display it as a partition on the left pane but it would look as a folder with that address (see this question). Would (any) such partition be kept after reinstall? Are there possible mount points with any name after /
- like /somename
? I wonder whether what I ask here is possible. I guess this question is very contaminated by the Windows experience.)
Here's a picture of the left pane in pcmanfm with the Windows partition (not mounted yet)
P.S. This question is not about changing my present partitions, I just want to know if that is possible. I'm in Lubuntu 12.10.
Edit after answer and comments:
I have an answer+comments saying that the partition should not have a mount point specified in order to achieve the asked result. How to create a partition (whether during or after install procedure) without setting the mount-point?
/
or/home
etc) to get that specific result. – Jan 15 '13 at 12:50mkfs.ext4 /dev/sdX9
). The installer also allows you to in the advanced mode and not setting any mount point. However, I prefer to do things myself afterwards and not fiddle with partitions not needed at installation time. If the bold part of your comment above was your question to ask, then why did you ask something else? – gertvdijk Jan 15 '13 at 12:52