<p dir="ltr">There&#39;s a server install with no gui as well as a workstation install and a minimal install.</p>
<div class="gmail_quote">On Oct 19, 2015 7:55 AM, &quot;DJ-Pfulio&quot; &lt;<a href="mailto:djpfulio@jdpfu.com">djpfulio@jdpfu.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 10/18/2015 10:03 PM, Jim Kinney wrote:<br>
&gt; Yep. Auto mount of usb stuff is (usually) automagic in gnome.<br>
<br>
Gnome?  Isn&#39;t Cent a server OS?<br>
My Cent7 install doesn&#39;t have any GUI. I am pretty new at Cent.<br>
<br>
&gt; On Oct 18, 2015 9:11 PM, &quot;DJ-Pfulio&quot; &lt;<a href="mailto:DJPfulio@jdpfu.com">DJPfulio@jdpfu.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; If you want to see which partitions are available:  sudo parted -l<br>
&gt;&gt; If you want to see partitions AND LVs: lsblk<br>
&gt;&gt;<br>
&gt;&gt; To me, dmesg is useful to see the last few lines when a new device has<br>
&gt;&gt; been connected - hopefully that will list the USB storage. If not, try a<br>
&gt;&gt; different USB port and/or don&#39;t use a USB hub. Some storage devices do<br>
&gt;&gt; not work with USB hubs at all. My servers DO NOT automatically mount<br>
&gt;&gt; storage.<br>
&gt;&gt;<br>
&gt;&gt; Is auto-mounting of USB media actually the default?<br>
&gt;&gt;<br>
&gt;&gt; As others have asked - does manually mounting the storage work?<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On 10/18/2015 08:45 PM, Sean Kilpatrick wrote:<br>
&gt;&gt;&gt; checking dmesg leaves me even more confused!<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; ---------------[dmesg output]---------------------------<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; [235921] usb 3-11: new high-speed USB device number 29 using xhci_hcd<br>
&gt;&gt;&gt; [235992] usb 3-11: Device not responding to set address.<br>
&gt;&gt;&gt; [448907] usb 3-11: New USB device found, idVendor=14cd, idProduct=125c<br>
&gt;&gt;&gt; [448911] usb 3-11: New USB device strings: Mfr=1, Product=3,<br>
&gt;&gt;&gt; SerialNumber=2<br>
&gt;&gt;&gt; [448912] usb 3-11: Product: Mass Storage Device<br>
&gt;&gt;&gt; [448914] usb 3-11: Manufacturer: Generic<br>
&gt;&gt;&gt; [448924] usb 3-11: SerialNumber: 125C20100726<br>
&gt;&gt;&gt; [451930] usb-storage 3-11:1.0: USB Mass Storage device detected<br>
&gt;&gt;&gt; [453745] scsi20 : usb-storage 3-11:1.0<br>
&gt;&gt;&gt; [455243] scsi 20:0:0:0: Direct-Access     Mass     Storage Device<br>
&gt;&gt;&gt; PQ: 0 ANSI: 0 CCS<br>
&gt;&gt;&gt; [455593] sd 20:0:0:0: Attached scsi generic sg8 type 0<br>
&gt;&gt;&gt; [459766] sd 20:0:0:0: [sdh] 15523840 512-byte logical blocks: (7.94<br>
&gt;&gt;&gt; GB/7.40 GiB)<br>
&gt;&gt;&gt; [460211] sd 20:0:0:0: [sdh] Write Protect is off<br>
&gt;&gt;&gt; [460213] sd 20:0:0:0: [sdh] Mode Sense: 03 00 00 00<br>
&gt;&gt;&gt; [460894] sd 20:0:0:0: [sdh] No Caching mode page found<br>
&gt;&gt;&gt; [460896] sd 20:0:0:0: [sdh] Assuming drive cache: write through<br>
&gt;&gt;&gt; [464419] sd 20:0:0:0: [sdh] No Caching mode page found<br>
&gt;&gt;&gt; [464422] sd 20:0:0:0: [sdh] Assuming drive cache: write through<br>
&gt;&gt;&gt; [466138]  sdh: sdh1<br>
&gt;&gt;&gt; [471053] sd 20:0:0:0: [sdh] No Caching mode page found<br>
&gt;&gt;&gt; [471056] sd 20:0:0:0: [sdh] Assuming drive cache: write through<br>
&gt;&gt;&gt; [471058] sd 20:0:0:0: [sdh] Attached SCSI removable disk<br>
&gt;&gt;&gt; [735687] SELinux: initialized (dev fuse, type fuse), uses genfs_contexts<br>
&gt;&gt;&gt; [069731] usb 3-11: USB disconnect, device number 29<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; ---------------------------------------------------------------------<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; And here are the last few lines of the output from &quot;mount&quot; after the sd<br>
&gt;&gt;&gt; card is attached to the box:<br>
&gt;&gt;&gt; /dev/sdb1 on /home type xfs (rw,relatime,seclabel,attr2,inode64,noquota)<br>
&gt;&gt;&gt; /dev/sda1 on /boot type xfs (rw,relatime,seclabel,attr2,inode64,noquota)<br>
&gt;&gt;&gt; fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)<br>
&gt;&gt;&gt; gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse<br>
&gt;&gt;&gt; (rw,nosuid,nodev,relatime,user_id=1000,group_id=100)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt; -------------------------------------------------------------------------------<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; as you can see, there is no indication the card was mounted.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Could this be an SELinux problem?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Sean<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt; -------------------------------------------------------------------------------<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Sun, 2015-10-18 at 18:53 -0400, Jim Kinney wrote:<br>
&gt;&gt;&gt;&gt; Sounds like it&#39;s time for ddrescue or photorec (excellent) then a flame<br>
&gt;&gt;&gt;&gt; thrower or hammer.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Check dmesg to see what the system says it it and try to manually mount<br>
&gt;&gt; it.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Also, some external readers are crappy. Unplug the usb, insert the card,<br>
&gt;&gt;&gt;&gt; plug in the usb.<br>
&gt;&gt;&gt;&gt; On Oct 18, 2015 6:45 PM, &quot;Sean Kilpatrick&quot; &lt;<a href="mailto:kilpatms@gmail.com">kilpatms@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; I have an 8 gig sd card that may be FUBAR.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; When I plug it into the computer (USB connection) nothing happens.  The<br>
&gt;&gt;&gt;&gt;&gt; system does not automount the chip as it should.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; But, If I go to the GUI and check for USB devices it appears on the<br>
&gt;&gt; list<br>
&gt;&gt;&gt;&gt;&gt; of available devices.  When I click on the line (7.4 GiB Rem...) I get<br>
&gt;&gt;&gt;&gt;&gt; this:<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; UDI: /org/freedesktop/UDisks2/block_devices/sdh<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; The &quot;mount&quot; command does NOT list the device.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Obviously, at some level the OS (CentOs7) knows the card has been<br>
&gt;&gt;&gt;&gt;&gt; attached to the system.  But it won&#39;t automount it as it should.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Clues would be appreciated as I really would like to recover the pix on<br>
&gt;&gt;&gt;&gt;&gt; this SD card.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Sean<br>
<br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" rel="noreferrer" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" rel="noreferrer" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</blockquote></div>