[ltp] USB on 390e not working

Mendel Cooper linux-thinkpad@linux-thinkpad.org
Fri, 2 Jun 2006 10:06:19 -0700 (MST)


On Thu, 1 Jun 2006, Nate Bargmann wrote:

> > >From an xterm, try:
> >   gnome-mount -d /dev/sda1
> > Then, do a 'df' and see if /media/disk or something similar shows up.
>
> How does this compare with "mount"?  I ask because I don't have GNOME
> installed.

The older "mount" command has been deprecated, as of (at least some of)
the newer Linux distros. It no longer works for mounting removable drives,
unless you do some hacking of the /etc/fstab file (not recommended). The
"gnome-mount" command replaces "mount" for manual command-line mounting.

You may have gnome-mount installed, even absent the gnome base. See if
it's in /usr/bin (ls /usr/bin/gnome-mount).