Sahri Riza Umami
Sahri Riza Umami
One teensy for four controllers would be amazing.
1. There is no `qt5-default` package on Debian (Sid). `sudo apt install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools` 2. Failed to run `gfatx` using double click. 3. Run `gfatx` via terminal using...
The problem is, I don't know what offset or size of my disk's partitions are. `fdisk -l` didn't work as it doesn't know what FATX is. The only thing I...
`testdisk` can list the ogxbox disk partition. Here is a 1 TB disk with F partition take all the space: ```bash $ sudo testdisk /list /dev/sdc TestDisk 7.1, Data Recovery...
All the partition is there except E. But if I mount (using `--drive` or `offset/size`) it's successfully mounted.
CMIIW, the offset for F would be `0x1ddd80000`? ```bash $ sudo fatxfs -o allow_other /dev/sdc ogxhdd --offset=0xddd80000 --size=0xe834f36000 failed to initialize the filesystem ``` Still no dice. But if the...
Found a solution. Based on [EatonZ's suggestion](https://www.reddit.com/r/originalxbox/comments/sp1xvo/how_to_get_partitions_offset_and_size_of/hwe47u5/), that all I need is to multiply `LBAStart` and `LBASize` by 512. 1. Read the first sector (dump disk's partition table) ```bash dd...
Ah, yes. As I've read, the original HDD not using partition table. But stored the hard coded partition offset and size in its BIOS. [The "partition table" rising after `XBPartitioner`...
#34 add F drive to the mount options. It's F-takes-all disk so won't works on F & G formatted drives. Perhaps give some note/warning in `--help` text to inform users.
Unfortunately, as shown in README, I've not yet test this function. And probably wont test it in a near future, unless there is update for `telegram-cli`. Sorry.