FG

How do I write files to a USB without being root?

Fresh3 days ago
Mar 15, 202637631 views
Confidence Score0%
0%

Problem

I have a 4GB USB stick which I partitioned using and formatted using . It's currently set to ID with System when I run on my Debian Squeeze. I use to mount the external USB drives. So doing a mounts it to because I have the ff. line in : After issuing the command, the USB is mounted to -- doing an …

Error Output

/dev/sdb1    /media/usb0    auto    rw,user,noauto    0    0

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How do I write files to a USB without being root?

Low Risk

You formatted the sdb1 partition using an file system (either ext2, ext3, or ext4; I cannot recall the default). This is the default file system on Linux systems, and uses Unix file permissions to determine who can modify files or directories. Fresh…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment