Search found 941 matches
- 20 Jan 2021, 10:28
- Forum: Intermediate/Advanced User Questions
- Topic: How to run a bash script from a file manager
- Replies: 1
- Views: 41
How to run a bash script from a file manager
hi Ed_P if you have thunar as file manager you can run a script via custom action,the script may be executable.
- 13 Jan 2021, 23:34
- Forum: Intermediate/Advanced User Questions
- Topic: USB thumbdrive - mkfs.ext2: Input/output error while writing out and closing file system
- Replies: 10
- Views: 929
USB thumbdrive - mkfs.ext2: Input/output error while writing out and closing file system
from ubuntu forum,i do not have usb key damaged so..... To turn off disk device`s write protect, we use the low level system utility hdparm like this: sudo hdparm -r0 /dev/sdb where we asume that /dev/sdb is the Physical disk device we're working on. If the device has partitions that are mounted as ...
- 13 Jan 2021, 02:27
- Forum: Intermediate/Advanced User Questions
- Topic: USB thumbdrive - mkfs.ext2: Input/output error while writing out and closing file system
- Replies: 10
- Views: 929
USB thumbdrive - mkfs.ext2: Input/output error while writing out and closing file system
hi donald,also sandisk cruzer 128 giga with an arch on, read only system and no cheap fake sandisk tell us is read only system to preserve data inside but you can't read the key so....trashcan
- 10 Jan 2021, 20:42
- Forum: Intermediate/Advanced User Questions
- Topic: Antidote on porteus linux: some fine tuning
- Replies: 3
- Views: 510
Antidote on porteus linux: some fine tuning
hi francois Aporteus is a systemd system try it...
- 08 Jan 2021, 17:21
- Forum: General chat
- Topic: File system exfat is not supported ?
- Replies: 33
- Views: 1818
File system exfat is not supported ?
hi i use only syslinux for all so in my bootloader f2fs option boot ins't ready yet,a device failure like usb i have stopped to use it i have a lot of key read only mode but why do not use gparted to see if the key is ok.
- 08 Jan 2021, 11:17
- Forum: General chat
- Topic: File system exfat is not supported ?
- Replies: 33
- Views: 1818
File system exfat is not supported ?
f2fs don't boot so you have to make a separate boot directory for....
- 07 Jan 2021, 17:21
- Forum: General chat
- Topic: File system exfat is not supported ?
- Replies: 33
- Views: 1818
File system exfat is not supported ?
hi kulle take a look at this kernel config: # # DOS/FAT/EXFAT/NT Filesystems # CONFIG_FAT_FS=y CONFIG_MSDOS_FS=y CONFIG_VFAT_FS=y CONFIG_FAT_DEFAULT_CODEPAGE=437 CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" # CONFIG_FAT_DEFAULT_UTF8 is not set # CONFIG_EXFAT_FS is not set CONFIG_NTFS_FS=y # CONFIG_NTFS_...
- 06 Jan 2021, 17:32
- Forum: General chat
- Topic: File system exfat is not supported ?
- Replies: 33
- Views: 1818
File system exfat is not supported ?
hi kulle maybe the installer of ventoy have done an exfat partition via linux or windows run gparted and see if the boot partition is corrupted /dev/sdc1 if you have used linux without the exfat-utils i do not think you have done right.
- 06 Jan 2021, 17:06
- Forum: General chat
- Topic: File system exfat is not supported ?
- Replies: 33
- Views: 1818
File system exfat is not supported ?
hi kulle if you trust mine here a temporary link to mediafire:https://www.mediafire.com/folder/jh1t2fl6fxtx8/exfat the build environment is a current version,try if work for you... maybe reboot the computer after you have installed.
- 06 Jan 2021, 16:47
- Forum: General chat
- Topic: File system exfat is not supported ?
- Replies: 33
- Views: 1818
File system exfat is not supported ?
hi kulle, if you trust slackonly repos you have a module,or if you have the devel software on the sbopkg via usm have the exfat-utils slackbuild.
- 06 Jan 2021, 16:31
- Forum: General chat
- Topic: File system exfat is not supported ?
- Replies: 33
- Views: 1818
File system exfat is not supported ?
hi you need this exfat-fuse exfat-utils also gparted without do not show exfat devices
- 05 Jan 2021, 18:35
- Forum: Newbie questions
- Topic: Does anyone know what will happen when porteus.cfg is removed?
- Replies: 6
- Views: 309
Does anyone know what will happen when porteus.cfg is removed?
hi extlinux config is linked to porteus.cfg,maybe i am wrong but without this file syslinux do not show anything,so no system boot.
- 04 Jan 2021, 10:53
- Forum: Bug Reports
- Topic: Porteus 5.0 RC2 bug reports
- Replies: 290
- Views: 29792
Porteus 5.0 RC2 bug reports
hi cad from the arch forum if you have an amd cpu on: I have a Lenovo Ideapad 320-15ABR with an Elantech touchpad. I tried enable the Elantech and I2C options in my kernel to no avail. I then tried setting CONFIG_PINCTRL_AMD=y in my configuration and the touchpad worked in my new kernel. this is a b...
- 03 Jan 2021, 10:14
- Forum: Bug Reports
- Topic: Porteus 5.0 RC2 bug reports
- Replies: 290
- Views: 29792
Porteus 5.0 RC2 bug reports
Michael Reutman (mreutman) wrote on 2020-08-25: #53 Hello, I was able to get the touchpad working on my Lenovo Ideapad 3 15iil05 to function by adding the following arguments to GRUB_CMDLINE_LINUX_DEFAULT. "i8042.nopnp=1 pci=nocrs" I'm curious as to what this does that makes it work, but I can repor...
- 02 Jan 2021, 21:49
- Forum: Bug Reports
- Topic: Porteus 5.0 RC2 bug reports
- Replies: 290
- Views: 29792
Porteus 5.0 RC2 bug reports
hi,maybe not work but append this line to porteus.config: i8042.nopnp initcall_blacklist=dw_i2c_init_driver to try touchpad working LABEL arch-5.10.2 MENU LABEL slack-5.10.2 LINUX ../vmlinuz-5.10.2-zen1 APPEND root=UUID=xxxxxxxxxx rw i8042.nopnp initcall_blacklist=dw_i2c_init_driver INITRD ../initrd...