Enviado em 08/02/2012 - 14:36h
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
# /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