the parameter "auto" must come to fstab:
PARTUUID=7db04321-01 /home/test ntfs auto,nofail 0 2
after boot i see:
sdb 8:16 0 465,8G 0 disk
└─sdb1
8:17 0 419,2G 0 part /home/test ntfs 14E4473EE44720FA 7db04321-01
be sure, that all necessary hooks are added in your /etc/mkinitcpio.conf too:
HOOKS=(base udev autodetect modconf block keymap consolefont filesystems keyboard fsck)