View Single Post
Old 08-21-2016, 02:52 PM   #52
rgm
Enthusiast
rgm began at the beginning.
 
Posts: 26
Karma: 10
Join Date: Apr 2014
Device: kindle 4
backup fw

Quote:
Originally Posted by frostschutz View Post
On a shell you might do something like:

Code:
# insert ext. card
killall nickel sickel pickel fickel
umount /mnt/onboard /mnt/sd
Hi Frostschutz,

Many thanks for fast response! and help me!

Code:
[root@(none) ~]# killall nickel sickel pickel fickel
killall: pickel: no process killed
[root@(none) ~]# umount /mnt/onboard /mnt/sd
umount: can't umount /mnt/onboard: Device or resource busy
Unfortunately onboard is busy.

this is my mount:
Code:
[root@(none) ~]# mount
rootfs on / type rootfs (rw)
/dev/root on / type ext4 (rw,noatime,nodiratime,barrier=1,data=ordered)
none on /proc type proc (rw,relatime)
none on /tmp type tmpfs (rw,relatime,size=16384k)
none on /dev type tmpfs (rw,relatime)
none on /var/lib type tmpfs (rw,relatime,size=16k)
none on /var/log type tmpfs (rw,relatime,size=16k)
none on /var/run type tmpfs (rw,relatime,size=128k)
none on /sys type sysfs (rw,relatime)
/dev/mmcblk0p3 on /mnt/onboard type vfat (rw,noatime,nodiratime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
And my blkid is:
Code:
[root@(none) ~]# blkid 
/dev/mmcblk1p1: LABEL="DG800" UUID="3600-1EFC"
/dev/mmcblk0p1: LABEL="rootfs" UUID="32eca9c7-bb88-44c9-99ee-774e3b27a7b2"
/dev/mmcblk0p2: LABEL="recoveryfs" UUID="7ffa7983-cb2a-4139-82a0-0fd1f91db09b"
/dev/mmcblk0p3: LABEL="KOBOeReader" UUID="4FB9-58CF"
"DG800" is my uSD card label.

should I kill something else or what is the problem?

Best Regards,
Robert

Last edited by rgm; 08-21-2016 at 02:58 PM.
rgm is offline   Reply With Quote