gcode_storage
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
gcode_storage [2024/10/18 13:15] – torte | gcode_storage [2025/01/21 12:27] (current) – torte | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Sovol KlipperScreen ===== | + | {{page> |
- | ==== GCode storage ==== | + | https:// |
+ | {{page> | ||
+ | ---- | ||
+ | |||
+ | ===== Sovol KlipperScreen | ||
+ | ==== Expand G-Code | ||
+ | |||
+ | Experienced Linux users: Scroll down to [[# | ||
+ | |||
+ | ---- | ||
Sovol' | Sovol' | ||
Line 63: | Line 72: | ||
* run '' | * run '' | ||
{{ wiki: | {{ wiki: | ||
- | | + | |
{{ wiki: | {{ wiki: | ||
- | | + | |
{{ wiki: | {{ wiki: | ||
- | | + | |
{{ wiki: | {{ wiki: | ||
- | | + | |
- | * Press " | + | * Type in " |
+ | | ||
* We need to unmount that drive again (because the automounter detected the partition change): | * We need to unmount that drive again (because the automounter detected the partition change): | ||
* '' | * '' | ||
* '' | * '' | ||
* Reassure that it is not mounted any longer by running '' | * Reassure that it is not mounted any longer by running '' | ||
+ | * Now we can format the partition to the ext file system: | ||
+ | * '' | ||
+ | * It will ask for confirmation (press " | ||
+ | < | ||
+ | mke2fs 1.47.0 (5-Feb-2023) | ||
+ | /dev/sda1 contains a vfat file system labelled ' | ||
+ | Proceed anyway? (y,N) y | ||
+ | Creating filesystem with 1958144 4k blocks and 489600 inodes | ||
+ | Filesystem UUID: b6164916-9a97-42d6-b270-172020e45486 | ||
+ | Superblock backups stored on blocks: | ||
+ | 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632 | ||
+ | |||
+ | Allocating group tables: done | ||
+ | Writing inode tables: done | ||
+ | Creating journal (16384 blocks): done | ||
+ | Writing superblocks and filesystem accounting information: | ||
+ | </ | ||
+ | * Once again unmount the usb-drive (automounter detected the formatting process): | ||
+ | * '' | ||
+ | * '' | ||
+ | * Reassure that it is not mounted any longer by running '' | ||
+ | * Find out the partitions UUID: '' | ||
+ | |||
+ | < | ||
+ | lrwxrwxrwx 1 root root 15 Oct 18 10:54 AADC-9503 -> ../ | ||
+ | lrwxrwxrwx 1 root root 15 Oct 18 10:54 b45e999f-5a77-4788-8645-076f13ec1a4e -> ../ | ||
+ | lrwxrwxrwx 1 root root 10 Oct 18 11:04 b6164916-9a97-42d6-b270-172020e45486 -> ../../sda1 | ||
+ | </ | ||
+ | * Here, the required UUID is '' | ||
+ | * Edit ''/ | ||
+ | * '' | ||
+ | * Add this new line to the bottom.\\ Make sure to use the real UUID from the last step, not this example! | ||
+ | < | ||
+ | * To save and exit, press " | ||
+ | * Mount the usb-drive: | ||
+ | * '' | ||
+ | * Adjust the access rights of the usb-drive' | ||
+ | * '' | ||
+ | |||
+ | Now let's check, if everything works as expected: \\ | ||
+ | Reboot the device. | ||
+ | |||
+ | In Mainsail, the " | ||
+ | Do a small test print. There shouldn' | ||
+ | |||
+ | Shut down the device, remove the usb-drive and power up the device again: | ||
+ | It should boot without problems. In Mainsail, the list of gcode files should now show the files, that have been there before all these steps. Remember to use the " | ||
+ | |||
+ | If everything is OK, power off the device, insert the usb-drive again and power it up. | ||
+ | We are done. | ||
+ | |||
+ | === Things to keep in mind === | ||
+ | * From now on, the automounter will ignore this specific drive (because it is managed by the system, the ''/ | ||
+ | * All other usb-drives will be used by the automounter as before, i.e. they will be mounted as a subdirectories " | ||
+ | * Only remove the usb-drive after shutting down the device | ||
+ | * If the usb-drive was not plugged in during boot, you will either have to mount it manually ('' | ||
+ | * By default, you cannot access the files on the usb-drive by Windows. But there are several free programs that allow it (e.g. SysInternals LinuxReader or Ext2explore), | ||
+ | |||
+ | |||
+ | === For the linux gurus === | ||
+ | * Set the partition type to "83 linux" | ||
+ | * Format the partition to " | ||
+ | * Make sure to unmount after each step (automounter is still active) | ||
+ | * In ''/ | ||
+ | * Use the partitions UUID in ''/ | ||
+ | * Make the filesystem writable for users ('' | ||
+ | |||
+ | === A last tip === | ||
+ | When there is no usb-drive inserted, create a directory called " |
gcode_storage.1729250141.txt.gz · Last modified: 2024/10/18 13:15 by torte