Quote:
Originally Posted by wildpossum In a xterm run "sudo tail -f /var/log/messages" |
Not really, sudo is not installed by default.
Just use "su" to change to root. And anyway, you don't even need that. You can just use "dmesg" as a regular user.
Quote:
The insert the USB device into the USB slot.
The message file will tell you what Linux has decided your usb device is called, and where it has mounted it.
Run "mount" and you will get a printout of that's mounted and where.
|
Again no. Gentoo doesn't come preconfigured to mount anything, unless you set up ivman or something similar.
This wiki seems to be up to date on a quick overview.
HOWTO USB Mass Storage Device - Gentoo Linux Wiki Quote:
|
The /etc/fstab file only holds the permanent loading file system, hence USB mounting is transient, and does not keep an entry in the /etc/fstab file.
|
Not necesarily. If you don't like graphical enviromnets like kde or gnome, and you don't set up ivman (I don't, because it has too many flaws) then it's handy to have the entry on fstab, so you can just write "mount pen" instead of having to write a full mount line like "mount -tvfat /dev/sdd1 /mnt/pen". Same for cdroms, dvd's and sshfs filesystems that I use a lot.
You will need to setup an udev rule so the given device is always named with the same device node, otherwise, the line in fstab will be useless if you plug many usb devices on different orders each time.