Hy, Situation under Debian Linux, Kernel 2.6.26-2: On a Block-Device (/dev/vdb) is a partition-table specifying one partition (/dev/vdb1) which contains a ext3-filesystem. I want to remove the partition-table and make the partition-data directly available under (/dev/vdb).
The only possibility which came to my mind was to copy the data from the partition to another device, remove the partition-table and directly create the filesystem on /dev/vdb, mount it and copy the data back.
Is there a faster solution which doesnt involve such a long downtime?
Thanks
