*Empty MediaWiki Message*

This commit is contained in:
Daniel.plominski 2015-02-17 01:39:25 +00:00
parent 5c29d7928f
commit 53fa3e5d27

View File

@ -985,4 +985,50 @@ rsync error: some files/attrs were not transferred (see previous errors) (code 2
<source lang="bash">
zfs umount -a
zpool destroy singlepool
zpool export backup-pool
[root@flatbert:~]# fdisk /dev/sdb (sowie sdc)
Command (m for help): p
Disk /dev/sdb: 931,5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x000a8556
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 2048 1953791 1951744 953M fd Linux raid autodetect
/dev/sdb2 1953792 17577983 15624192 7,5G 82 Linux swap / Solaris
/dev/sdb3 17577984 154296319 136718336 65,2G fd Linux raid autodetect
/dev/sdb4 * 154296320 486327739 332031420 158,3G bf Solaris
Command (m for help): d
Partition number (1-4, default 4): 4
Partition 4 has been deleted.
Command (m for help): p
Disk /dev/sdb: 931,5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x000a8556
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 2048 1953791 1951744 953M fd Linux raid autodetect
/dev/sdb2 1953792 17577983 15624192 7,5G 82 Linux swap / Solaris
/dev/sdb3 17577984 154296319 136718336 65,2G fd Linux raid autodetect
Command (m for help): w
The partition table has been altered.
Calling ioctl() to re-read partition table.
Re-reading the partition table failed.: Das Gerät oder die Ressource ist belegt
The kernel still uses the old table. The new table will be used at the next reboot or after you run partprobe(8) or kpartx(8).
</source>