mounting one usb interface (from 2 identified)

Ed Greshko Ed.Greshko at greshko.com
Fri Nov 23 04:07:01 UTC 2012


On 11/23/2012 11:30 AM, Ranjan Maitra wrote:
> On Fri, 23 Nov 2012 11:17:47 +0800 Ed Greshko <Ed.Greshko at greshko.com>
> 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).  If you're not getting this, the device doesn't have a valid partition table.
> Yes, this is correct. Any suggestions then?
>

As root.....(example below for my USB thumb drive)

[root at meimei ~]# parted /dev/sdb
GNU Parted 3.0
Using /dev/sdg
Welcome to GNU Parted! Type 'help' to view a list of commands.

(parted) print    <----user input
                                                          
Model: Ut165  (scsi)
Disk /dev/sdg: 2022MB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Disk Flags:

Number  Start  End     Size    File system  Flags
 1      0.00B  2022MB  2022MB  fat32

(parted) quit          <----user input            

-- 
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. -- Rick Cook, The Wizardry Compiled


More information about the users mailing list