<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>Topic &#x27;Re: adb umount problems&#x27; in forum &#x27;All Things Unix&#x27; - dslreports.com</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27774848</link>
<description></description>
<language>en</language>
<pubDate>Mon, 20 May 2013 13:51:24 EDT</pubDate>
<lastBuildDate>Mon, 20 May 2013 13:51:24 EDT</lastBuildDate>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27779727</link>
<description><![CDATA[Maxo posted : <div class="bquote"><said>said by <a href="/profile/1769892" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=1769892');">unibroker</a>:</said><p>Apparently this is all related to Google changing the way it deals with usb connection.  With the new Android 4.+ (Jellybean) they've gone to MTP which is why I couldn't see the device from nautilus in Ubuntu.  When I ran a ROM based on Android 2.7 (Gingerbread) my Ubuntu nautilus could view it. <br><br>&raquo;<A HREF="http://askubuntu.com/questions/215528/galaxy-note-ii-mtp-on-ubuntu-12-04" >askubuntu.com/questions/215528/g&middot;&middot;&middot;tu-12-04</A><br><br>The third sentence in the above link refers to a very good explanation with a comment from a google engineer as to why the switch.  <br> </p></div>That is a very good read, and explains a lot of the confusion I had been having about why I could not switch off of MTP.<br><small>--<br>"Padre, nobody said war was fun now bowl!" - Sherman T Potter<br><br>&raquo;<A HREF="http://maxolasersquad.com/" >maxolasersquad.com/</A><br><br>&raquo;<A HREF="http://maxolasersquad.blogspot.com" >maxolasersquad.blogspot.com</A><br><br>&raquo;<A HREF="https://www.facebook.com/maxolasersquad" >www.facebook.com/maxolasersquad</A></small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27779727</guid>
<pubDate>Sat, 01 Dec 2012 23:32:11 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27778260</link>
<description><![CDATA[sempergoofy posted : Glad you found this article. Very interesting.<br><small>--<br>nohup rm -fr /&</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27778260</guid>
<pubDate>Sat, 01 Dec 2012 12:09:34 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27777331</link>
<description><![CDATA[unibroker posted : Apparently this is all related to Google changing the way it deals with usb connection.  With the new Android 4.+ (Jellybean) they've gone to MTP which is why I couldn't see the device from nautilus in Ubuntu.  When I ran a ROM based on Android 2.7 (Gingerbread) my Ubuntu nautilus could view it. <br><br>&raquo;<A HREF="http://askubuntu.com/questions/215528/galaxy-note-ii-mtp-on-ubuntu-12-04" >askubuntu.com/questions/215528/g&middot;&middot;&middot;tu-12-04</A><br><br>The third sentence in the above link refers to a very good explanation with a comment from a google engineer as to why the switch.  ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27777331</guid>
<pubDate>Fri, 30 Nov 2012 22:06:48 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27777037</link>
<description><![CDATA[unibroker posted : <code>root@android:/ # fuser /storage/sdcard1                                        <br>1|root@android:/ #</code> <br>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27777037</guid>
<pubDate>Fri, 30 Nov 2012 20:34:07 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27777002</link>
<description><![CDATA[sempergoofy posted : The "sdcard -> /storage/sdcard1" means that "sdcard" is a symbolic link to<br> /storage/sdcard1"     The letter "L" at the beginnng of the permissions confirms that.<br><br>Try  "fuser  /storage/sdcard1"  and see what it yields. (Hopefully one or more process id numbers.)<br><small>--<br>nohup rm -fr /&</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27777002</guid>
<pubDate>Fri, 30 Nov 2012 20:19:18 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27776575</link>
<description><![CDATA[unibroker posted : I found something in the output of the adb shell that caught my eye.<br><br><code>root@android:/ # ls -l /mnt/sdcard<br>lrwxrwxrwx root     root              2012-11-30 12:59 sdcard -> /storage/sdcard1</code><br><br>The last item, "sdcard1" is how both file managers on the device now label the sdcard.  What does "sdcard -> /storage/sdcard1" mean?<br>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27776575</guid>
<pubDate>Fri, 30 Nov 2012 17:33:23 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27776497</link>
<description><![CDATA[unibroker posted : I don't know what to replace "whatever" with.  I've tried a wildcard but it returns about 25, 4 digit numbers.  I've tried /sdcard but get "fuser: can't stat '/dev/sdcard': No such file or directory".]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27776497</guid>
<pubDate>Fri, 30 Nov 2012 17:07:12 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27776472</link>
<description><![CDATA[sempergoofy posted : Did you try "fuser" (as root) to see what process was using the mount point?<br><br># fuser /dev/whatever<br><br>If it reports a processid, then<br><br>ps -ef | grep that-process-id<br><br>to investigate what it is.<br><br>Exit the process if you have control of it. Otherise<br>  kill -9 that-process-id<br>will put a bullet in its head.<br><br>Usually when I can't umount a drive its because I changed to the mount point directory in another window and forgot that I had done so.  <br><small>--<br>nohup rm -fr /&</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27776472</guid>
<pubDate>Fri, 30 Nov 2012 16:58:12 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27776356</link>
<description><![CDATA[unibroker posted : The file is my build so my thought is the problem is with my environment (not using an IDE).   Oh well, I seem to learn more with the problems I create along the way.  At least I finally found out what "foo" means.  I see that in the literature and always mean to look it up.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27776356</guid>
<pubDate>Fri, 30 Nov 2012 16:25:55 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27776322</link>
<description><![CDATA[Maxo posted : I'm running CM10 on my Galaxy S3 and cannot get mass storage to work. Every time I select it it goes back to MTP but still doesn't show up in Nautilus. When using the device as a mass storage device it is trivial to move files to and from the sdcard using Nautilus.<br>I've used adb push and adb pull to move files back and forth with good success on Jellybean.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27776322</guid>
<pubDate>Fri, 30 Nov 2012 16:19:25 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27776307</link>
<description><![CDATA[unibroker posted : After our discussion I tried to flash what I had pushed.  It failed.  I restored my prior ROM and noticed in Root Explorer that the file I had pushed which had originally said 150MB now said 0.  Again, I read yesterday that  this happens when not properly unmounting.<br><br>So I flashed the ROM that I had previously used and when I hooked up adb the device shows up in nautilus.  I also get a notice on my device "USB Storage In Use.  Before turning off USB Storage make sure that you have unmounted (ejected) your Android SD Card from your computer."  Note that this ROM is Gingerbread whereas the other ROM is Jellybean.  The outputs under this scenario from BASH are below (note the device is now B&N Nookcolor).  In nautilus I then drag and drop my cm file from my computer to the device and select Safely Remove Drive.<br><br><code>lsusb<br>Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub<br>Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub<br>Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br>Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br>Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br>Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br>Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br>Bus 001 Device 003: ID 058f:6362 Alcor Micro Corp. Flash Card Reader/Writer<br>Bus 002 Device 002: ID 03f0:110c Hewlett-Packard <br>Bus 003 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver<br>Bus 001 Device 010: ID 2080:0002 Barnes & Noble NOOKcolor<br><br>adb devices<br>List of devices attached <br>2010720135452002	device<br><br>$ adb shell# cd sdcard<br># ls -a<br>.   ..<br># umount /sdcard<br>umount: can't umount /sdcard: Invalid argument</code><br><br>Notice that the only contents of my "sdcard" are pointers to the existing directory and the parent.  When I would push the file it would end up here but could not be found on the device's sdcard.  To add to the comedy I've just successfully flashed the zip file!<br><br>Apparently Gingerbread operates as mass storage and Jellybean adb when the usb cable is attached between the device and pc.  I need adb to work if I'm to do the tinkering I want.<br><br>Thanks for your time.<br> <br>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27776307</guid>
<pubDate>Fri, 30 Nov 2012 16:15:11 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27775837</link>
<description><![CDATA[unibroker posted : I think you are correct because all of my files in the sdcard are listed the same way.  I knew it was user error based on my history with everything having to do with tech.  You kind sir are a gentleman and a scholar.  Very much appreciated! ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27775837</guid>
<pubDate>Fri, 30 Nov 2012 14:21:20 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27775812</link>
<description><![CDATA[Maxo posted : <div class="bquote"><said>said by <a href="/profile/1769892" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=1769892');">unibroker</a>:</said><p><code># ls -l cm-10-20121129-UNOFFICIAL-encore.zip              <br>----rwxr-x system   sdcard_rw 157698499 2012-11-28 20:22 cm-10-20121129-UNOFFICIAL-encore.zip</code><br><br>Looks like I have no permissions and Group has them all!  Even everyone else has more than me.</p></div>I think when you connect over adb you are automatically part of the sdcard_rw group.<br>If you are looking to flash to this cm rom, your custom bootloader should be able to do it.<br>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27775812</guid>
<pubDate>Fri, 30 Nov 2012 14:16:01 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27775795</link>
<description><![CDATA[unibroker posted : <code># ls -l cm-10-20121129-UNOFFICIAL-encore.zip              <br>----rwxr-x system   sdcard_rw 157698499 2012-11-28 20:22 cm-10-20121129-UNOFFICIAL-encore.zip</code><br><br>Looks like I have no permissions and Group has them all!  Even everyone else has more than me.<br>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27775795</guid>
<pubDate>Fri, 30 Nov 2012 14:11:38 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27775758</link>
<description><![CDATA[Maxo posted : <div class="bquote"><said>said by <a href="/profile/1769892" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=1769892');">unibroker</a>:</said><p>So when I type "exit" from adb shell that umounts at the same time?</p></div>The device never got mounted in the first place, so there is no need to unmount it.<br>Mounting allows the filesystem of a device to exist in the tree of the PC. Instead, with adb, we are creating a connection similar to SSH or even telnet.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27775758</guid>
<pubDate>Fri, 30 Nov 2012 14:00:31 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27775733</link>
<description><![CDATA[unibroker posted : So when I type "exit" from adb shell that umounts at the same time?  I don't mount manually so this would make sense.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27775733</guid>
<pubDate>Fri, 30 Nov 2012 13:54:10 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27775725</link>
<description><![CDATA[Maxo posted : The foo in my example is just a placeholder. Replace it with the actual file on your PC.<br>When you transfer a file with adb push the filesystem on your phone is never mounted to your computer so no mounting or unmounting is needed. You can simply exit out of the adb shell and unplug your phone. adb push and adb pull are the best two commands for transferring files to and from your computer.<br><br>Edit: And you don't need to run the touch command. I just used that to create an empty file.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27775725</guid>
<pubDate>Fri, 30 Nov 2012 13:52:37 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27775716</link>
<description><![CDATA[unibroker posted : Is my particular filename in this?  This looks more complicated than my single push command but if it'll allow me to transfer and to safely remove device I'm willing to give it a try.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27775716</guid>
<pubDate>Fri, 30 Nov 2012 13:50:12 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27775713</link>
<description><![CDATA[Maxo posted : <div class="bquote"><said>said by <a href="/profile/1769892" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=1769892');">unibroker</a>:</said><p><code>adb devices<br>List of devices attached <br>2010720135452002	device</code><br><br><code>adb shell<br>root@android:/ # </code><br><br> <code>adb shell<br>root@android:/ # umount /sdcard/<br>failed: Device or resource busy</code></p></div>Those commands, if it actually worked, would unmount the sdcard that is inside your phone, from the Android OS.<br><small>--<br>"Padre, nobody said war was fun now bowl!" - Sherman T Potter<br><br>&raquo;<A HREF="http://maxolasersquad.com/" >maxolasersquad.com/</A><br><br>&raquo;<A HREF="http://maxolasersquad.blogspot.com" >maxolasersquad.blogspot.com</A><br><br>&raquo;<A HREF="https://www.facebook.com/maxolasersquad" >www.facebook.com/maxolasersquad</A></small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27775713</guid>
<pubDate>Fri, 30 Nov 2012 13:49:34 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27775693</link>
<description><![CDATA[Maxo posted : If you want to transfer a file from your PC to your phone try this.<br><code><br>&#10140;   ~  touch ~/foo<br>&#10140;   ~  adb push ~/foo /sdcard/<br>&#10140;   ~  adb shell<br>shell@android:/ $ cd /sdcard<br>shell@android:/sdcard $ ls -l foo<br>-rw-rw-r-- root     sdcard_rw        0 2012-11-30 13:41 foo<br>shell@android:/sdcard $ exit<br>&#10140;   ~  <br></code><br><small>--<br>"Padre, nobody said war was fun now bowl!" - Sherman T Potter<br><br>&raquo;<A HREF="http://maxolasersquad.com/" >maxolasersquad.com/</A><br><br>&raquo;<A HREF="http://maxolasersquad.blogspot.com" >maxolasersquad.blogspot.com</A><br><br>&raquo;<A HREF="https://www.facebook.com/maxolasersquad" >www.facebook.com/maxolasersquad</A></small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27775693</guid>
<pubDate>Fri, 30 Nov 2012 13:45:21 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27775666</link>
<description><![CDATA[unibroker posted : <code>adb devices<br>List of devices attached <br>2010720135452002	device</code><br><br><code>adb shell<br>root@android:/ # </code><br><br> <code>adb shell<br>root@android:/ # umount /sdcard/<br>failed: Device or resource busy</code><br><br>I don't know why I am logged into the adb shell as root.  I never login as root.<br>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27775666</guid>
<pubDate>Fri, 30 Nov 2012 13:36:31 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27775656</link>
<description><![CDATA[unibroker posted : okay]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27775656</guid>
<pubDate>Fri, 30 Nov 2012 13:34:53 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27775654</link>
<description><![CDATA[unibroker posted : This is the output from BASH of lsusb:<br><br><code>lsusb<br>Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub<br>Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub<br>Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br>Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br>Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br>Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br>Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br>Bus 001 Device 003: ID 058f:6362 Alcor Micro Corp. Flash Card Reader/Writer<br>Bus 002 Device 002: ID 03f0:110c Hewlett-Packard <br>Bus 003 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver<br>Bus 001 Device 009: ID 18d1:2d03 Google Inc</code><br><br>The device is the last one.  Presently the device doesn't show in nautilus.<br>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27775654</guid>
<pubDate>Fri, 30 Nov 2012 13:34:23 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27775648</link>
<description><![CDATA[Maxo posted : <div class="bquote"><said>said by <a href="/profile/686640" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=686640');">EUS</a>:</said><p>How about starting over and posting the proper output from the proper device, so we can see what's happening, and give some good advice?</p></div>Agreed. Restart from "adb shell" and then copy everything you do into this thread.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27775648</guid>
<pubDate>Fri, 30 Nov 2012 13:33:08 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27775644</link>
<description><![CDATA[Maxo posted : <div class="bquote"><said>said by <a href="/profile/1769892" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=1769892');">unibroker</a>:</said><p>Maybe that's why Apple makes a locked bootloader for customers like me.</p></div>People like you are the best. Those who try, fail, learn, and then succeed are the best.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27775644</guid>
<pubDate>Fri, 30 Nov 2012 13:32:20 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27775604</link>
<description><![CDATA[EUS posted : How about starting over and posting the proper output from the proper device, so we can see what's happening, and give some good advice?<br>That was not meant to rhyme.<br><small>--<br><b><A HREF="http://www.tdprojecthope.com/"> ~ Project Hope ~ </a></b></small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27775604</guid>
<pubDate>Fri, 30 Nov 2012 13:21:55 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27775589</link>
<description><![CDATA[unibroker posted : I initially started without su and with umount got that the device was busy.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27775589</guid>
<pubDate>Fri, 30 Nov 2012 13:18:11 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27775572</link>
<description><![CDATA[unibroker posted : The device never shows up in Nautilus.  Before it did and that was how I "Safely Removed Device".  How can the device be listed in a bash terminal but not in Nautilus.  <br><br>This thing is maddening.  Before when I could see the device in Nautilus and would push to the sdcard, I could never find the file I pushed.  Now when I can see the file I pushed the device has disappeared from nautilus so I can't safely unmount!  Obviously this is user-error.  Maybe that's why Apple makes a locked bootloader for customers like me. ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27775572</guid>
<pubDate>Fri, 30 Nov 2012 13:13:27 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27775565</link>
<description><![CDATA[EUS posted : <div class="bquote"><said>said by <a href="/profile/1769892" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=1769892');">unibroker</a>:</said><p>According to Ubuntu 12.04 my device is not attached.  Nautilus tells me it's not and the <device> is sdcard and terminal tells that's not found.  However, when I'm in adb shell it tells me the sdcard is busy.  When I try to su mount sdcard it tells me I lack permission (umount is not recognized).  The different scenarios in adb shell follow.<br><br><code>root@android:/ # su umount /sdcard/<br>Unknown id: umount<br>1|root@android:/ # su umount<br>Unknown id: umount<br>1|root@android:/ # su mount /sdcard/<br>sh: /sdcard/: Permission denied</code><br> </p></div>You're already root, and you're confusing the poor device by calling "su", hence the errors.<br><small>--<br><b><A HREF="http://www.tdprojecthope.com/"> ~ Project Hope ~ </a></b></small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27775565</guid>
<pubDate>Fri, 30 Nov 2012 13:11:26 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27775537</link>
<description><![CDATA[Maxo posted : From the adb shell just type "exit" without the quotes to break the adb connection.<br>After that you should be able to cleanly unmount using Nautilus.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27775537</guid>
<pubDate>Fri, 30 Nov 2012 13:04:01 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27775463</link>
<description><![CDATA[unibroker posted : I stand corrected.  I was at my pc.  Now I'm getting a clearer picture of what's going on.<br><br>I'm still stuck as to why I can't umount from my phone's sdcard.  ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27775463</guid>
<pubDate>Fri, 30 Nov 2012 12:44:32 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27775450</link>
<description><![CDATA[Maxo posted : <div class="bquote"><said>said by <a href="/profile/1769892" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=1769892');">unibroker</a>:</said><p><code>root@android:/ # su umount /sdcard/<br>Unknown id: umount<br>1|root@android:/ # su umount<br>Unknown id: umount<br>1|root@android:/ # su mount /sdcard/<br>sh: /sdcard/: Permission denied</code> </p></div>Every single one of those commands where executed on your phone, not your computer.<br><small>--<br>"Padre, nobody said war was fun now bowl!" - Sherman T Potter<br><br>&raquo;<A HREF="http://maxolasersquad.com/" >maxolasersquad.com/</A><br><br>&raquo;<A HREF="http://maxolasersquad.blogspot.com" >maxolasersquad.blogspot.com</A><br><br>&raquo;<A HREF="https://www.facebook.com/maxolasersquad" >www.facebook.com/maxolasersquad</A></small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27775450</guid>
<pubDate>Fri, 30 Nov 2012 12:41:31 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27775441</link>
<description><![CDATA[unibroker posted : All of the activities described have been done from the pc.  The only one that hasn't has been the observation of a successful push in the Root Explorer of my device/phone.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27775441</guid>
<pubDate>Fri, 30 Nov 2012 12:38:54 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27775429</link>
<description><![CDATA[Maxo posted : When you run adb shell, you are then at the shell on your phone. All commands you type are then executed by your phone. /sdcard/ on your phone represents the sdcard on your phone. You need to run commands on your PC to unmount devices from it.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27775429</guid>
<pubDate>Fri, 30 Nov 2012 12:35:47 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27775395</link>
<description><![CDATA[unibroker posted : I'm trying to unmount my device from my pc which is connected through adb.  The push was to the sdcard in my device so I assume that is the connection I'm trying to properly break.  Kind of strange that the device used to appear in nautilus and gparted for that matter under dev/sdg and dev/sdh but push never worked.  To get around that I'd just drag the zip to the device in nautilus.  Recently the device hasn't appeared in nautilus/gparted (does in terminal) but I am able to do a push as I see the file under Root Explorer of my device.<br><br>I have been dealing with this for the last week.  I've thought about completely uninstalling the sdk and reinstalling it but that may be a time-consuming wasted effort.  Thanks for the input by the way.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27775395</guid>
<pubDate>Fri, 30 Nov 2012 12:28:29 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27775355</link>
<description><![CDATA[Maxo posted : Are you trying to unmount the sdcard in your Android phone from the Android OS?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27775355</guid>
<pubDate>Fri, 30 Nov 2012 12:17:06 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27775299</link>
<description><![CDATA[unibroker posted : According to Ubuntu 12.04 my device is not attached.  Nautilus tells me it's not and the <device> is sdcard and terminal tells that's not found.  However, when I'm in adb shell it tells me the sdcard is busy.  When I try to su mount sdcard it tells me I lack permission (umount is not recognized).  The different scenarios in adb shell follow.<br><br><code>root@android:/ # su umount /sdcard/<br>Unknown id: umount<br>1|root@android:/ # su umount<br>Unknown id: umount<br>1|root@android:/ # su mount /sdcard/<br>sh: /sdcard/: Permission denied</code><br>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27775299</guid>
<pubDate>Fri, 30 Nov 2012 12:00:57 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27775248</link>
<description><![CDATA[Maxo posted : Sorry, the formatter took away my carrots.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27775248</guid>
<pubDate>Fri, 30 Nov 2012 11:46:53 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27774954</link>
<description><![CDATA[unibroker posted : It returns: <code>sudo umount /dev/<br>umount: /dev: device is busy.<br>        (In some cases useful info about processes that use<br>         the device is found by lsof(8) or fuser(1))</code><br><br>Don't I have to use a more specific path because there are other 'dev' mounted (hard drive)?  I added /sdcard to what you suggested but that just returned 'not found'.<br><br>I've done a 'lsusb' and it returned <code>Bus 001 Device 004: ID 18d1:2d03 Google Inc</code> among others but this is my device.  Not sure how to use this info to unmount.<br>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27774954</guid>
<pubDate>Fri, 30 Nov 2012 10:39:10 EDT</pubDate>
</item>

<item>
<title>Re: adb umount problems</title>
<link>http://www.dslreports.com/forum/Re-adb-umount-problems-27774906</link>
<description><![CDATA[Maxo posted : Have you tried this:<br><pre class="brush: text">sudo umount /dev/&lt;device&gt;&#012; &#012;</pre><!--end code block-->]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-adb-umount-problems-27774906</guid>
<pubDate>Fri, 30 Nov 2012 10:27:08 EDT</pubDate>
</item>

<item>
<title>adb umount problems</title>
<link>http://www.dslreports.com/forum/adb-umount-problems-27774848</link>
<description><![CDATA[unibroker posted : I'm having difficulties unmounting my device from my computer.  I've pushed my zip file and when I'm trying to umount sdcard it tells me device is busy.  I've waited up to 4 hrs and it continues to tell me that.  Someone recommended that I just close the device but that corrupted the zip (when I flashed it failed and the log showed the file empty which I've read is what happens when not properly unmounted).<br><br>Any suggestions would be appreciated.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/adb-umount-problems-27774848</guid>
<pubDate>Fri, 30 Nov 2012 10:16:10 EDT</pubDate>
</item>

</channel>
</rss>
