shallpion wrote:Hi, I just found that my portable hard-disk is not able to be mounted during the system booting.
It seems to be a timing problem during the boot process, you'll probably find that the HD works fine after booting has completed. It is a known problem, for example I have a similar problem with a newer USB mouse for which the manufacturer/product code is not yet known to the USB kernel drivers. If you don't like the error messages (or warning messages, really), then you could add the "nousb" kernel boot option: open /boot/grub/menu.lst in an editor (as root), scroll down to the line
- Code: Select all
# defoptions=quiet
and change it to
- Code: Select all
# defoptions=quiet nousb
Next, still as root, run the command
- Code: Select all
# update-grub
but even that will not necessarily suppress those warning messages at the very start of the boot process. Grin and bear it, my advice.

Real Debian users don't do chat...