I have a 1TB SSD drive I created 3 main partitions for 120GB for windows, 120GB for linux, and ~500GB for a shared drive.
I partitioned the shared drive as NTFS and added this line to fstab
UUID=xxx /media/data ntfs-3g rw 0 0
This works in that the drive does get mounted but now booting into Ubuntu takes over a minute. I commented this line out and boot time was just at ~20secs.
I'm not even sure where to start here. Any information would be greatly appreciated.