Re: USB memory stick - where?

2013-09-22 Thread Reindl Harald


Am 20.09.2013 14:35, schrieb Timothy Murphy:
 If I install a memory stick in a Fedora-19 laptop,
 is there a simple command that will tell me
 where it is on the filesystem, eg /dev/sdb1 ?
 I know I can find this indirectly,
 but is there eg a switch to lsusb that will tell me?

df



signature.asc
Description: OpenPGP digital signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: USB memory stick - where?

2013-09-22 Thread Reindl Harald

Am 20.09.2013 14:57, schrieb Mihai T. Lazarescu:
 On Fri, Sep 20, 2013 at 02:38:05PM +0200, ppq wrote:
 
 Am 20.09.2013 14:35, schrieb Timothy Murphy:
 If I install a memory stick in a Fedora-19 laptop,
 is there a simple command that will tell me
 where it is on the filesystem, eg /dev/sdb1 ?
 I know I can find this indirectly,
 but is there eg a switch to lsusb that will tell me?

 lsblk is quite useful
 
 Great, thanks!  I was wondering if there was no better way than
 dmesg | tail... :-)

in case of unmounted devices (what DE on a notebook does
not support to mount it with one cick?) lsscsi will
most likely be the best option because you see the devicetype

lsblk is not much helpful in case of many devices

[root@srv-rhsoft:~]$ lsscsi
[0:0:0:0]diskATA  ST2000NM0011 SN02  /dev/sda
[1:0:0:0]diskATA  ST2000NM0011 SN02  /dev/sdb
[2:0:0:0]diskATA  WDC WD2002FAEX-0 05.0  /dev/sdc
[3:0:0:0]diskATA  WDC WD2003FYYS-0 01.0  /dev/sdd
[6:0:0:0]diskGeneric- Compact Flash1.00  /dev/sde
[6:0:0:1]diskGeneric- SM/xD-Picture1.00  /dev/sdf
[6:0:0:2]diskGeneric- SD/MMC   1.00  /dev/sdg
[6:0:0:3]diskGeneric- MS/MS-Pro/HG 1.00  /dev/sdh
[6:0:0:4]diskGeneric- SD/MMC/MS/MSPRO  1.00  /dev/sdi



signature.asc
Description: OpenPGP digital signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


USB memory stick - where?

2013-09-20 Thread Timothy Murphy
If I install a memory stick in a Fedora-19 laptop,
is there a simple command that will tell me
where it is on the filesystem, eg /dev/sdb1 ?
I know I can find this indirectly,
but is there eg a switch to lsusb that will tell me?

-- 
Timothy Murphy  
e-mail: gayleard /at/ eircom.net
School of Mathematics, Trinity College, Dublin 2, Ireland


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: USB memory stick - where?

2013-09-20 Thread ppq

Am 20.09.2013 14:35, schrieb Timothy Murphy:

If I install a memory stick in a Fedora-19 laptop,
is there a simple command that will tell me
where it is on the filesystem, eg /dev/sdb1 ?
I know I can find this indirectly,
but is there eg a switch to lsusb that will tell me?


lsblk is quite useful
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: USB memory stick - where?

2013-09-20 Thread Frank Murphy
On Fri, 20 Sep 2013 13:35:21 +0100
Timothy Murphy gayle...@eircom.net wrote:

 If I install a memory stick in a Fedora-19 laptop,
 is there a simple command that will tell me
 where it is on the filesystem, eg /dev/sdb1 ?
 I know I can find this indirectly,
 but is there eg a switch to lsusb that will tell me?
 

sudo blkid

-- 
Regards,
Frank 
www.frankly3d.com

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: USB memory stick - where?

2013-09-20 Thread Mihai T. Lazarescu
On Fri, Sep 20, 2013 at 02:38:05PM +0200, ppq wrote:

 Am 20.09.2013 14:35, schrieb Timothy Murphy:
 If I install a memory stick in a Fedora-19 laptop,
 is there a simple command that will tell me
 where it is on the filesystem, eg /dev/sdb1 ?
 I know I can find this indirectly,
 but is there eg a switch to lsusb that will tell me?
 
 lsblk is quite useful

Great, thanks!  I was wondering if there was no better way than
dmesg | tail... :-)

Mihai
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: USB memory stick - where?

2013-09-20 Thread Timothy Murphy
Frank Murphy wrote:
 If I install a memory stick in a Fedora-19 laptop,
 is there a simple command that will tell me
 where it is on the filesystem, eg /dev/sdb1 ?
 I know I can find this indirectly,
 but is there eg a switch to lsusb that will tell me?

 sudo blkid

Thanks, that works fine.
I realize now that sudo fdisk -l would also give the info,
though not so neatly.

-- 
Timothy Murphy  
e-mail: gayleard /at/ eircom.net
School of Mathematics, Trinity College, Dublin 2, Ireland


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: USB memory stick - where?

2013-09-20 Thread Robert Holtzman
On Fri, Sep 20, 2013 at 02:57:39PM +0200, Mihai T. Lazarescu wrote:
 On Fri, Sep 20, 2013 at 02:38:05PM +0200, ppq wrote:
 
  Am 20.09.2013 14:35, schrieb Timothy Murphy:
  If I install a memory stick in a Fedora-19 laptop,
  is there a simple command that will tell me
  where it is on the filesystem, eg /dev/sdb1 ?
  I know I can find this indirectly,
  but is there eg a switch to lsusb that will tell me?
  
  lsblk is quite useful
 
 Great, thanks!  I was wondering if there was no better way than
 dmesg | tail... :-)

I usually use cat /etc/mtab.

-- 
Bob Holtzman
Your mail is being read by tight lipped 
NSA agents who fail to see humor in Doctor 
Strangelove 
Key ID 8D549279


signature.asc
Description: Digital signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: USB memory stick - where?

2013-09-20 Thread Mihai T. Lazarescu
On Fri, Sep 20, 2013 at 01:48:18PM -0700, Robert Holtzman wrote:

 On Fri, Sep 20, 2013 at 02:57:39PM +0200, Mihai T. Lazarescu wrote:
  On Fri, Sep 20, 2013 at 02:38:05PM +0200, ppq wrote:
  
   Am 20.09.2013 14:35, schrieb Timothy Murphy:
   If I install a memory stick in a Fedora-19 laptop,
   is there a simple command that will tell me
   where it is on the filesystem, eg /dev/sdb1 ?
   I know I can find this indirectly,
   but is there eg a switch to lsusb that will tell me?
   
   lsblk is quite useful
  
  Great, thanks!  I was wondering if there was no better way than
  dmesg | tail... :-)
 
 I usually use cat /etc/mtab.

/etc/mtab will list it only if mounted.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org