Announcement

Collapse
No announcement yet.

problem mounting ntfs

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    problem mounting ntfs

    [img width=400 height=134]http://i130.photobucket.com/albums/p243/Amebaid/snapshot1-1.png[/img]

    i can't edit these files so ntfs-3g can't work what did i did wrong ??

    #2
    Re: problem mounting ntfs

    In linux system you have to have permissions to access files (security feature).

    Basically, if you need to write/edit system files (generally files outside your home directory), you need to gain root (admin) rights.

    You can do this by launching the application you wish to use with 'kdesu <program>'

    So if you wish to edit /etc/fstab, you should run:
    Code:
    kdesu kate /etc/fstab
    (You can run it with the run dialog [Alt+F2], konsole window or you may even create a launcher [shortcut icon] for the command...if you use it often)

    More on permissions:
    http://www.psychocats.net/ubuntu/permissions

    Comment

    Working...
    X