5

I can mount the Windows partition in my Ubuntu installation but I don't seem to be able to create or paste files in to the mounted partition. I don't know how to fix it. Any ideas?

Flyk
  • 1,480
  • 3
  • 18
  • 24
Manoj
  • 171

1 Answers1

2

If you mounted from Nautilus, it uses a special GNOME API (gio/gvfs). You can't access the files from command line or non-gnome-aware programs. But there is a bridge:

You should install gvfs-fuse

sudo apt-get install gvfs-fuse

and restart Nautilus (perhaps killall -HUP nautilus is enough)

Zanna
  • 72,312
shellholic
  • 5,742