<div dir="ltr">It was mounted. I labled it as Kingston64 but mlabel turned it into KINGSTON64. My rsync command had it as Kingston until I realized mlabel had capitalized everything.</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 11, 2016 at 12:51 AM, Brien Dieterle <span dir="ltr"><<a href="mailto:briend@gmail.com" target="_blank">briend@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Ah, so it wasn't mounted. . .<i> </i>where you thought it was ;-)<br></div>Looks like the case thing is a bug:<br><a href="https://bugs.launchpad.net/ubuntu/+source/mtools/+bug/524182" target="_blank">https://bugs.launchpad.net/<wbr>ubuntu/+source/mtools/+bug/<wbr>524182</a><br><br></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 10, 2016 at 8:06 PM, Michael <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"><div dir="ltr">figured out the problem! mlabel converted my variable to all caps. Is there a way MSDOS label creator that will allow caps and lower letters?</div><div class="gmail_extra"><div><div class="m_8857855834726555510h5"><br><div class="gmail_quote">On Mon, Oct 10, 2016 at 10:57 PM, Michael <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"><div dir="ltr"><div>$ sudo blkid</div><div>[sudo] password for bmike1: </div><div>/dev/sda1: LABEL="System Reserved" UUID="524422C94422B021" TYPE="ntfs" </div><div>/dev/sda2: UUID="C2FE2639FE2625DF" TYPE="ntfs" </div><div>/dev/sda3: UUID="3E2E72CD2E727E29" TYPE="ntfs" </div><div>/dev/sdb1: UUID="dbd322bd-8172-48d1-a982-<wbr>80f9721cabc2" TYPE="ext4" </div><div>/dev/sdb3: UUID="55a828ec-f16b-49ad-846f-<wbr>8793e6d0ecdb" TYPE="ext4" </div><div>/dev/sdb5: UUID="b45d28c4-edc6-4f9a-a80b-<wbr>144e20197cf8" TYPE="swap" </div><div>/dev/sdc1: LABEL="KINGSTON64" UUID="3B90-A363" TYPE="vfat" </div><div><br></div></div><div class="gmail_extra"><div><div class="m_8857855834726555510m_-2100857924146417179h5"><br><div class="gmail_quote">On Mon, Oct 10, 2016 at 10:54 PM, Michael <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"><div dir="ltr">It's mounted. Otherwise the mlabel command would have failed.<div><br></div><div><div>$ ls /media/bmike1</div><div>KINGSTON64</div></div><div><br></div></div><div class="gmail_extra"><div><div class="m_8857855834726555510m_-2100857924146417179m_5672564621093478491h5"><br><div class="gmail_quote">On Mon, Oct 10, 2016 at 9:30 PM, Brien Dieterle <span dir="ltr"><<a href="mailto:briend@gmail.com" target="_blank">briend@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>I don't think your sdcard is even mounted.  Try this:<br><a href="http://www.pkill-9.com/mount-usb-micro-sd-card-linux-automount/" target="_blank">http://www.pkill-9.com/mount-u<wbr>sb-micro-sd-card-linux-automou<wbr>nt/</a><br><br></div>Also, until you are confident it is configured correctly, you should really use -n (or --dry-run) for rsync so you don't accidentally... oh, delete everything :-)<br></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="m_8857855834726555510m_-2100857924146417179m_5672564621093478491m_-3955999672488621993h5">On Mon, Oct 10, 2016 at 6:02 PM, Michael <span dir="ltr"><<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="m_8857855834726555510m_-2100857924146417179m_5672564621093478491m_-3955999672488621993h5"><div dir="ltr">I found the solution and I labled my device but:<div><br></div><div><div>$ sudo mlabel p:kingston64</div><div>$ rsync -aWuq --delete-before /home/bmike1/Documents /media/bmike1/Kingston64</div><div>rsync: mkdir "/media/bmike1/Kingston64" failed: Permission denied (13)</div><div>rsync error: error in file IO (code 11) at main.c(674) [Receiver=3.1.0]</div><div><br></div></div><div>So this means permissions are wrong on the device?</div><div><br></div><div>$ sudo chmod 007 <-I only have one user so is this good?</div></div><div class="gmail_extra"><div><div class="m_8857855834726555510m_-2100857924146417179m_5672564621093478491m_-3955999672488621993m_7907030555991931352h5"><br><div class="gmail_quote">On Mon, Oct 10, 2016 at 8:54 PM, Michael <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"><div dir="ltr">okay.... I googled and I searched and found the solution to my problem:<div><br></div><div><a href="http://www.pkill-9.com/label-ms-dos-flash-drive-micro-sd-card-mtools-linux/" target="_blank">http://www.pkill-9.com/label-m<wbr>s-dos-flash-drive-micro-sd-car<wbr>d-mtools-linux/</a><br></div><div><br></div></div><div class="gmail_extra"><div><div class="m_8857855834726555510m_-2100857924146417179m_5672564621093478491m_-3955999672488621993m_7907030555991931352m_-4485227661923237650h5"><br><div class="gmail_quote">On Mon, Oct 10, 2016 at 8:17 AM, Michael <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"><div dir="ltr">I just got a 64gb card to rsync my hard drive on to How do I see what the card is listed as? (/media/bmike1/????)<div><div><br></div><div>This is the command I use:</div><div><br></div><div>      rsync -aWuq --delete-before /home/bmike1/Documents\</div><div>      /media/bmike1/<???><div><br></div><div>I have two questions. I want to retain the dos format so to name it would I use the command 'dosfslabel' or would another be more approprialte?</div><div>  and</div><div>would I use the same command?</div><span class="m_8857855834726555510m_-2100857924146417179m_5672564621093478491m_-3955999672488621993m_7907030555991931352m_-4485227661923237650m_-1620424254914627346HOEnZb"><font color="#888888"><div><br></div>-- <br><div class="m_8857855834726555510m_-2100857924146417179m_5672564621093478491m_-3955999672488621993m_7907030555991931352m_-4485227661923237650m_-1620424254914627346m_-4203902038515211099gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</font></span></div></div></div>
</blockquote></div><br><br clear="all"><div><br></div></div></div><span class="m_8857855834726555510m_-2100857924146417179m_5672564621093478491m_-3955999672488621993m_7907030555991931352m_-4485227661923237650HOEnZb"><font color="#888888">-- <br><div class="m_8857855834726555510m_-2100857924146417179m_5672564621093478491m_-3955999672488621993m_7907030555991931352m_-4485227661923237650m_-1620424254914627346gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8000001907349px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</font></span></div>
</blockquote></div><br><br clear="all"><div><br></div></div></div><span class="m_8857855834726555510m_-2100857924146417179m_5672564621093478491m_-3955999672488621993m_7907030555991931352HOEnZb"><font color="#888888">-- <br><div class="m_8857855834726555510m_-2100857924146417179m_5672564621093478491m_-3955999672488621993m_7907030555991931352m_-4485227661923237650gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8000001907349px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</font></span></div>
<br></div></div>------------------------------<wbr>---------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.or<wbr>g</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/mail<wbr>man/listinfo/plug-discuss</a><br></blockquote></div><br></div>
<br>------------------------------<wbr>---------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.or<wbr>g</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/mail<wbr>man/listinfo/plug-discuss</a><br></blockquote></div><br><br clear="all"><div><br></div></div></div><span class="m_8857855834726555510m_-2100857924146417179m_5672564621093478491HOEnZb"><font color="#888888">-- <br><div class="m_8857855834726555510m_-2100857924146417179m_5672564621093478491m_-3955999672488621993gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8000001907349px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</font></span></div>
</blockquote></div><br><br clear="all"><div><br></div></div></div><span class="m_8857855834726555510m_-2100857924146417179HOEnZb"><font color="#888888">-- <br><div class="m_8857855834726555510m_-2100857924146417179m_5672564621093478491gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8000001907349px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</font></span></div>
</blockquote></div><br><br clear="all"><div><br></div></div></div><span class="m_8857855834726555510HOEnZb"><font color="#888888">-- <br><div class="m_8857855834726555510m_-2100857924146417179gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8000001907349px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</font></span></div>
<br>------------------------------<wbr>---------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.or<wbr>g</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/mail<wbr>man/listinfo/plug-discuss</a><br></blockquote></div><br></div>
</div></div><br>------------------------------<wbr>---------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org">PLUG-discuss@lists.phxlinux.<wbr>org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/<wbr>mailman/listinfo/plug-discuss</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8000001907349px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</div>