All public logs

From Notes_Wiki

Combined display of all available logs of Notes_Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 10:31, 29 January 2026 Hemanth talk contribs created page Unblock USB storage in Ubuntu (Created page with "= Steps to Unblock USB Storage in Ubuntu = == Step 1: Remove Immutable Attributes == Run the following commands to remove the immutable attribute from the configuration files: <syntaxhighlight lang="bash"> sudo chattr -i /etc/modprobe.d/blacklist-usb-storage.conf sudo chattr -i /etc/modprobe.d/usb-storage.conf </syntaxhighlight> == Step 2: Edit blacklist-usb-storage.conf == Open the configuration file: <syntaxhighlight lang="bash"> nano /etc/modprobe.d/blacklist-us...")