You are not logged in.

#1 2023-04-19 12:44

ivandebcn
Member
Registered: 2023-04-14
Posts: 15

USB Stick Permissions

Hi, I need full permissions to be able to edit and delete files from my usb stick. Does anyone know how to do it with the terminal?

Thank you.

Offline

#2 2023-04-19 15:49

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,501
Website

Re: USB Stick Permissions

Insert the USB stick in and run in terminal:
$ sudo blkid
Post the output here.

Offline

#3 2023-04-19 18:06

ivandebcn
Member
Registered: 2023-04-14
Posts: 15

Re: USB Stick Permissions

/dev/sda1: UUID="93d9588d-5716-4f31-bf6c-dffbccf48adb" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="f65e86d9-01"
/dev/sda5: UUID="7c681bec-e94f-44bf-9f2e-1fedd215aaa7" TYPE="swap" PARTUUID="f65e86d9-05"
/dev/sdf1: LABEL_FATBOOT="TOSHIBA" LABEL="TOSHIBA" UUID="04AD-6276" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="40340a3b-01"

Offline

#4 2023-04-19 21:18

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,501
Website

Re: USB Stick Permissions

Is /dev/sdf1 the drive in question ? If so, you can mount it:
$ mkdir /tmp/mydrive/
$ sudo mount -t vfat  /dev/sda2 /tmp/mydrive/ -o rw,umask=0000

Offline

Board footer

Powered by FluxBB