Gostaria de saber como montar automaticamente uma partição NTFS no Ubuntu 11.10, eu já editei o arquivo fstab da sequinte maneira, no Debian squeeze essa configuração funciona perfeitamente. alguém tem alguma dica ?
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
/dev/sda4 /home/ ntfs-3g auto,renan,rw 0 1
# / was on /dev/sda3 during installation
UUID=17c11b78-5955-40cf-b232-92922782339c / ext4 errors=remount-ro 0 1
# swap was on /dev/sda1 during installation
UUID=6510ca63-7334-4b35-ae1b-3862c609c149 none swap sw
O Problema é que se eu usar uma partição ext3 ou ext4 o Windows perde o acesso a partição e a minha real intenção e manter uma partição de conexão entre o Linux e o Windows, assim compartilhando seus documentos.
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda6 during installation
UUID=40c78da8-d1e8-47e9-88da-71fb1789b5c3 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda7 during installation
UUID=cb06902c-7dcc-46c6-940a-2ecd0b03f8ba none swap sw 0 0