mount external devices

Issues related to hardware problems
Post Reply
ghartl3
Posts: 11
Joined: 2015/08/30 13:01:12

mount external devices

Post by ghartl3 » 2015/08/31 10:22:33

hi,

i am using centos7 with kde.

installed is ntfs-3g, pmount, autofs

when i plug in a 4 gb usb-stick, all is fine. it shows up in dolphin and i can access
the data no problem.

if i plug in a 2 tb external usb-drive (2 partitions with ext4 and ntfs) nothing shows up.

although the device is recogniced from the system.

dmesg

Code: Select all

3360.772154] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 3360.890551] usb 2-1: New USB device found, idVendor=1058, idProduct=1078
[ 3360.890561] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[ 3360.890567] usb 2-1: Product: Elements 1078
[ 3360.890573] usb 2-1: Manufacturer: Western Digital
[ 3360.890578] usb 2-1: SerialNumber: 575837314139343858335658
[ 3360.893298] usb-storage 2-1:1.0: USB Mass Storage device detected
[ 3360.893478] scsi host5: usb-storage 2-1:1.0
[ 3361.896254] scsi 5:0:0:0: Direct-Access     WD       Elements 1078    1065 PQ: 0 ANSI: 6
[ 3361.897790] sd 5:0:0:0: Attached scsi generic sg2 type 0
[ 3361.901673] sd 5:0:0:0: [sdb] Spinning up disk...
[ 3362.902112] .....ready
[ 3367.221612] sd 5:0:0:0: [sdb] 3906963456 512-byte logical blocks: (2.00 TB/1.81 TiB)
[ 3367.223029] sd 5:0:0:0: [sdb] Write Protect is off
[ 3367.223039] sd 5:0:0:0: [sdb] Mode Sense: 53 00 10 08
[ 3367.224660] sd 5:0:0:0: [sdb] No Caching mode page found
[ 3367.224669] sd 5:0:0:0: [sdb] Assuming drive cache: write through
[ 3367.343403]  sdb: sdb1 sdb2
[ 3367.348094] sd 5:0:0:0: [sdb] Attached SCSI disk
[ 3397.839155] usb 2-1: reset high-speed USB device number 2 using ehci-pci
[ 4151.020379] usb 2-1: USB disconnect, device number 2
[ 4169.435109] usb 2-1: new high-speed USB device number 3 using ehci-pci
[ 4169.552688] usb 2-1: New USB device found, idVendor=1058, idProduct=1078
[ 4169.552700] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[ 4169.552706] usb 2-1: Product: Elements 1078
[ 4169.552712] usb 2-1: Manufacturer: Western Digital
[ 4169.552718] usb 2-1: SerialNumber: 575837314139343858335658
[ 4169.555136] usb-storage 2-1:1.0: USB Mass Storage device detected
[ 4169.555609] scsi host6: usb-storage 2-1:1.0
[ 4170.558369] scsi 6:0:0:0: Direct-Access     WD       Elements 1078    1065 PQ: 0 ANSI: 6
[ 4170.560446] sd 6:0:0:0: Attached scsi generic sg2 type 0
[ 4170.566077] sd 6:0:0:0: [sdb] Spinning up disk...
[ 4171.567092] .....ready
[ 4175.808496] sd 6:0:0:0: [sdb] 3906963456 512-byte logical blocks: (2.00 TB/1.81 TiB)
[ 4175.809709] sd 6:0:0:0: [sdb] Write Protect is off
[ 4175.809719] sd 6:0:0:0: [sdb] Mode Sense: 53 00 10 08
[ 4175.811214] sd 6:0:0:0: [sdb] No Caching mode page found
[ 4175.811224] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[ 4175.930432]  sdb: sdb1 sdb2
[ 4175.934729] sd 6:0:0:0: [sdb] Attached SCSI disk
[ 4206.863098] usb 2-1: reset high-speed USB device number 3 using ehci-pci
[ 5494.821629] usb 2-1: USB disconnect, device number 3
[ 5500.285166] usb 2-1: new high-speed USB device number 4 using ehci-pci
[ 5500.403692] usb 2-1: New USB device found, idVendor=1058, idProduct=1078
[ 5500.403703] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[ 5500.403710] usb 2-1: Product: Elements 1078
[ 5500.403715] usb 2-1: Manufacturer: Western Digital
[ 5500.403721] usb 2-1: SerialNumber: 575837314139343858335658
[ 5500.406057] usb-storage 2-1:1.0: USB Mass Storage device detected
[ 5500.407055] scsi host7: usb-storage 2-1:1.0
[ 5501.410370] scsi 7:0:0:0: Direct-Access     WD       Elements 1078    1065 PQ: 0 ANSI: 6
[ 5501.413112] sd 7:0:0:0: Attached scsi generic sg2 type 0
[ 5501.419684] sd 7:0:0:0: [sdb] Spinning up disk...
so, do i have to edit my fstab? and if yes, is it necessary to edit this file on every device?


greets gunter

Post Reply