差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| linux:gparted [2020/08/20 09:08] – [ダウンロード] ともやん | linux:gparted [2020/09/11 16:54] (現在) – ともやん | ||
|---|---|---|---|
| 行 5: | 行 5: | ||
| object-fit: cover; | object-fit: cover; | ||
| object-position: | object-position: | ||
| - | } | ||
| - | #result pre, #mincode pre { | ||
| - | overflow: hidden; | ||
| - | font-size: 10px; | ||
| - | } | ||
| - | # | ||
| - | height: 250px; | ||
| - | overflow: scroll; | ||
| - | overflow-x: hidden; | ||
| - | font-size: 10px; | ||
| - | } | ||
| - | #mintbl table { | ||
| - | font-size: 12px; | ||
| - | } | ||
| - | .dokuwiki .plugin_wrap table { | ||
| - | width: auto; | ||
| - | } | ||
| - | #logo { | ||
| - | background-color: | ||
| - | padding: 10px; | ||
| - | width: fit-content; | ||
| - | } | ||
| - | #logo p { | ||
| - | margin: 0; | ||
| } | } | ||
| </ | </ | ||
| 行 57: | 行 33: | ||
| ===== GParted Live での作業 ===== | ===== GParted Live での作業 ===== | ||
| + | |||
| + | ==== パーティション一覧を確認 ==== | ||
| + | <WRAP prewrap 100% #result> | ||
| + | < | ||
| + | $ sudo parted -l | ||
| + | Model: ATA Hitachi HTS54505 (scsi) | ||
| + | Disk /dev/sda: 500GB | ||
| + | Sector size (logical/ | ||
| + | Partition Table: msdos | ||
| + | Disk Flags: | ||
| + | |||
| + | Number | ||
| + | | ||
| + | | ||
| + | | ||
| + | |||
| + | |||
| + | Model: JMicron | ||
| + | Disk /dev/sdb: 240GB | ||
| + | Sector size (logical/ | ||
| + | Partition Table: msdos | ||
| + | Disk Flags: | ||
| + | |||
| + | Number | ||
| + | |||
| + | |||
| + | Model: JetFlash Transcend 8GB (scsi) | ||
| + | Disk /dev/sdc: 7902MB | ||
| + | Sector size (logical/ | ||
| + | Partition Table: msdos | ||
| + | Disk Flags: | ||
| + | |||
| + | Number | ||
| + | | ||
| + | | ||
| + | </ | ||
| + | </ | ||
| ==== デバイス間のコピー ==== | ==== デバイス間のコピー ==== | ||
| 行 70: | 行 83: | ||
| </ | </ | ||
| + | ==== sshd を有効化する方法 ==== | ||
| + | < | ||
| + | $ sudo passwd root | ||
| + | New password: | ||
| + | Retype new password: | ||
| + | passwd: password updated successfully | ||
| + | |||
| + | $ sudo vi / | ||
| + | PermitRootLogin yes | ||
| + | PasswordAuthentication yes | ||
| + | |||
| + | $ sudo systemctl start ssh | ||
| + | |||
| + | $ systemctl status ssh | ||
| + | ● ssh.service - OpenBSD Secure Shell server | ||
| + | | ||
| + | | ||
| + | Docs: man:sshd(8) | ||
| + | | ||
| + | Process: 1897 ExecStartPre=/ | ||
| + | Main PID: 1898 (sshd) | ||
| + | Tasks: 1 (limit: 4606) | ||
| + | | ||
| + | | ||
| + | | ||
| + | |||
| + | $ sudo vi / | ||
| + | ALL: ALL | ||
| + | sshd: ALL | ||
| + | </ | ||
| + | |||
| + | ===== OS Info ===== | ||
| + | <WRAP prewrap 100% #result> | ||
| + | < | ||
| + | $ cat /etc/issue | ||
| + | Debian GNU/Linux bullseye/ | ||
| + | |||
| + | $ uname -a | ||
| + | Linux debian 5.7.0-1-amd64 #1 SMP Debian 5.7.6-1 (2020-06-24) x86_64 GNU/Linux | ||
| + | |||
| + | </ | ||
| + | </ | ||
| + | bullseye はテスト版ディストリビューション\\ | ||
| + | |||
| ===== トラブルシューティング ===== | ===== トラブルシューティング ===== | ||