Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/login-from-live-disk.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done
sudo chroot /mnt
```

With this last command, you will have root access to your installed system. Once the drive is accessed, commands for maintenance can be run on the installed system. For example, [package manager repair commands](article/package-manager-pop). You can also access your files with <u>Files</u> via `+ Other Locations` -> `Computer` -> `/mnt`.
With this last command, you will have root access to your installed system. Once the drive is accessed, commands for maintenance can be run on the installed system. For example, [package manager repair commands](/articles/package-manager-pop). You can also access your files with <u>Files</u> via `+ Other Locations` -> `Computer` -> `/mnt`.

### After Chroot

Expand Down
2 changes: 1 addition & 1 deletion content/shipping.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ If the hard drive is included with the shipment, please backup all important dat
| Cloud Storage | Use a cloud storage system, such as [Google Drive](https://www.google.com/drive/), [Dropbox](https://www.dropbox.com/), or [Mega](https://mega.nz/) to sync your data remotely. Put all important files into the desktop folder, or use the web interface to backup any important. |
| File Explorer | Use the built in file explorer to copy important data to an external drive. Format the external drive either 'ext4' or 'ntfs' using the <u>Disks</u> or <u>GParted</u> programs. Then, copy the folders over to the extra drive. |
| CLI | The command `rsync` is commonly used to make copies of a folder structure to a local, networked, or remote computers. Please see `man rsync` or this reference [here](https://www.tecmint.com/rsync-local-remote-file-synchronization-commands/). |
| Software | For an exact backup of your entire operating system and personal folders as-is, we recommend using [Clonezilla](clonezilla.org/). |
| Software | For an exact backup of your entire operating system and personal folders as-is, we recommend using [Clonezilla](https://clonezilla.org/). |

### Packing Computer

Expand Down
Loading