29 May
2006
29 May
'06
15:26
On 5/29/06 11:01 AM, "Per Jessen" <per@computer.org> wrote:
Ian Marlier wrote:
Is there a way to get the system to "reload" the usb device, and pick up the partitions, other than physically disconnecting the case from the machine and then reattaching it?
unmount + mount should be enough.
It wasn't mounted to begin with. Attempting to mount the partition (sde2 in this case), gives this: bigmac:~ # mount /dev/sde2 /mnt mount: special device /dev/sde2 does not exist bigmac:~ # Somehow I need to get the usb subsystem to reread the device, so it'll find the new partition table and discover that sde2 does, in fact, exist...