After a little testing I have come to understand..... all of my partitions are mounted under /media automatically.<div><p>    "/media/bmike1/entertainment/Pictures /home/bmike1/Pictures none bind 0 0"</p><p>tells it to link the the two directories together. I have a question though, Itested it and when I copied a file into /home/bmike1/Pictures the file went to the desired directory. Why if I copy it to the desired directory directly does it not go to /home/bmike1/Pictures also? It must have to do with the order you put the the two directories in</p>


<p>sudo mount ~bmike1/Pictures</p><p>why is it '~bmike1/Pictures' and not '~/bmike1/Pictures'?</p><div><br></div><div>:-)~MIKE~(-:</div>
<br><br><div class="gmail_quote">On Mon, Jan 28, 2013 at 12:06 PM, Patrick Callahan <span dir="ltr"><<a href="mailto:patrick.pxc.c@gmail.com" target="_blank">patrick.pxc.c@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<p>*/media/NewDrive/Wherever/<br>
in both examples.</p>
<p>I also assumed your username was 'mike'. If it's not, use your username</p><div><div>
<div class="gmail_quote">On Jan 28, 2013 12:04 PM, "Patrick Callahan" <<a href="mailto:patrick.pxc.c@gmail.com" target="_blank">patrick.pxc.c@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<p>So there are two ways of doing this (besides changing your XDG Pictures folder), and one involves symbolic links, and the other involves bind mounts. You shouldn't have to do both. Here's the symbolic link way:</p>





<p>  cp -r ~/Pictures /media/NewDrive/Wherever<br>
  rm -rf ~/Pictures<br>
  ln -s /media/NewDrive/Wherever/Pictures ~/Pictures</p>
<p>I don't prefer that method, because some file searching tools and such don't follow symbolic links by default. I use bind mounts:</p>
<p>  cp -r ~/Pictures /media/NewDrive/Wherever<br>
  rm -rf ~/Pictures/*<br>
  <br>
  (then add the following line to your fstab without quotation marks) : <br>
    "/media/NewDrive/Wherever/Pictures /home/mike/Pictures none bind 0 0"<br>
  Then 'sudo mount ~mike/Pictures'. It should mount automatically on boot after that.</p>
<p>Either method should work, but you should only use one.</p>
<div class="gmail_quote">On Jan 28, 2013 12:47 AM, "Michael Havens" <<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




in this situation do I add the <div><br></div><div>     mount <drive> /mnt/<target><div><br></div><div>command to fstab or what is the new standard? I mean I thought it might be mounted in /media but I was wrong. Thn I opened the drive  and it still wasn't mounted in media so I don't know what  to do.<br clear="all">






<div>:-)~MIKE~(-:</div>
<br><br><div class="gmail_quote">On Mon, Jan 28, 2013 at 12:33 AM, Michael Havens <span dir="ltr"><<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">






thanks Ed. I was thinking it might be that easy.<br clear="all"><div>:-)~MIKE~(-:</div><div><div>
<br><br><div class="gmail_quote">On Mon, Jan 28, 2013 at 12:10 AM, Ed <span dir="ltr"><<a href="mailto:plug@0x1b.com" target="_blank">plug@0x1b.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">







ln -s works for me - get the details from the man page. Besides, a<br>
symbolic link is easier than changing the XDG designation for your<br>
Pictures directory:<br>
<a href="http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html" target="_blank">http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html</a><br>
<br>
just make sure your link has the same name as your current XDG<br>
Pictures directory and you shouldn't have any problems.<br>
<div><div><br>
On Sun, Jan 27, 2013 at 12:35 PM, Michael Havens <<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>> wrote:<br>
> I want to move my pictures folder to another folder in another partition.<br>
> How do I tell the computer that when I click on the pictures folder icon<br>
> (the folder with the polaroid on it) that I want to go to this directory in<br>
> the other partition?<br>
> :-)~MIKE~(-:<br>
><br>
</div></div>> ---------------------------------------------------<br>
> PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
> To subscribe, unsubscribe, or to change your mail settings:<br>
> <a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br>
---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br>
</blockquote></div><br>
</div></div></blockquote></div><br></div></div>
<br>---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br></blockquote></div>
</blockquote></div>
</div></div><br>---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br></blockquote></div><br></div>