iruindegi Posted February 21, 2016 #1 Posted February 21, 2016 Hi, I removed a 3Tb disk from my Xpenology and pluged it via usb to my computer but on PC it detects like a 750Gb (more less) disk. Do you know hoy can I recover all capacity of my disk? thanks
sbv3000 Posted February 21, 2016 #2 Posted February 21, 2016 2tb is normally the limit a lot of usb/sata adapters can work with and above that they show a lower capacity you can try this option using ubuntu to mount the drive and see your data; https://originwww.synology.com/en-uk/kn ... using_a_PC
iruindegi Posted February 21, 2016 Author #3 Posted February 21, 2016 thanks but this is for reading the data. What I want is format the disk and have all the capacity available again
brantje Posted February 21, 2016 #4 Posted February 21, 2016 Startup using a ubuntu live usb. Install gparted, and delete all the partitions, create a new partition, done. Posted via MyXpenology
Benoire Posted February 21, 2016 #5 Posted February 21, 2016 If using windows, using diskpart will allow you to clean the drive of its partition data and restore the drive to its full unused capacity; you just need to ensure you use the following: List Disk; this will show all the disks attached to the windows machine... you should find your drive here geenrally by looking at the id number or comparing it to the phyiscals one that the PC runs on Select Disk xx( this will be the disk you saw above) List Partition (this will show you the partitions on the disk. Depending on whether you where using Hybrid Raid or not you will have a large number of partitions. I think the first partition should generally about 2gb big as that is DSM install location) Clean; run this only when you are certain that the disk is the right one as this will clean ALL the partition data from it. You can always use disk management too for this task which is more visual but you have to delete all partitions manually. in Linux, there is gparted which is similar to disk management.
Recommended Posts