Linux
Jump to navigation
Jump to search
Contents
Linux Stuff[edit]
Command Line[edit]
lsblk -o name,size,vendor,mountpoint
Show list of mounted devices.
MFStool link[edit]
sudo mfsinfo -d /dev/sdY
Disk Information
Copy Entire Disk to Disk[edit]
mfscopy -am 2040 /dev/sdX /dev/sdY
Extend Partitions[edit]
mfsadd -xcm 2040 /dev/sdY
Adds 2 TB of space to disk
Fix Partitions[edit]
mfsaddfix /dev/sdY
Reorders partitions so the Tivo doesnt refuse the disk and reformat it.