I have had opensuse 11.2 installed on my netbook for a couple of months and it has worked smoothly. Recently after a couple of updates however, I have noticed that when I plug a usb drive into my netbook, opensuse is not automatically mounting the drive. Just then upgraded my system to 11.3 and I still have the same problem.
When i run a “fdisk -l” I can see that my usb is there and when I run a mount command I can successfully mount it and access my files. However opensuse seems to no longer mount it for me automatically. I am running gnome and my netbook is a dell inspiron mini. Is there some way to turn the mounting of usb drives back on so I don’t have to run a tedious command every time?
I have also noticed recently, that my windows partition appears as an icon on my desktop, whereas it never used to. I am confused as to why it has suddenly appeared here and my usb’s are no longer mounting.
I have also checked my gconf and I found a checkbox for auto-mounting and it was already checked.
In response to 2) how can i remove the icons? There is no delete or remove option. I still want windows drives mounted, I just don’t want icons on my desktop.
Thanks also for your quick answers. Makes the conversation easier
The mounting of what you call “the windows drives” (which are in fact partitions with NTFS or the like file systems on them) is done at boot because they are in /etc/fstab. Icons on your desktop have nothing to to with mounting. Somebody had the (imho silly) idea that it would be usefull to show that on the desktop of an end-user.
Show the output of
cat /etc/fstab
to check this and I also like to see that as an extra check in the case of your USB devices.
(Please put the output between CODE tags to preserve the format. You can do this by:
a) using The Go Advanced option below right of the Response;
b) selecting the copied/pasted computer text and hen click the # buton in the toolbar.)
The /etc/fstab shows that on boot two partitions (sda2 and sda3) are mounted on /windows/C and /windows/D resp. at boot. That is done regardless if anybody logs in or not. Thus the contents of these file systems are available regardless of the fact that an icon is show on the desktop of the person that happens to log in in the GUI. Now it must possible to remove hem.
You forgot to tell what desktop you use (and I forgot to ask). The following is for KDE. Nothing happens when you right click on them? It may be that the “container” (rectangular box) on the desktop where they are shown is locked. Then, iirc, right click on the “cashew” and click “Unlock widgets”. Then try again on the icons. Do not forget to lock your widgets again. It stops you from meddling with your desktop by accident.
The /etc/fstab also shows that there is nothing there about the USB devices. This is often not the case and most often correct, but I wanted to be sure.
Please tell first which desktop you use.
You are right. I skipped over it (using capital characters where they belong do make reading easier). I hope someone with Gnome knowledge will jump in then (for both questions).