USB stick mounted as read-only CD-ROMUSB devices showing as read onlyUSB key will only be mounted by gparted [?]Re-mounting an un-mounted USB stickUbuntu 12.04.3 takes too long to mount usb 3.0 ntfs hard driveUSB flash drives being mounted read-only in 13.10USB HDD becoming irreversibly read-onlyUSB stick appears as “read-only file”. How can I make it writable?USB not getting mounted due to Read-Only
Why do amateur radio operators call an RF choke a balun?
Can I make leading exclamation points be ignored in the terminal? (I type them by instinct due to ipython)
Turing award papers
Film about the USA being run by fake videos of the president after his kidnapping
Interval variables in MIP
Why try to impeach Trump now?
What are the factors that decide on whether you die instantly or get knocked out in PUBG?
Preposition with спросить
Is there a material or method to allow "swimmable" coins?
Professor Pun's Personal Project
Is there any reason a person would voluntarily choose to have PMI?
Why doesn't await Task.Run() sync back to UI Thread / origin context?
Round up my number
What's the best way to keep cover of a pan slightly opened?
Is the decimation process time invariant?
What happens differently when ISS is inside this red boundary (Russia & Europe & ...)?
Does the "stand your ground" law regarding shooting an intruder apply when the door of the dwelling was not locked?
Is gaining 1 AC in exchange for disadvantage on Perception checks a balanced trade?
Does a patron have to know their warlock?
What terminologies are used when an ATC instruct a pilot to stop or proceed his transmission?
What's that in front of the overhead panel?
Is American Express widely accepted in Hong Kong?
Quoting lyrics one verse at a time
Is it academically dishonest to submit the same project to two different classes in the same semester?
USB stick mounted as read-only CD-ROM
USB devices showing as read onlyUSB key will only be mounted by gparted [?]Re-mounting an un-mounted USB stickUbuntu 12.04.3 takes too long to mount usb 3.0 ntfs hard driveUSB flash drives being mounted read-only in 13.10USB HDD becoming irreversibly read-onlyUSB stick appears as “read-only file”. How can I make it writable?USB not getting mounted due to Read-Only
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I have a kingston encryptable USB stick, that when plugged into my laptop gets mounted as read-only.
I have followed the advice given here, but it does not work for me.
I have tried the following:
df -Th
/dev/sr0 iso9660 13M 13M 0 100% /media/user/DTVP
(note that the drive is actually 4GB)
sudo chown user /dev/sr0
sudo chgrp user /dev/sr0
do not yield any output, same if I apply them to /media/user/DTVP
dosfsck /dev/sr0
fsck.fat 4.1 (2017-01-24)
open: Read-only file system
I also tried
getfacl /media/user
getfacl: Removing leading '/' from absolute path names
# file: media/user
# owner: root
# group: root
user::rwx
user:user:r-x
group::---
mask::r-x
other::---
and then try to correct in
sudo setfacl -m u:user:rwx /media/user
but still, the stick stays read-only. Curiously, on Nautilus it appears as a CD rom rather than a USB stick, and, I guess for the same reason, on GParted is not listed and cannot be reformatted.
Any pointers?
Edit: output of journalctl -f
usb 1-3: new high-speed USB device number 5 using xhci_hcd
usb 1-3: New USB device found, idVendor=0951, idProduct=160d, bcdDevice= 1.10
usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-3: Product: DTVault Privacy
usb 1-3: Manufacturer: Kingston
usb 1-3: SerialNumber: XXXXXXXXXXXXXXXXXXXXXXXXXX
usb-storage 1-3:1.0: USB Mass Storage device detected
scsi host1: usb-storage 1-3:1.0
mtp-probe[6223]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3"
mtp-probe[6223]: bus: 1, device: 5 was not an MTP device
baloo_file.desktop[2203]: UdevQt: unhandled device action "bind"
mtp-probe[6239]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3"
mtp-probe[6239]: bus: 1, device: 5 was not an MTP device
kernel: scsi 1:0:0:0: Direct-Access Kingston DTVault Privacy PMAP PQ: 0 ANSI: 0 CCS
kernel: scsi 1:0:0:1: CD-ROM Kingston DTVault Privacy PMAP PQ: 0 ANSI: 0 CCS
kernel: sd 1:0:0:0: Attached scsi generic sg0 type 0
kernel: sr 1:0:0:1: [sr0] scsi3-mmc drive: 0x/0x writer tray
kernel: sr 1:0:0:1: Attached scsi CD-ROM sr0
kernel: sr 1:0:0:1: Attached scsi generic sg1 type 5
kernel: sd 1:0:0:0: [sda] Attached SCSI removable disk
kernel: ISO 9660 Extensions: Microsoft Joliet Level 3
kernel: ISO 9660 Extensions: RRIP_1991A
systemd[1]: Started Clean the /media/user/DTVP mount point.
udisksd[1336]: Mounted /dev/sr0 at /media/user/DTVP on behalf of uid 1000
mount usb-drive
add a comment
|
I have a kingston encryptable USB stick, that when plugged into my laptop gets mounted as read-only.
I have followed the advice given here, but it does not work for me.
I have tried the following:
df -Th
/dev/sr0 iso9660 13M 13M 0 100% /media/user/DTVP
(note that the drive is actually 4GB)
sudo chown user /dev/sr0
sudo chgrp user /dev/sr0
do not yield any output, same if I apply them to /media/user/DTVP
dosfsck /dev/sr0
fsck.fat 4.1 (2017-01-24)
open: Read-only file system
I also tried
getfacl /media/user
getfacl: Removing leading '/' from absolute path names
# file: media/user
# owner: root
# group: root
user::rwx
user:user:r-x
group::---
mask::r-x
other::---
and then try to correct in
sudo setfacl -m u:user:rwx /media/user
but still, the stick stays read-only. Curiously, on Nautilus it appears as a CD rom rather than a USB stick, and, I guess for the same reason, on GParted is not listed and cannot be reformatted.
Any pointers?
Edit: output of journalctl -f
usb 1-3: new high-speed USB device number 5 using xhci_hcd
usb 1-3: New USB device found, idVendor=0951, idProduct=160d, bcdDevice= 1.10
usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-3: Product: DTVault Privacy
usb 1-3: Manufacturer: Kingston
usb 1-3: SerialNumber: XXXXXXXXXXXXXXXXXXXXXXXXXX
usb-storage 1-3:1.0: USB Mass Storage device detected
scsi host1: usb-storage 1-3:1.0
mtp-probe[6223]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3"
mtp-probe[6223]: bus: 1, device: 5 was not an MTP device
baloo_file.desktop[2203]: UdevQt: unhandled device action "bind"
mtp-probe[6239]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3"
mtp-probe[6239]: bus: 1, device: 5 was not an MTP device
kernel: scsi 1:0:0:0: Direct-Access Kingston DTVault Privacy PMAP PQ: 0 ANSI: 0 CCS
kernel: scsi 1:0:0:1: CD-ROM Kingston DTVault Privacy PMAP PQ: 0 ANSI: 0 CCS
kernel: sd 1:0:0:0: Attached scsi generic sg0 type 0
kernel: sr 1:0:0:1: [sr0] scsi3-mmc drive: 0x/0x writer tray
kernel: sr 1:0:0:1: Attached scsi CD-ROM sr0
kernel: sr 1:0:0:1: Attached scsi generic sg1 type 5
kernel: sd 1:0:0:0: [sda] Attached SCSI removable disk
kernel: ISO 9660 Extensions: Microsoft Joliet Level 3
kernel: ISO 9660 Extensions: RRIP_1991A
systemd[1]: Started Clean the /media/user/DTVP mount point.
udisksd[1336]: Mounted /dev/sr0 at /media/user/DTVP on behalf of uid 1000
mount usb-drive
1
Smells like a Kingston support question. ALL storage devices are encryptable - these on-stick-encrypted devices are not really ordinary USB sticks at all - they are computing devices that present as a USB stick (like phones do), and do their own on-board processing.
– user535733
Sep 28 at 13:29
I should probably mention that I am not able to launch the linux applications on the USB stick either...
– IncrediblyConvoluted
Sep 28 at 14:21
1
Does is have a Windows-corrupted NTFS filesystem on it? What doesjournalctl -f
show when you insert the USB stick?
– waltinator
Sep 28 at 14:24
@waltinator, I have added that into my question above. I should specify that I can copy the file kingston's files out of the USB stick
– IncrediblyConvoluted
Sep 29 at 7:29
add a comment
|
I have a kingston encryptable USB stick, that when plugged into my laptop gets mounted as read-only.
I have followed the advice given here, but it does not work for me.
I have tried the following:
df -Th
/dev/sr0 iso9660 13M 13M 0 100% /media/user/DTVP
(note that the drive is actually 4GB)
sudo chown user /dev/sr0
sudo chgrp user /dev/sr0
do not yield any output, same if I apply them to /media/user/DTVP
dosfsck /dev/sr0
fsck.fat 4.1 (2017-01-24)
open: Read-only file system
I also tried
getfacl /media/user
getfacl: Removing leading '/' from absolute path names
# file: media/user
# owner: root
# group: root
user::rwx
user:user:r-x
group::---
mask::r-x
other::---
and then try to correct in
sudo setfacl -m u:user:rwx /media/user
but still, the stick stays read-only. Curiously, on Nautilus it appears as a CD rom rather than a USB stick, and, I guess for the same reason, on GParted is not listed and cannot be reformatted.
Any pointers?
Edit: output of journalctl -f
usb 1-3: new high-speed USB device number 5 using xhci_hcd
usb 1-3: New USB device found, idVendor=0951, idProduct=160d, bcdDevice= 1.10
usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-3: Product: DTVault Privacy
usb 1-3: Manufacturer: Kingston
usb 1-3: SerialNumber: XXXXXXXXXXXXXXXXXXXXXXXXXX
usb-storage 1-3:1.0: USB Mass Storage device detected
scsi host1: usb-storage 1-3:1.0
mtp-probe[6223]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3"
mtp-probe[6223]: bus: 1, device: 5 was not an MTP device
baloo_file.desktop[2203]: UdevQt: unhandled device action "bind"
mtp-probe[6239]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3"
mtp-probe[6239]: bus: 1, device: 5 was not an MTP device
kernel: scsi 1:0:0:0: Direct-Access Kingston DTVault Privacy PMAP PQ: 0 ANSI: 0 CCS
kernel: scsi 1:0:0:1: CD-ROM Kingston DTVault Privacy PMAP PQ: 0 ANSI: 0 CCS
kernel: sd 1:0:0:0: Attached scsi generic sg0 type 0
kernel: sr 1:0:0:1: [sr0] scsi3-mmc drive: 0x/0x writer tray
kernel: sr 1:0:0:1: Attached scsi CD-ROM sr0
kernel: sr 1:0:0:1: Attached scsi generic sg1 type 5
kernel: sd 1:0:0:0: [sda] Attached SCSI removable disk
kernel: ISO 9660 Extensions: Microsoft Joliet Level 3
kernel: ISO 9660 Extensions: RRIP_1991A
systemd[1]: Started Clean the /media/user/DTVP mount point.
udisksd[1336]: Mounted /dev/sr0 at /media/user/DTVP on behalf of uid 1000
mount usb-drive
I have a kingston encryptable USB stick, that when plugged into my laptop gets mounted as read-only.
I have followed the advice given here, but it does not work for me.
I have tried the following:
df -Th
/dev/sr0 iso9660 13M 13M 0 100% /media/user/DTVP
(note that the drive is actually 4GB)
sudo chown user /dev/sr0
sudo chgrp user /dev/sr0
do not yield any output, same if I apply them to /media/user/DTVP
dosfsck /dev/sr0
fsck.fat 4.1 (2017-01-24)
open: Read-only file system
I also tried
getfacl /media/user
getfacl: Removing leading '/' from absolute path names
# file: media/user
# owner: root
# group: root
user::rwx
user:user:r-x
group::---
mask::r-x
other::---
and then try to correct in
sudo setfacl -m u:user:rwx /media/user
but still, the stick stays read-only. Curiously, on Nautilus it appears as a CD rom rather than a USB stick, and, I guess for the same reason, on GParted is not listed and cannot be reformatted.
Any pointers?
Edit: output of journalctl -f
usb 1-3: new high-speed USB device number 5 using xhci_hcd
usb 1-3: New USB device found, idVendor=0951, idProduct=160d, bcdDevice= 1.10
usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-3: Product: DTVault Privacy
usb 1-3: Manufacturer: Kingston
usb 1-3: SerialNumber: XXXXXXXXXXXXXXXXXXXXXXXXXX
usb-storage 1-3:1.0: USB Mass Storage device detected
scsi host1: usb-storage 1-3:1.0
mtp-probe[6223]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3"
mtp-probe[6223]: bus: 1, device: 5 was not an MTP device
baloo_file.desktop[2203]: UdevQt: unhandled device action "bind"
mtp-probe[6239]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3"
mtp-probe[6239]: bus: 1, device: 5 was not an MTP device
kernel: scsi 1:0:0:0: Direct-Access Kingston DTVault Privacy PMAP PQ: 0 ANSI: 0 CCS
kernel: scsi 1:0:0:1: CD-ROM Kingston DTVault Privacy PMAP PQ: 0 ANSI: 0 CCS
kernel: sd 1:0:0:0: Attached scsi generic sg0 type 0
kernel: sr 1:0:0:1: [sr0] scsi3-mmc drive: 0x/0x writer tray
kernel: sr 1:0:0:1: Attached scsi CD-ROM sr0
kernel: sr 1:0:0:1: Attached scsi generic sg1 type 5
kernel: sd 1:0:0:0: [sda] Attached SCSI removable disk
kernel: ISO 9660 Extensions: Microsoft Joliet Level 3
kernel: ISO 9660 Extensions: RRIP_1991A
systemd[1]: Started Clean the /media/user/DTVP mount point.
udisksd[1336]: Mounted /dev/sr0 at /media/user/DTVP on behalf of uid 1000
mount usb-drive
mount usb-drive
edited Sep 29 at 7:27
IncrediblyConvoluted
asked Sep 28 at 13:18
IncrediblyConvolutedIncrediblyConvoluted
12 bronze badges
12 bronze badges
1
Smells like a Kingston support question. ALL storage devices are encryptable - these on-stick-encrypted devices are not really ordinary USB sticks at all - they are computing devices that present as a USB stick (like phones do), and do their own on-board processing.
– user535733
Sep 28 at 13:29
I should probably mention that I am not able to launch the linux applications on the USB stick either...
– IncrediblyConvoluted
Sep 28 at 14:21
1
Does is have a Windows-corrupted NTFS filesystem on it? What doesjournalctl -f
show when you insert the USB stick?
– waltinator
Sep 28 at 14:24
@waltinator, I have added that into my question above. I should specify that I can copy the file kingston's files out of the USB stick
– IncrediblyConvoluted
Sep 29 at 7:29
add a comment
|
1
Smells like a Kingston support question. ALL storage devices are encryptable - these on-stick-encrypted devices are not really ordinary USB sticks at all - they are computing devices that present as a USB stick (like phones do), and do their own on-board processing.
– user535733
Sep 28 at 13:29
I should probably mention that I am not able to launch the linux applications on the USB stick either...
– IncrediblyConvoluted
Sep 28 at 14:21
1
Does is have a Windows-corrupted NTFS filesystem on it? What doesjournalctl -f
show when you insert the USB stick?
– waltinator
Sep 28 at 14:24
@waltinator, I have added that into my question above. I should specify that I can copy the file kingston's files out of the USB stick
– IncrediblyConvoluted
Sep 29 at 7:29
1
1
Smells like a Kingston support question. ALL storage devices are encryptable - these on-stick-encrypted devices are not really ordinary USB sticks at all - they are computing devices that present as a USB stick (like phones do), and do their own on-board processing.
– user535733
Sep 28 at 13:29
Smells like a Kingston support question. ALL storage devices are encryptable - these on-stick-encrypted devices are not really ordinary USB sticks at all - they are computing devices that present as a USB stick (like phones do), and do their own on-board processing.
– user535733
Sep 28 at 13:29
I should probably mention that I am not able to launch the linux applications on the USB stick either...
– IncrediblyConvoluted
Sep 28 at 14:21
I should probably mention that I am not able to launch the linux applications on the USB stick either...
– IncrediblyConvoluted
Sep 28 at 14:21
1
1
Does is have a Windows-corrupted NTFS filesystem on it? What does
journalctl -f
show when you insert the USB stick?– waltinator
Sep 28 at 14:24
Does is have a Windows-corrupted NTFS filesystem on it? What does
journalctl -f
show when you insert the USB stick?– waltinator
Sep 28 at 14:24
@waltinator, I have added that into my question above. I should specify that I can copy the file kingston's files out of the USB stick
– IncrediblyConvoluted
Sep 29 at 7:29
@waltinator, I have added that into my question above. I should specify that I can copy the file kingston's files out of the USB stick
– IncrediblyConvoluted
Sep 29 at 7:29
add a comment
|
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1177288%2fusb-stick-mounted-as-read-only-cd-rom%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1177288%2fusb-stick-mounted-as-read-only-cd-rom%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Smells like a Kingston support question. ALL storage devices are encryptable - these on-stick-encrypted devices are not really ordinary USB sticks at all - they are computing devices that present as a USB stick (like phones do), and do their own on-board processing.
– user535733
Sep 28 at 13:29
I should probably mention that I am not able to launch the linux applications on the USB stick either...
– IncrediblyConvoluted
Sep 28 at 14:21
1
Does is have a Windows-corrupted NTFS filesystem on it? What does
journalctl -f
show when you insert the USB stick?– waltinator
Sep 28 at 14:24
@waltinator, I have added that into my question above. I should specify that I can copy the file kingston's files out of the USB stick
– IncrediblyConvoluted
Sep 29 at 7:29