buongiorno,devo montare ad ogni avvio del sistema automaticamente anche la partizione con xp che è sull'sda3.attualmente il mio fstab è questo



codice:
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# /dev/sda2
UUID=f247d371-1f1e-4bb9-92ea-652e0682e045 /               ext3    relatime,errors=remount-ro 0       1
# /dev/sda1
UUID=bf681c5f-f933-4cef-8872-6a53d650a15c none            swap    sw              0       0
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto,exec,utf8 0       0
siccome vedo che quell'identificativo sono un pò spaesato sulla riga che dovrei aggiungere i quanto non basterebbe un /dev/sda3 ntfs 0 2 vero?