Goj1
(usa Debian)
Enviado em 28/09/2009 - 19:14h
Acrescentei a seguinte linha ao arquivo "/fstab":
/dev/sda2 /mnt/hd ntfs-3g,auto,rw 1 0
Ficou assim:
# /etc/fstab: static file system information.
#
# Use 'vol_id --uuid' 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 defaults 0 0
# / was on /dev/sda4 during installation
UUID=5a77565c-d81b-4ea6-9245-21b9398adc71 / ext3 relatime,errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=7b9b3aaf-72e8-4edf-aa51-d932d2302f68 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/sda2 /mnt/hd ntfs-3g,auto,rw 1 0
Mas não montou a partição no boot. Eu já tentei com o sistema de arquivo "fuseblk" e aconteceu o mesmo.
Onde estou errando, como faço para montar a partição "/dev/sda2" no boot?