I keep most of my media in a data partition which is shared with Windows. I'm trying to make a short easy way to mount/bind some of the directors for easier access. I use sudo mount --bind /media/bg260/DATA/Pictures /home/bg260/pictures It works but it is temporary and laborious by the time I get all mounted. How do I make a script? I don't think I need to modify fstab, just something quick I can do at startup.