User Tools

Site Tools


gcode_storage

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
gcode_storage [2024/10/18 14:20] – [GCode storage] tortegcode_storage [2025/01/21 12:27] (current) torte
Line 1: Line 1:
-===== Sovol KlipperScreen ===== +{{page>redirect#this_wiki_has_moved}} 
-==== GCode storage ====+https://torte71.github.io/InsideSovolKlipperScreen/gcode_storage.html 
 +{{page>redirect#section}} 
 +---- 
 + 
 +===== Sovol KlipperScreen (Makerbase MKS KLIPAD50) ===== 
 +==== Expand G-Code storage space ==== 
 + 
 +Experienced Linux users: Scroll down to [[#for_the_linux_gurus|For the linux gurus]] for a short sum-up what is required. 
 + 
 +----
  
 Sovol's KlipperScreen uses an 8GB emmc card for storage, of which about 7GB are used by the system. Sovol's KlipperScreen uses an 8GB emmc card for storage, of which about 7GB are used by the system.
Line 141: Line 150:
   * In ''/etc/fstab'' use the parameters ''nofail,x-systemd.device-timeout=9'' to allow booting if that drive is not inserted   * In ''/etc/fstab'' use the parameters ''nofail,x-systemd.device-timeout=9'' to allow booting if that drive is not inserted
   * Use the partitions UUID in ''/etc/fstab'', this makes the automounter ignore this drive   * Use the partitions UUID in ''/etc/fstab'', this makes the automounter ignore this drive
-  * Make the filesystem writable for users (''chmod -mks:mks <YOUR_MOUNTPOINT>'').+  * Make the filesystem writable for users (''chown -mks:mks <YOUR_MOUNTPOINT>''). 
  
 +=== A last tip ===
 +When there is no usb-drive inserted, create a directory called "_NO_USB_MOUNTED_" (or whatever name you like) in the gcode directory. If the usb-drive is not inserted or broken, this directory will be visible and you know, that gcode files will not end up on the usb-drive, but on the internal file system.
gcode_storage.1729254054.txt.gz · Last modified: 2024/10/18 14:20 by torte