Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: Usb stick: sdc: unable to read partition table

  1. #1
    Join Date
    Sep 2019
    Beans
    263

    Usb stick: sdc: unable to read partition table

    Code:
    Aug 15 14:21:46 maketopsite kernel: Buffer I/O error on dev sdc, logical block 0, async page read
    Aug 15 14:21:46 maketopsite kernel: Buffer I/O error on dev sdc, logical block 0, async page read
    Aug 15 14:21:46 maketopsite kernel: I/O error, dev sdc, sector 0 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0
    Aug 15 14:21:46 maketopsite kernel: sd 6:0:0:0: [sdc] tag#0 CDB: Read(10) 28 00 00 00 00 00 00 00 08 00
    Aug 15 14:21:46 maketopsite kernel: sd 6:0:0:0: [sdc] tag#0 Add. Sense: Medium not present
    Aug 15 14:21:46 maketopsite kernel: sd 6:0:0:0: [sdc] tag#0 Sense Key : Not Ready [current] 
    Aug 15 14:21:46 maketopsite kernel: sd 6:0:0:0: [sdc] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_OK cmd_age=0s
    Aug 15 14:21:46 maketopsite kernel: Buffer I/O error on dev sdc, logical block 3856368, async page read
    Aug 15 14:21:46 maketopsite kernel: I/O error, dev sdc, sector 30850944 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2
    Aug 15 14:21:46 maketopsite kernel: sd 6:0:0:0: [sdc] tag#0 CDB: Read(10) 28 00 01 d6 bf 80 00 00 08 00
    Aug 15 14:21:46 maketopsite kernel: sd 6:0:0:0: [sdc] tag#0 Add. Sense: Medium not present
    Aug 15 14:21:46 maketopsite kernel: sd 6:0:0:0: [sdc] tag#0 Sense Key : Not Ready [current] 
    Aug 15 14:21:46 maketopsite kernel: sd 6:0:0:0: [sdc] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_OK cmd_age=0s
    Aug 15 14:21:46 maketopsite kernel: I/O error, dev sdc, sector 30850944 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0
    Aug 15 14:21:46 maketopsite kernel: sd 6:0:0:0: [sdc] tag#0 CDB: Read(10) 28 00 01 d6 bf 80 00 00 08 00
    Aug 15 14:21:46 maketopsite kernel: sd 6:0:0:0: [sdc] tag#0 Add. Sense: Medium not present
    Aug 15 14:21:46 maketopsite kernel: sd 6:0:0:0: [sdc] tag#0 Sense Key : Not Ready [current] 
    Aug 15 14:21:46 maketopsite kernel: sd 6:0:0:0: [sdc] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_OK cmd_age=0s
    Aug 15 14:21:46 maketopsite kernel: sd 6:0:0:0: [sdc] Attached SCSI removable disk
    Aug 15 14:21:46 maketopsite kernel:  sdc: unable to read partition table
    Usb stick is not visible in the output of
    Code:
    fdisk -l
    Does it please mean it's broken beyond repair ?

  2. #2
    Join Date
    May 2008
    Beans
    4,362
    Distro
    Ubuntu 24.04 Noble Numbat

    Re: Usb stick: sdc: unable to read partition table

    The partition table may be damaged?
    Is sdc visible with:-
    Code:
    sudo parted -l

  3. #3
    Join Date
    Sep 2019
    Beans
    263

    Re: Usb stick: sdc: unable to read partition table

    Quote Originally Posted by tea for one View Post
    The partition table may be damaged?
    Is sdc visible with:-
    Code:
    sudo parted -l
    Code:
    root@maketopsite:/home/maketopsite # parted -l
    Error: /dev/sdc: unrecognised disk label
    Model: JetFlash Transcend 16GB (scsi)                                     
    Disk /dev/sdc: 15.8GB
    Sector size (logical/physical): 512B/512B
    Partition Table: unknown
    Disk Flags:

  4. #4
    Join Date
    May 2008
    Beans
    4,362
    Distro
    Ubuntu 24.04 Noble Numbat

    Re: Usb stick: sdc: unable to read partition table

    The disk is visible, therefore, why not create a new partition table and a subsequent partition?

  5. #5
    Join Date
    Jun 2014
    Beans
    7,700

    Re: Usb stick: sdc: unable to read partition table

    What was this device used for?
    Do you know if it had a partition table previously and what it was?
    What filesystem type was on the device/partition(s)?

  6. #6
    Join Date
    Sep 2019
    Beans
    263

    Re: Usb stick: sdc: unable to read partition table

    Quote Originally Posted by tea for one View Post
    The disk is visible, therefore, why not create a new partition table and a subsequent partition?
    It's low level tool:
    Code:
    mkpart [part-type name fs-type] start end
    I don't want damage something by wrong use of this tool. I would prefer some GUI tools if possible.

  7. #7
    Join Date
    Sep 2019
    Beans
    263

    Re: Usb stick: sdc: unable to read partition table

    Quote Originally Posted by yancek View Post
    What was this device used for?
    Do you know if it had a partition table previously and what it was?
    What filesystem type was on the device/partition(s)?
    Haiku R4 Beta was installed on this stick on BeFS filesystem. Not sure about previous partition table .

  8. #8
    Join Date
    May 2008
    Beans
    4,362
    Distro
    Ubuntu 24.04 Noble Numbat

    Re: Usb stick: sdc: unable to read partition table

    Quote Originally Posted by maketopsite View Post
    It's low level tool:
    Code:
    mkpart [part-type name fs-type] start end
    I don't want damage something by wrong use of this tool. I would prefer some GUI tools if possible.
    Gparted is available in a "Try Ubuntu" live session

  9. #9
    Join Date
    Sep 2019
    Beans
    263

    Re: Usb stick: sdc: unable to read partition table

    Quote Originally Posted by tea for one View Post
    Gparted is available in a "Try Ubuntu" live session
    I'm sorry gparted doesn't see this drive.

  10. #10
    Join Date
    May 2008
    Beans
    4,362
    Distro
    Ubuntu 24.04 Noble Numbat

    Re: Usb stick: sdc: unable to read partition table

    Then try parted via the terminal.
    Assuming the disk is still sdc
    Code:
    sudo parted /dev/sdc # nominates target disk
    Code:
    mklabel gpt # create gpt partition table
    Code:
    quit
    Open Gparted - Is it recognised?

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •