差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| linux:gparted [2020/08/20 10:26] – [OS Info] ともやん | 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 | ||
| + |  | ||
| + |  | ||
| + | </ | ||
| + | </ | ||
| ==== デバイス間のコピー ==== | ==== デバイス間のコピー ==== | ||
| 行 69: | 行 82: | ||
| </ | </ | ||
| </ | </ | ||
| + | |||
| + | ==== 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 ===== | ===== OS Info ===== | ||
