Skip to content

Instantly share code, notes, and snippets.

@MrCitron
Created October 31, 2018 16:15
Show Gist options
  • Save MrCitron/844939fd0d3b9746d4588db31c1e2f12 to your computer and use it in GitHub Desktop.
Save MrCitron/844939fd0d3b9746d4588db31c1e2f12 to your computer and use it in GitHub Desktop.
Make lacie rugged working throught usb 3 on ubuntu
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