summaryrefslogtreecommitdiffstats
path: root/src/utils/fs.py
Commit message (Expand)AuthorAgeFilesLines
* utils: fs: incorrect indentationOpenGnSys Support Team2024-04-221-1/+1
* utils: fs: skip shrink/extend operation for fatOpenGnSys Support Team2024-04-191-0/+4
* utils: fs: remove unused variable in _reduce_resize2fsv1.3.2-7OpenGnSys Support Team2024-04-191-1/+0
* utils: fs: report error when failing to growOpenGnSys Support Team2024-04-191-2/+2
* utils: fs: set return value in ogReduceFsOpenGnSys Support Team2024-04-191-2/+3
* src: log backtrace in unhandled error casesAlejandro Sirgo Rica2024-04-031-6/+7
* utils: remove redundant return statements from mount_mkdirAlejandro Sirgo Rica2024-03-261-3/+1
* src: centralize error logging into send_internal_server_errorAlejandro Sirgo Rica2024-03-211-8/+4
* fs: add swap support and improve mkfs loggingOpenGnSys Support Team2024-02-221-3/+15
* fs: improve value parsing from command outputAlejandro Sirgo Rica2024-02-191-7/+29
* fs: return unknown if blkid failsOpenGnSys Support Team2024-02-151-1/+7
* fs: logging ext4 resize errorOpenGnSys Support Team2024-02-151-2/+4
* fs: check if ntfsresize actually succeded to shrink filesystemOpenGnSys Support Team2024-02-151-1/+4
* fs: disentagle dry-run ntfsresize loop to probe for best shrink sizeOpenGnSys Support Team2024-02-151-8/+16
* src: improve error check in image_create and image_restoreAlejandro Sirgo Rica2024-02-141-3/+17
* fs: validate ntfsresize dry-run outputv1.3.2-5OpenGnSys Support Team2024-01-111-2/+3
* fs: fix subprocess input inside _extend_resize2fsJose M. Guisado2023-06-131-1/+1
* fs: fix bug when ntfsresize reports nothing to doJose M. Guisado2023-06-131-0/+3
* fs: fix typo inside _extend_resize2fsJose M. Guisado2023-06-131-4/+4
* utils: add umount_all functionJose M. Guisado2023-05-091-0/+9
* utils: rewrite ogExtendFsJose M. Guisado2023-05-091-7/+28
* utils: rewrite ogReduceFsJose M. Guisado2023-05-021-9/+52
* utils: add get_filesystem_type functionJose M. Guisado2023-04-251-0/+12
* utils: add fs.pyJose M. Guisado2023-02-081-1/+66
* utils: minor fix for ogReduceFs and ogExtendFsJose M. Guisado2022-09-141-10/+10
* image_create: partial integration into pythonv1.2.2Jose M. Guisado2022-08-241-1/+27
* utils: mount_mkdir success if target is a mountpointJose M. Guisado2022-06-011-0/+6
* probe: detect 64 bit operating systemsJose M. Guisado2022-05-091-0/+10
* Add utils modulesJose M. Guisado2022-04-211-0/+60