On Thu, 22 Nov 2012 20:28:24 -0800 Geoffrey Leach
wrote:
> On 11/22/2012 08:21:20 PM, Ranjan Maitra wrote:
> > On Thu, 22 Nov 2012 19:39:20 -0800 Geoffrey Leach
> > wrote:
> >
> > > On 11/22/2012 06:41:21 PM, Ranjan Maitra wrote:
> > >
> > > > > On 11/22/2012 02:38 PM, Ranjan Maitra wrote:
> >
On Fri, 23 Nov 2012 15:42:10 +0800 Ed Greshko
wrote:
> On 11/23/2012 03:16 PM, Ranjan Maitra wrote:
> > On Fri, 23 Nov 2012 12:39:21 +0800 Ed Greshko
> > wrote:
> >
> >> On 11/23/2012 12:27 PM, Ranjan Maitra wrote:
> >>> sudo blkid -p /dev/sdb
> >>> error: /dev/sdb: No medium found
> >>>
> >>>
On 11/23/2012 03:16 PM, Ranjan Maitra wrote:
> On Fri, 23 Nov 2012 12:39:21 +0800 Ed Greshko
> wrote:
>
>> On 11/23/2012 12:27 PM, Ranjan Maitra wrote:
>>> sudo blkid -p /dev/sdb
>>> error: /dev/sdb: No medium found
>>>
>>> sudo blkid -p /dev/sdc
>>> error: /dev/sdc: No medium found
>>>
>>>
>>> B
On Fri, 23 Nov 2012 12:39:21 +0800 Ed Greshko
wrote:
> On 11/23/2012 12:27 PM, Ranjan Maitra wrote:
> > sudo blkid -p /dev/sdb
> > error: /dev/sdb: No medium found
> >
> > sudo blkid -p /dev/sdc
> > error: /dev/sdc: No medium found
> >
> >
> > Btw, for context, here is the background to this dev
Thanks, Geoff! Sorry I do not understand (please see below):
On Thu, 22 Nov 2012 20:28:24 -0800 Geoffrey Leach
wrote:
> On 11/22/2012 08:21:20 PM, Ranjan Maitra wrote:
> > On Thu, 22 Nov 2012 19:39:20 -0800 Geoffrey Leach
> > wrote:
> >
> > > On 11/22/2012 06:41:21 PM, Ranjan Maitra wrote:
> >
On 11/23/2012 12:27 PM, Ranjan Maitra wrote:
> sudo blkid -p /dev/sdb
> error: /dev/sdb: No medium found
>
> sudo blkid -p /dev/sdc
> error: /dev/sdc: No medium found
>
>
> Btw, for context, here is the background to this device: it is a tablet
> (ARNOVA 10). From my e-mail of earlier this afterno
On Fri, 23 Nov 2012 12:07:01 +0800 Ed Greshko
wrote:
> On 11/23/2012 11:30 AM, Ranjan Maitra wrote:
> > On Fri, 23 Nov 2012 11:17:47 +0800 Ed Greshko
> > wrote:
> >
> >>
> >> Are you saying you don't have an sdb1 or sdc1?
> >>
> >> If the device you have is a storage device which has partition t
On 11/22/2012 08:21:20 PM, Ranjan Maitra wrote:
> On Thu, 22 Nov 2012 19:39:20 -0800 Geoffrey Leach
> wrote:
>
> > On 11/22/2012 06:41:21 PM, Ranjan Maitra wrote:
> >
> > > > On 11/22/2012 02:38 PM, Ranjan Maitra wrote:
> > > > > On Thu, 22 Nov 2012 15:57:46 -0600 Ranjan Maitra
> > > > > wrote:
Thanks again, John! This does not work for me.
On Thu, 22 Nov 2012 19:23:27 -0800 John Wendel
wrote:
> On 11/22/2012 06:41 PM, Ranjan Maitra wrote:
> > sudo mount /dev/sdb /mnt/myusb
>
> The "blkid" command will give you more info about the device
>
> sudo blkid -p /dev/sdb
>
> will show yo
On Thu, 22 Nov 2012 19:39:20 -0800 Geoffrey Leach
wrote:
> On 11/22/2012 06:41:21 PM, Ranjan Maitra wrote:
>
> > > On 11/22/2012 02:38 PM, Ranjan Maitra wrote:
> > > > On Thu, 22 Nov 2012 15:57:46 -0600 Ranjan Maitra
> > > > wrote:
> > > >
> > > >> Hi,
> > > >>
> > > >> Following up on my previ
On 11/23/2012 11:30 AM, Ranjan Maitra wrote:
> On Fri, 23 Nov 2012 11:17:47 +0800 Ed Greshko
> wrote:
>
>>
>> Are you saying you don't have an sdb1 or sdc1?
>>
>> If the device you have is a storage device which has partition table defined
>> it you should get /dev/sdbX (where X is an integer).
On 11/22/2012 06:41:21 PM, Ranjan Maitra wrote:
> > On 11/22/2012 02:38 PM, Ranjan Maitra wrote:
> > > On Thu, 22 Nov 2012 15:57:46 -0600 Ranjan Maitra
> > > wrote:
> > >
> > >> Hi,
> > >>
> > >> Following up on my previous e-mail, I wanted to mention that two
> usb
> > >> interfaces are being re
On Fri, 23 Nov 2012 11:17:47 +0800 Ed Greshko
wrote:
> On 11/23/2012 10:41 AM, Ranjan Maitra wrote:
> >
> >> I didn't catch your original email, so please excuse if I answer a
> >> question you didn't ask.
> >>
> >> You want to mount a usb device that for some reason doesn't automount?
> >>
> >>
On 11/22/2012 06:41 PM, Ranjan Maitra wrote:
sudo mount /dev/sdb /mnt/myusb
The "blkid" command will give you more info about the device
sudo blkid -p /dev/sdb
will show you the partition type ( like PTTYPE="dos" ), if there is one.
sudo blkid -p /dev/sdb1
will show you the filesystem type
On 11/23/2012 10:41 AM, Ranjan Maitra wrote:
>
>> I didn't catch your original email, so please excuse if I answer a
>> question you didn't ask.
>>
>> You want to mount a usb device that for some reason doesn't automount?
>>
>> Try these commands in a console window:
>>
>> [1] unplug the usb devic
Hi John,
Thanks for helping out!
On Thu, 22 Nov 2012 18:08:24 -0800 John Wendel
wrote:
> On 11/22/2012 02:38 PM, Ranjan Maitra wrote:
> > On Thu, 22 Nov 2012 15:57:46 -0600 Ranjan Maitra
> > wrote:
> >
> >> Hi,
> >>
> >> Following up on my previous e-mail, I wanted to mention that two usb
> >>
On 11/22/2012 02:38 PM, Ranjan Maitra wrote:
On Thu, 22 Nov 2012 15:57:46 -0600 Ranjan Maitra
wrote:
Hi,
Following up on my previous e-mail, I wanted to mention that two usb
interfaces are being recognized. Here is the relevant output of
% usb-devices
T: Bus=01 Lev=01 Prnt=01 Port=02 Cnt=0
On Thu, 22 Nov 2012 15:57:46 -0600 Ranjan Maitra
wrote:
> Hi,
>
> Following up on my previous e-mail, I wanted to mention that two usb
> interfaces are being recognized. Here is the relevant output of
>
> % usb-devices
>
> T: Bus=01 Lev=01 Prnt=01 Port=02 Cnt=01 Dev#= 15 Spd=480 MxCh= 0
> D:
18 matches
Mail list logo