Dear Members,
I updated to the latest Proxmox 3.1 Version and i am in the need to connect external USB 3.0 Harddisks for restoring a cluster.
But since the update the Harddsik is not mounted anymore.
there are several errors under dmesg:
Google says this is a Kernel Bug (from fedora) but maybe this issue is already known?
What can i do to make the USB-Disk mount automatically again?
I am able to manually mount it via:
mount /dev/sdb1 <target>
but that is not the final plan.... it should mount automatically via UDEV-rules
Thank you
I updated to the latest Proxmox 3.1 Version and i am in the need to connect external USB 3.0 Harddisks for restoring a cluster.
But since the update the Harddsik is not mounted anymore.
there are several errors under dmesg:
Code:
usb 2-1: new high speed USB device number 2 using ehci_hcd
usb 2-1: New USB device found, idVendor=174c, idProduct=55aa
usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
usb 2-1: Product: USB 3.0 Device
usb 2-1: Manufacturer: Intenso
usb 2-1: SerialNumber: 31200000000000004336
usb 2-1: configuration #1 chosen from 1 choice
Initializing USB Mass Storage driver...
scsi6 : SCSI emulation for USB Mass Storage devices
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usb-storage: device found at 2
usb-storage: waiting for device to settle before scanning
usb-storage: device scan complete
scsi 6:0:0:0: Direct-Access Intenso USB 3.0 Device CC45 PQ: 0 ANSI: 0
sd 6:0:0:0: Attached scsi generic sg2 type 0
sd 6:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
sd 6:0:0:0: [sdb] Write Protect is off
sd 6:0:0:0: [sdb] Mode Sense: 23 00 00 00
sd 6:0:0:0: [sdb] Assuming drive cache: write through
sd 6:0:0:0: [sdb] Assuming drive cache: write through
sdb: sdb1
sd 6:0:0:0: [sdb] Assuming drive cache: write through
sd 6:0:0:0: [sdb] Attached SCSI disk
sd 6:0:0:0: [sdb] Sense Key : Recovered Error [current] [descriptor]
Descriptor sense data with sense descriptors (in hex):
72 01 04 1d 00 00 00 0a 09 0c 00 00 00 00 00 07
00 00
sd 6:0:0:0: [sdb] ASC=0x4 ASCQ=0x1d
Google says this is a Kernel Bug (from fedora) but maybe this issue is already known?
What can i do to make the USB-Disk mount automatically again?
I am able to manually mount it via:
mount /dev/sdb1 <target>
but that is not the final plan.... it should mount automatically via UDEV-rules
Thank you