-
Using sfdisk, when one specifies a start offset different from the default for the first partition I'd expect that the second partition starts at the end of the first partition. This is true when gpt…
-
こちらは #1 や #2 と違い、単なる技術の備忘である。
```zsh
git clone https://github.com/billw2/rpi-clone.git
cd rpi-clone
sudo cp -p rpi-clone /usr/local/sbin
```
その後の作業は、次のような感じとなる。
```zsh
fdisk -l または lsusb…
-
Hi!
I have a few KVM-System which have multipe partions inside a LVM-disk
e.g.
fdisk -l /dev/drbdvg/vm-110-disk-1
Disk /dev/drbdvg/vm-110-disk-1: 330.7 GB, 330712481792 bytes
255 heads, 63 sectors…
-
```
What steps will reproduce the problem?
1. simple reboot
2. or execute with sh /etc/init.d/05mountext
3.
What is the expected output? What do you see instead?
Script tries to use mmcblk?p1 as swap…
-
```
What steps will reproduce the problem?
1. Try to prepare a hard drive using fdisk
2. Format disk
3. Try to install Windows 95
Expected: Working Windows 95 installation like it was possible with m…
-
```
What steps will reproduce the problem?
1. Try to prepare a hard drive using fdisk
2. Format disk
3. Try to install Windows 95
Expected: Working Windows 95 installation like it was possible with m…
-
```
What steps will reproduce the problem?
1. Try to prepare a hard drive using fdisk
2. Format disk
3. Try to install Windows 95
Expected: Working Windows 95 installation like it was possible with m…
-
```
What steps will reproduce the problem?
1. Try to prepare a hard drive using fdisk
2. Format disk
3. Try to install Windows 95
Expected: Working Windows 95 installation like it was possible with m…
-
下面这里创建gpt分区是不会选主分区的
创建分区并分配空间
{
echo g # 创建一个新的空DOS分区表
echo n # 添加一个新分区
echo p # 主分区
echo 1 # 分区号1
…
-
```
What steps will reproduce the problem?
1. Try to prepare a hard drive using fdisk
2. Format disk
3. Try to install Windows 95
Expected: Working Windows 95 installation like it was possible with m…