Formating an mounting an external firewire reiserfs disk
Last modified on July 24, 2026 • 1 min read • 121 wordsI didn’t know how to format an unformatted drive under Linux.
/dev/sda1 /media/firewire reiserfs noauto,user 0 0since I don’t want to have it connected every time I boot up. Instead I can now mount it as a regular user manually with:mount /media/tmp/To make the drive writable to normal users (or to whomever you want to grant access) you need to change the ownership and/or permissions of the mountpoint:chmod -R a+rwx /media/firewire