I'm still new to Linux. My first Kubuntu installation died after about a week. Can't fix it. Maybe someone else could. But I can't. So I'm preparing to reinstall and try again.
I ran into some issues with my first installation, and I'd like to avoid them this time, but I haven't got a clue how.
My system is a Lenovo Thinkpad x201, 8G RAM, 256G ssd
1) Ownership. Some files and non-native applications (Webstorm, Postman, Robomongo, etc) seemed to be owned by root, and others by User.
How do i make it so that User owns all the files that I create and all the non-native applications that I install ?
Am I even barking up the right tree?
2) I keep all of my important files on a separate partition. In Windows I used a logical partition D:/ for this. I tried the same thing in Linux and found that some programs, (i.e. Webstorm) couldn't write to that drive. So now I've lost my settings file for Linux.
How do I make it so Webstorm and other applications can fully access my files drive?
3) My partition set up looked something like this:
ROOT ~20G
HOME ~ 30G
SWAP ~ 8G
FILES - The rest of the drive space
What is an optimal partition scheme for Kubuntu given a 256G ssd?
4) Can I install my applications to Home and then keep them intact if the main OS goes down, as just happened? If so, how?
5) My logs showed there was some kind of driver problem with ACPI.
How do I avoid this?
I ran into some issues with my first installation, and I'd like to avoid them this time, but I haven't got a clue how.
My system is a Lenovo Thinkpad x201, 8G RAM, 256G ssd
1) Ownership. Some files and non-native applications (Webstorm, Postman, Robomongo, etc) seemed to be owned by root, and others by User.
How do i make it so that User owns all the files that I create and all the non-native applications that I install ?
Am I even barking up the right tree?
2) I keep all of my important files on a separate partition. In Windows I used a logical partition D:/ for this. I tried the same thing in Linux and found that some programs, (i.e. Webstorm) couldn't write to that drive. So now I've lost my settings file for Linux.
How do I make it so Webstorm and other applications can fully access my files drive?
3) My partition set up looked something like this:
ROOT ~20G
HOME ~ 30G
SWAP ~ 8G
FILES - The rest of the drive space
What is an optimal partition scheme for Kubuntu given a 256G ssd?
4) Can I install my applications to Home and then keep them intact if the main OS goes down, as just happened? If so, how?
5) My logs showed there was some kind of driver problem with ACPI.
How do I avoid this?
Code:
\- The start-up result is RESULT. Feb 07 12:15:55 BadWolf systemd-udevd[355]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Feb 07 12:15:55 BadWolf kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 Feb 07 12:15:55 BadWolf kernel: ACPI Warning: SystemIO range 0x0000000000001028-0x000000000000102F conflicts with OpRegion 0x0000000000001000-0x000000000000107F (\_SB.PCI0.LPC.PMIO) (20170831/utaddress-247) Feb 07 12:15:55 BadWolf kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver Feb 07 12:15:55 BadWolf kernel: ACPI Warning: SystemIO range 0x00000000000011C0-0x00000000000011CF conflicts with OpRegion 0x0000000000001180-0x00000000000011FF (\_SB.PCI0.LPC.LPIO) (20170831/utaddress-247) Feb 07 12:15:55 BadWolf kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver Feb 07 12:15:55 BadWolf kernel: ACPI Warning: SystemIO range 0x00000000000011B0-0x00000000000011BF conflicts with OpRegion 0x0000000000001180-0x00000000000011FF (\_SB.PCI0.LPC.LPIO) (20170831/utaddress-247) Feb 07 12:15:55 BadWolf kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver Feb 07 12:15:55 BadWolf kernel: ACPI Warning: SystemIO range 0x0000000000001180-0x00000000000011AF conflicts with OpRegion 0x0000000000001180-0x00000000000011FF (\_SB.PCI0.LPC.LPIO) (20170831/utaddress-247) Feb 07 12:15:55 BadWolf kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver Feb 07 12:15:55 BadWolf kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich Feb 07 12:15:55 BadWolf systemd[1]: Created slice system-systemd\x2dbacklight.slice.
Comment