Created
October 31, 2018 16:15
-
-
Save MrCitron/844939fd0d3b9746d4588db31c1e2f12 to your computer and use it in GitHub Desktop.
Make lacie rugged working throught usb 3 on ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deviceId=$(lsusb | grep LaCie | cut -d ' ' -f 6) | |
echo options usb-storage quirks=${deviceId}:u | sudo tee /etc/modprobe.d/blacklist_uas_357d.conf | |
sudo update-initramfs -u | |
echo unplug the disk and reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment