pesky icon

'Forum Post ulist at gs1.ubuntuforums.org
Mon Dec 5 02:27:04 UTC 2005


Thats sitting there probably because fstab specifies it as auto.
In you /etc/fstab replace thw windows mount line with something like:


Code:
--------------------
    /dev/sda1       /windows        ntfs    ro,user,noauto,umask=022        0       0
--------------------


the 'user' tells the os any user can mount it
the 'noauto' tells the os not to mount it at bootup

However please keep in ming that once you do that you will have to
mount it manually to use it.

On second thought post the contents of your /etc/fstab file so that I
can suggest the exact, correct changes.

HTH
AM


-- 
amohanty




More information about the ubuntu-users mailing list