Quick question that I can't find any other previous posts address:
I'm simply trying automount an NTFS partition at startup because i'm sick of manually doing it every time.
The device I want to mount is at:
sdb
partitons 5-7:
/dev/sdb5/Data mounted at /media/Data /dev/sdb6/Games-Apps mounted at /media/Games-Apps /dev/sdb7/Music-Movies mounted at /media/Music-Movies
I'm sure there's a smarter way of mounting devices, just havnt found it, so if anyone has a better way lemme know.
Anyway, I had thought it might be as simple as using the session manager and just feeding commands in such as:
sudo mkdir /media/Data && sudo mount /dev/sdb5/Data
Yea, while i don't get any errors, i don't get any results either. Because these are NTFS partitions do i need to specify the file system type? I donno, like i said - easy one, i'd appreciate the pointer.