After safely remove or eject it, i want to remount it without unplug it, and re-plug it again .. so Any suggestion pls?
PS
after using eject all usb memories are out of fdisk
command scope i don't think it is that easy
` Device Boot Start End Blocks Id System
/dev/sda1 109473792 1953525167 922025688 83 Linux
/dev/sda3 2050048 99706297 48828125 83 Linux
/dev/sda4 99708926 109471743 4881409 5 Extended
Partition 4 does not start on physical sector boundary.
/dev/sda5 99708928 109471743 4881408 82 Linux swap / Solaris
Partition table entries are not in disk order`
None of them is the usb memory
sudo eject -t /dev/sdb
which I supposed from your post that you used, the USB node will be created again and then you canmount/unmount
as mentioned above. I tried this before and works perfectly fine. I will try again whenever I have access to Linux machine. – OdinRW Sep 18 '14 at 08:26fdisk
output then? – Ahmed Zain El Dein Sep 18 '14 at 09:34eject -t
will trigger it and you will see it again in fdisk. Read more details here and try what I suggested. – OdinRW Sep 18 '14 at 09:52sudo eject -t /dev/sdb
? This supposed to trigger the power cycle then mount it. – OdinRW Sep 18 '14 at 10:49