29 May
2006
29 May
'06
15:54
On 5/29/06 11:38 AM, "Per Jessen" <per@computer.org> wrote:
Ian Marlier wrote:
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...
Unload then load module usb-storage.
Nice one, Per! Worked like a charm... - Ian