pendrive is visible and 'read only' in DISKS and lsusb, but not visible in df -Th, lsblk and gparted. Thanks
up vote
0
down vote
favorite
from lsblk
root@vishnu:~# lsblk -m
NAME SIZE OWNER GROUP MODE
sr0 1024M root cdrom brw-rw----
sda 931.5G root disk brw-rw----
├─sda2 927.1G root disk brw-rw----
├─sda3 3.9G root disk brw-rw----
└─sda1 512M root disk brw-rw----
root@vishnu:~# lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 05c8:038f Cheng Uei Precision Industry Co., Ltd (Foxlink)
Bus 001 Device 003: ID 0bda:b008 Realtek Semiconductor Corp.
**Bus 001 Device 002: ID 0951:1666 Kingston Technology DataTraveler G4**
Bus 001 Device 005: ID 04ca:009b Lite-On Technology Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
In disks, its visible as read only and /dev/sr0 (Read-Only) Not able to format
usb format
New contributor
add a comment |
up vote
0
down vote
favorite
from lsblk
root@vishnu:~# lsblk -m
NAME SIZE OWNER GROUP MODE
sr0 1024M root cdrom brw-rw----
sda 931.5G root disk brw-rw----
├─sda2 927.1G root disk brw-rw----
├─sda3 3.9G root disk brw-rw----
└─sda1 512M root disk brw-rw----
root@vishnu:~# lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 05c8:038f Cheng Uei Precision Industry Co., Ltd (Foxlink)
Bus 001 Device 003: ID 0bda:b008 Realtek Semiconductor Corp.
**Bus 001 Device 002: ID 0951:1666 Kingston Technology DataTraveler G4**
Bus 001 Device 005: ID 04ca:009b Lite-On Technology Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
In disks, its visible as read only and /dev/sr0 (Read-Only) Not able to format
usb format
New contributor
1
Unplug the "pendrive", typejournalctl --follow
, plug in the "pendrive". Read messages.
– waltinator
2 days ago
Thanks. following messages was received Nov 19 12:50:29 vishnu kernel: print_req_error: I/O error, dev sdb, sector 61457536 Nov 19 12:50:29 vishnu kernel: Buffer I/O error on dev sdb, logical block 7682192, async page read
– Vishnu Swarup
2 days ago
1
Either block 768192 is bad, or block number 768192 is out of range, and whichever file points to it is corrupt. Readman badblocks
carefully. Beware! You are entering dangerous territory. Think twice before issuing any command.
– waltinator
2 days ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
from lsblk
root@vishnu:~# lsblk -m
NAME SIZE OWNER GROUP MODE
sr0 1024M root cdrom brw-rw----
sda 931.5G root disk brw-rw----
├─sda2 927.1G root disk brw-rw----
├─sda3 3.9G root disk brw-rw----
└─sda1 512M root disk brw-rw----
root@vishnu:~# lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 05c8:038f Cheng Uei Precision Industry Co., Ltd (Foxlink)
Bus 001 Device 003: ID 0bda:b008 Realtek Semiconductor Corp.
**Bus 001 Device 002: ID 0951:1666 Kingston Technology DataTraveler G4**
Bus 001 Device 005: ID 04ca:009b Lite-On Technology Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
In disks, its visible as read only and /dev/sr0 (Read-Only) Not able to format
usb format
New contributor
from lsblk
root@vishnu:~# lsblk -m
NAME SIZE OWNER GROUP MODE
sr0 1024M root cdrom brw-rw----
sda 931.5G root disk brw-rw----
├─sda2 927.1G root disk brw-rw----
├─sda3 3.9G root disk brw-rw----
└─sda1 512M root disk brw-rw----
root@vishnu:~# lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 05c8:038f Cheng Uei Precision Industry Co., Ltd (Foxlink)
Bus 001 Device 003: ID 0bda:b008 Realtek Semiconductor Corp.
**Bus 001 Device 002: ID 0951:1666 Kingston Technology DataTraveler G4**
Bus 001 Device 005: ID 04ca:009b Lite-On Technology Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
In disks, its visible as read only and /dev/sr0 (Read-Only) Not able to format
usb format
usb format
New contributor
New contributor
edited 2 days ago
waltinator
21.6k74169
21.6k74169
New contributor
asked 2 days ago
Vishnu Swarup
1
1
New contributor
New contributor
1
Unplug the "pendrive", typejournalctl --follow
, plug in the "pendrive". Read messages.
– waltinator
2 days ago
Thanks. following messages was received Nov 19 12:50:29 vishnu kernel: print_req_error: I/O error, dev sdb, sector 61457536 Nov 19 12:50:29 vishnu kernel: Buffer I/O error on dev sdb, logical block 7682192, async page read
– Vishnu Swarup
2 days ago
1
Either block 768192 is bad, or block number 768192 is out of range, and whichever file points to it is corrupt. Readman badblocks
carefully. Beware! You are entering dangerous territory. Think twice before issuing any command.
– waltinator
2 days ago
add a comment |
1
Unplug the "pendrive", typejournalctl --follow
, plug in the "pendrive". Read messages.
– waltinator
2 days ago
Thanks. following messages was received Nov 19 12:50:29 vishnu kernel: print_req_error: I/O error, dev sdb, sector 61457536 Nov 19 12:50:29 vishnu kernel: Buffer I/O error on dev sdb, logical block 7682192, async page read
– Vishnu Swarup
2 days ago
1
Either block 768192 is bad, or block number 768192 is out of range, and whichever file points to it is corrupt. Readman badblocks
carefully. Beware! You are entering dangerous territory. Think twice before issuing any command.
– waltinator
2 days ago
1
1
Unplug the "pendrive", type
journalctl --follow
, plug in the "pendrive". Read messages.– waltinator
2 days ago
Unplug the "pendrive", type
journalctl --follow
, plug in the "pendrive". Read messages.– waltinator
2 days ago
Thanks. following messages was received Nov 19 12:50:29 vishnu kernel: print_req_error: I/O error, dev sdb, sector 61457536 Nov 19 12:50:29 vishnu kernel: Buffer I/O error on dev sdb, logical block 7682192, async page read
– Vishnu Swarup
2 days ago
Thanks. following messages was received Nov 19 12:50:29 vishnu kernel: print_req_error: I/O error, dev sdb, sector 61457536 Nov 19 12:50:29 vishnu kernel: Buffer I/O error on dev sdb, logical block 7682192, async page read
– Vishnu Swarup
2 days ago
1
1
Either block 768192 is bad, or block number 768192 is out of range, and whichever file points to it is corrupt. Read
man badblocks
carefully. Beware! You are entering dangerous territory. Think twice before issuing any command.– waltinator
2 days ago
Either block 768192 is bad, or block number 768192 is out of range, and whichever file points to it is corrupt. Read
man badblocks
carefully. Beware! You are entering dangerous territory. Think twice before issuing any command.– waltinator
2 days ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Vishnu Swarup is a new contributor. Be nice, and check out our Code of Conduct.
draft saved
draft discarded
Vishnu Swarup is a new contributor. Be nice, and check out our Code of Conduct.
Vishnu Swarup is a new contributor. Be nice, and check out our Code of Conduct.
Vishnu Swarup is a new contributor. Be nice, and check out our Code of Conduct.
draft saved
draft discarded
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%2f1094140%2fpendrive-is-visible-and-read-only-in-disks-and-lsusb-but-not-visible-in-df-t%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
Unplug the "pendrive", type
journalctl --follow
, plug in the "pendrive". Read messages.– waltinator
2 days ago
Thanks. following messages was received Nov 19 12:50:29 vishnu kernel: print_req_error: I/O error, dev sdb, sector 61457536 Nov 19 12:50:29 vishnu kernel: Buffer I/O error on dev sdb, logical block 7682192, async page read
– Vishnu Swarup
2 days ago
1
Either block 768192 is bad, or block number 768192 is out of range, and whichever file points to it is corrupt. Read
man badblocks
carefully. Beware! You are entering dangerous territory. Think twice before issuing any command.– waltinator
2 days ago