If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
If you have copied text output that contains formatting (colors, highlighting, etc.), please do not enclose it in QUOTE or CODE tags. Just right-click your mouse and choose "Paste Without Formatting" or similar (Paste as plain text).
At boot-up mount is run and it uses the content of /etc/fstab.
So in case you forgot to add some partitions during the install phase you can always edit /etc/fstab to add them at a later time.
Code:
kdesudo kate /etc/fstab
Another way is to add the Root Actions service to the Dolphin file manager, this allows you to right click a file and select Open as text.
You are posting in a Kubuntu forum so I assume you run the KDE desktop environment on top of Ubuntu.
Dolphin is the standard file browser of KDE, an older option is Konqueror.
Auto mounting of removable media is a different issue then your original question, what has been automounted will show up in /etc/mtab, the format will be similar to ftab.
On a properly installed Kubuntu you do not need to do anything for external drives to mount except click the appropriate action button when the notifier reports a new device.
Comment