From: Paul Thompson on
The USB drive used to show up as /media/disk and I could reference it
from the command line, e.g. "dir /media/disk". Now it seems to be
/dev/sdc1 and "dir /dev/sdc1" doesn't do anything useful. How can I
reference the USB drive from the command line?

Another step backwards:-(

Paul
From: Inge Svensson on
Paul Thompson skrev 2010-03-11 14:56:
> The USB drive used to show up as /media/disk and I could reference it
> from the command line, e.g. "dir /media/disk". Now it seems to be
> /dev/sdc1 and "dir /dev/sdc1" doesn't do anything useful. How can I
> reference the USB drive from the command line?
>
> Another step backwards:-(
>
> Paul
If it's openSUSE 11.2 it could be this bug
http://bugzilla.novell.com/show_bug.cgi?id=566614
In that case you have to mount it first with the newly inserted devices
in the panel. Takes some time at first.
Inge Svensson
From: JT on
On 11/03/10 15:02, Inge Svensson wrote:
> Paul Thompson skrev 2010-03-11 14:56:
>
>> The USB drive used to show up as /media/disk and I could reference it
>> from the command line, e.g. "dir /media/disk". Now it seems to be
>> /dev/sdc1 and "dir /dev/sdc1" doesn't do anything useful. How can I
>> reference the USB drive from the command line?
>>
>> Another step backwards:-(
>>
>> Paul
>>
> If it's openSUSE 11.2 it could be this bug
> http://bugzilla.novell.com/show_bug.cgi?id=566614
> In that case you have to mount it first with the newly inserted devices
> in the panel. Takes some time at first.
> Inge Svensson
>
Just use 'df' to find where /dev/sdc1 is mounted. On most variants of
'df' the mountpoint is mentioned in the last column.

--
Kind regards, JT

From: Paul Thompson on
On 03/11/2010 08:28 AM, JT wrote:
> On 11/03/10 15:02, Inge Svensson wrote:
>> Paul Thompson skrev 2010-03-11 14:56:
>>
>>> The USB drive used to show up as /media/disk and I could reference it
>>> from the command line, e.g. "dir /media/disk". Now it seems to be
>>> /dev/sdc1 and "dir /dev/sdc1" doesn't do anything useful. How can I
>>> reference the USB drive from the command line?
>>>
>>> Another step backwards:-(
>>>
>>> Paul
>>>
>> If it's openSUSE 11.2 it could be this bug
>> http://bugzilla.novell.com/show_bug.cgi?id=566614
>> In that case you have to mount it first with the newly inserted devices
>> in the panel. Takes some time at first.
>> Inge Svensson
>>
> Just use 'df' to find where /dev/sdc1 is mounted. On most variants of
> 'df' the mountpoint is mentioned in the last column.
>
Thanks, it appears the drive is not automatically mounted any more.