BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss] Recovering a corrupted usb hard drive with XFS
- Subject: [Discuss] Recovering a corrupted usb hard drive with XFS
- From: richard.pieri at gmail.com (Rich Pieri)
- Date: Wed, 15 May 2024 20:26:58 -0400
I'm coming into this rather late since I'd somehow been unsubscribed for the past month or so. Anywho... What does the command "blkid /dev/sdX" say? If the device is partitioned then it should return the partition type (PTTYPE): /dev/sda: PTUUID="2d5ed796-ad53-4317-a7bc-2e0ad85d90d1" PTTYPE="gpt" And if it is a filesystem directly on device then it will return the filesystem type (TYPE) instead along with some other information about the block device: dev/sda1: LABEL="SAMSUNG" UUID="3CA9-C777" BLOCK_SIZE="512" TYPE="exfat" PARTLABEL="Basic data partition" PARTUUID="dc7aaeeb-3124-4216-bfbd-ddecfe20d72b" If it's the latter then I strongly recommend finding some way to put a partition table on the drive, especially if the block size is 4K. I/O performance will suffer badly if the partition isn't properly aligned. -- \m/ (--) \m/
- Prev by Date: [Discuss] Recovering a corrupted usb hard drive with XFS
- Next by Date: [Discuss] Recovering a corrupted usb hard drive with XFS
- Previous by thread: [Discuss] Recovering a corrupted usb hard drive with XFS
- Next by thread: [Discuss] Recovering a corrupted usb hard drive with XFS
- Index(es):