Anzeige:
Ergebnis 1 bis 10 von 10

Thema: Partitonstabelle für ein Linux erstellen: wie kann man vorgehen

  1. #1
    Registrierter Benutzer
    Registriert seit
    Apr 2016
    Beiträge
    284

    Partitonstabelle für ein Linux erstellen: wie kann man vorgehen

    hallo u. guten Abend,



    bin neu hier. Mein Name ist diver.

    Bin grad dabei auf einem neuen notebook: HP mit 500 GB HDD eine Partitionstabelle zu erstellen.

    Worum geht es genauer - ein Notebook Hewlett Packard; HP 14-r103ng Notebook 14" [Intel Pentium N3540 QuadCore, 4GB, 500GB]

    ich will ein Partitionsschema erstellen - nur für Linux.

    Will kein windows mehr haben - und nur mal mit opensuse 13.2 beginnen. (Andere laufen nicht)

    Wie würdet ihr die Platte partitionieren? Vielleicht so:

    Code:
     /dev/sda, Load MBR with Grub
    1. /dev/sda1, Primary SWAP (4 GB)
    2. /dev/sda2, Primary EXT4 "/" openSUSE Partition zum booten (36-60 GB)
    3. /dev/sda3, Primary EXT4 "/home" das home directory (Rest of the hard disk)

    Nun - was im Moment drauf ist ... ist folgendes:
    Code:
    
    Festplatte /dev/sda: 465,8 GiB, 500107862016 Bytes, 976773168 Sektoren
    Einheiten: Sektoren von 1 * 512 = 512 Bytes
    Sektorgröße (logisch/physikalisch): 512 Bytes / 4096 Bytes
    E/A-Größe (minimal/optimal): 4096 Bytes / 4096 Bytes
    Festplattenbezeichnungstyp: gpt
    Festplattenbezeichner: 6229C7C4-758C-450E-9D59-F59E2AE3CB11
    
    Device     	Start   	End   Sectors   Size Type
    /dev/sda1   	2048   1050623   1048576   512M EFI System
    /dev/sda2	1050624  84951039  83900416	40G Microsoft basic data
    /dev/sda3  968617984 976771071   8153088   3,9G Linux swap
    /dev/sda4   84951040 968617983 883666944 421,4G Microsoft basic data
    
    Partitionstabelleneinträge sind nicht in Festplatten-Reihenfolge.
    
    martin@linux-vkhz:~> sfdisk -l -uM
    Absolute path to 'sfdisk' is '/usr/sbin/sfdisk', so running it may require superuser privileges (eg. root).
    martin@linux-vkhz:~> su
    Passwort:
    linux-vkhz:/home/martin # sfdisk -l -uM
    
    Festplatte /dev/sda: 60801 Zylinder, 255 Köpfe, 63 Sektoren/Spur
    Einheiten: 1MiB = 1024*1024 Bytes, Blöcke von 1024 Bytes, Zählung
    beginnt bei 0
    
       Gerät  boot. Anfang Ende   MiB	#Blöcke   Id  System
    /dev/sda1     	0+ 476940- 476941- 488386583+  ee  GPT
                	Anfang: (c,h,s) erwartet (0,0,2) gefunden (0,0,1)
    /dev/sda2     	0  	-  	0      	0	0  Leer
    /dev/sda3     	0  	-  	0      	0	0  Leer
    /dev/sda4     	0  	-  	0      	0	0  Leer
    linux-vkhz:/home/martin # parted -l                                                                                                                                                        	 
    Model: ATA TOSHIBA MQ01ABF0 (scsi)                                                                                                                                                        	 
    Disk /dev/sda: 500GB                                                                                                                                                                      	 
    Sector size (logical/physical): 512B/4096B                                                                                                                                                	 
    Partition Table: gpt                                                                                                                                                                      	 
    Disk Flags:                                                                                                                                                                                	 
                                                                                                                                                                                              	 
    Number  Start   End 	Size	File system 	Name 	Flags                                                                                                                            	 
     1  	1049kB  538MB   537MB   fat32                	boot                                                                                                                              	 
     2  	538MB   43,5GB  43,0GB  btrfs       	primary                                                                                                                                    	 
     4  	43,5GB  496GB   452GB   xfs         	primary                                                                                                                                    	 
     3  	496GB   500GB   4174MB  linux-swap(v1)                                                                                                                                            	 
                                                                                                                                                                                              	 
                                                                                                                                                                                              	 
    linux-vkhz:/home/martin #
    Freue mich von Euch zu hoeren.

    VG Diver

  2. #2
    Universaldilletant Avatar von fork
    Registriert seit
    Dec 2001
    Ort
    Frankfurt/Main
    Beiträge
    1.175
    Hi,

    hier hast Du erst Mal etwas Grundlagenfutter:

    https://wiki.ubuntuusers.de/Partitionierung/Grundlagen/
    https://wiki.ubuntuusers.de/Partitionierung/

    Deine Partitionsaufteilung finde ich angemessen.

    fork();

  3. #3
    Banned
    Registriert seit
    Feb 2005
    Beiträge
    1.151
    Aber nur, wenn sich EFI abschalten lässt.
    Sonst MUSS eine EFI Partition auf der Platte sein und sie MUSS eine GPT haben.

    Ich bezweifle mal, dass man EFI einfach komplett abschalten kann.
    Geändert von BetterWorld (15.04.16 um 19:55 Uhr)

  4. #4
    Registrierter Benutzer
    Registriert seit
    Apr 2016
    Beiträge
    284
    hallo u. guten Abend Fork u. Betterworld,


    vielen Dank für Eure beiden Beiträge. Die Wiki-Beiträge sind sehr interessant.


    Aber nur, wenn sich EFI abschalten lässt.
    Sonst MUSS eine EFI Partition auf der Platte sein und sie MUSS eine GPT haben.
    Ich bezweifle mal, dass man EFI einfach komplett abschalten kann.

    Stichwort: EFI abschalten: meinst dass ich im LEGACY-Mode booten sollte.

    Soll ich mal denn einfach die Platte jetzt komplett platt machen - denn ich benoetige die Windows-Dinge überhaupt nicht mehr.

    Will eine OpenSuse Installation als erste u. primäre Installation haben.
    Daneben (bzw. darüberhinaus) will ich noch dann u. wann mal eine andere Linux-Version ausprobieren. Jetzt kommt die FRAGE; brauch ich hier ein DUAL-BOOT.

    Oder würdet ihr denn einfach mal OpenSuse (13.2) durchinstallieren -
    By the way; Dieser N3450 Prozessor (ein Bay-Trail) läuft nicht richtig sauber mit anderen als der Opensuse 13.2 Version - bei allen anderen Distris krieg ich Probleme damit; auf Shut-Down folgt kein Power-Off. Hab es mit vielen Distris ausprobiert, Ubuntu 15.10, 16.04, Mint 17.xy und Opensuse Leap 42.1

    Also - jedenfalls läuft das o.g. Notebook mit Opensuse 13.2 - und bei dieser Distri funktioniert auch der Poweroff gut.


    Nun will ich auf die Festplatte erstmal eines machen

    - den Windows-Muell raushauen. Alles weg was hier nicht draufgehoert.
    - dann ein OpenSuse 13.2 installieren - als BASIS-und Arbeitsinstallation mit der ich arbeiten kann.
    - und darüber hinaus noch dann u. wann einfach andere Linuxe dann noch testen koennen. Ergo jetzt die FRAGE.

    - ist das dann eine Dual Boot-Installation.
    Soll ich denn beim Installieren, dann irgendwie Grub konfigurieren - oder würdet ihr denn die Opensuse 13.2 einfach mal durchinstallieren.


    Freu mich von Euch zu hoeren .

    vg

  5. #5
    Banned
    Registriert seit
    Feb 2005
    Beiträge
    1.151
    grub == GRandUnifiedBootloader, der kann nahezu beliebig viele verschiedene Betriebssysteme starten. Einfach für jedes Betriebssystem eine Installation in eine eigene (oder mehrere) Partition(en) machen und den grub updaten, so dass er mitkriegt, dass es ein weiteres startbares System gibt.
    Du nennst das Dualboot. Es gehen aber sehr, sehr viele.

    Das ist alles unabhängig von der Frage, ob du EFI oder herkömmlich booten willst.
    Mit EFI heißt die erste Partition immer "Microsoft" und hat eine FAT. Das ist die EFI Partition.
    Sei da vorsichtig genau die NICHT zu löschen.
    Da kannst du ganz erhebliche Probleme kriegen. Bis hin zur vollständigen Blockade jedweden Bootvorgangs.
    Stelle also VORHER WIRKLICH sicher, dass du UEFI __wirklich__ abschalten kannst, und das Ding auch wieder hochkommt ohne EFI.

  6. #6
    Registrierter Benutzer
    Registriert seit
    Apr 2016
    Beiträge
    284
    hallo Betterworld

    vielen Dank für deine schnelle Antwort.


    Zitat Zitat von BetterWorld Beitrag anzeigen
    [... ] Das ist alles unabhängig von der Frage, ob du EFI oder herkömmlich booten willst. Mit EFI heißt die erste Partition immer "Microsoft" und hat eine FAT. Das ist die EFI Partition. Sei da vorsichtig genau die NICHT zu löschen.
    Da kannst du ganz erhebliche Probleme kriegen. Bis hin zur vollständigen Blockade jedweden Bootvorgangs.
    Stelle also VORHER WIRKLICH sicher, dass du UEFI __wirklich__ abschalten kannst, und das Ding auch wieder hochkommt ohne EFI.

    Also Betterworld - das hilft schon weiter. Danke für Deine Erläuterungen zu GRUB.

    Code:
     /dev/sda, Load MBR with Grub
    1. /dev/sda1, Primary SWAP (4 GB)
    2. /dev/sda2, Primary EXT4 "/" openSUSE Partition zum booten (36-60 GB)
    3. /dev/sda3, Primary EXT4 "/home" das home directory (Rest of the hard disk)
    ggf. kann ich das was du meinst - z.B. jetzt mit OpenSuse 13.2 also so mit der hier oben genannten Partitionsschema also so umsetzen. Soll ich denn auf meienm Notebook da noch bestimte Partitionen rausschmeissen unter Gpartet?!



    Nun zu dem was du noch gesagt hast - ob ich UEFI tatsächlch abschalten kann: Das mit dem UEFI u. EFI will ich noch besser verstehen - u werde versuchen herauszukriegen wie es sich genau verhält.


    Obwohl ich ja schon einiges ausprobiert habe - bin ich jetz nochmals unsicher über deiner FRAGE geworden u. hab nochmals gegoogelt: z.B. hier das gefunden:

    https://de.driverscollection.com/_47...g-PC-Hardware-

    Diagnostics-UEFI-v.5.7.2.0-Re.A-f%C3%BCr-Windows-8.1-64-bit-8-64-bit-7-64-bit-kostenlos

    Beschreibung:PC Hardware Diagnostics UEFI driver for HP 14-r103ng This package provides the HP PC Hardware Diagnostics UEFI for the supported models running a supported operating system.* The HP PC Hardware Diagnostics UEFI provides UEFI based hardware diagnostics for the supported models which is used to validate if a system is functioning correctly.* In addition,* it provides support for updating and managing the system BIOS and other device firmware on the system.*
    Compatible devices:
    K5D99EA,* K5D99EAR

    Und hier nochmals grundsätzlich: - das ist das notebook: HP 14-r103ng Notebook 14 - Und es stammt von hier; http://www.notebooksbilliger.de/hp+14+r103ng

    Da sagt ein Kunde: (in den Bewertungen)

    "Kleiner Hinweis für alle die Linux verwenden wollen: Installation im Legacy Mode ist zu empfehlen. UEFI hat bei mir immer Probleme beim runterfahren und Bereitschaftsmodus gemacht.Um den Bereitschaftsmodus nutzen zu können verwende ich den Kernelparameter "clocksource=acpi_pm" Das Touchpad war unabhängig von der Sensitivitätseinstellung immer ruckelig und hackelig. Abhilfe schaft der kernel modul parameter "proto=imps" für das Modul "psmouse". Damit verzichtet man dann aber auf Multitouch gesten."
    Frage; sagt das dann schon was aus, über die Moeglichkeiten UEFI abschalten zu koennen!? Das mit den verschiedenen Parametern hab ich übrigens selber schon ausprobiert - hilft bei mir nix - auch nicht wenn ich andere kernels versuche oder oder uder.


    http://www.notebooksbilliger.de/prod...+r103ng/page/2

    Hier ein weiterer Kommentar:
    Das TouchPad ist unter Kubuntu nicht out-of-the-box bedienbar. Der Mousezeiger reagiert erst mit Verzögerung. Jedoch kann in den KDE Settings unter TouchPad optimiert werden... Stellt man die Sensibilität niedrig ein, dann reagiert der Mousezeiger einwandfrei. Standby (Laptop zuklappen) und das reibungslose Herunterfahren unter Linux mit Kernel 3.16 funktioniert nur, wenn man Linux mit dem Parameter "acpi=noirq" startet. Danach jedoch reibungslose und schnell. Wie man den Parameter unter GRUB ergänzt, ist auf den Wiki Seiten von Ubuntu ausführlich erklärt."
    Nebenbei bemerkt: hmm hat bei mir nicht geholfen - lediglich opensuse 13.2 läuft ganz problemlos (mit kernel 3.18 glabue ich)


    Also ich werde am WE mal noch ganz genau gucken ob ich UEFI tatsächlch abschalten kann.




    Hier untenstehend noch ein paar Threads zu dem Problem mit dem BayTrail-Prozessor N 3450 --dieses Problem ist m.A. offensichtlich insbes. in der Ubuntuwelt besser bekannt als in anderen "Linux-Szenen":

    Getestet mit Xubuntu 14.04 LTS (Debian jessie und Xubuntu 14.10). https://de.driverscollection.com/_47...-bit-kostenlos


    By the way: Die UBUNTU-Leute nennen die Platform ein Bay-Trail u. sagen dass es wohl weit u. breit die einzige ist, die irgendwie nicht kompatibel ist
    mit Linux (su.).

    Eine kursorische Durchsicht durch die Threads zeigt dass es m.E. noch keine eindeutigen Loesungen gibt - nur Ansätze u. Versuche. Sucht man nach der CPU - insbes in Verbindung mit Linux... dann ergibt sich folgendes Bild: wenn man in der Linux-Welt sucht nach Penitum N3540 - gibt es - allgem Infos:
    http://www.notebookcheck.net/Intel-P....117416.0.html


    ..oder etwa hier die Suche nach Forenbeiträgen - in Verbindung mit Poweroff u Shutdown - in der Mint-Welt:
    https://forums.linuxmint.com/search.php?keywords=n3540+

    Linux Mint 17.2 not shuting down on a Laptop
    https://forums.linuxmint.com/viewtop...n3540#p1144504

    linuxmint freeze
    https://forums.linuxmint.com/viewtop...n3540#p1141217

    Suspend, shutdown, reboot hangs on Akoya E4214 Notebook.
    https://forums.linuxmint.com/viewtop...n3540#p1035599

    My shutdown problems all were solved with installing Linux Mint 17.2 64bit. And standard Bios settings.
    The Bios seems a bit buggy with Legacy OS or the CSM setting enabled.

    LM 17.1 Cinnamon fährt nicht runter (Gelesen 2074 mal) nicht gelöst
    http://www.linuxmintusers.de/index.php?topic=24804.0



    wie oben schon geschrieben werde ich am WE mal noch ganz genau gucken ob ich UEFI tatsächlch abschalten kann.


    also: grundsätzlich ist es eine gute idee ein backup von der efi partition zu machen. diese threads sind hilfreich

    http://ubuntuforums.org/showthread.php?t=2262442

    http://ubuntuforums.org/showthread.php?t=2147295[/QUOTE]


    ich koennte auch folgendes machen

    beispiel eins :

    Code:
    ~> lsblk
    NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
    sda 8:0 0 465,8G 0 disk
    ├─sda1 8:1 0 156M 0 part /boot/efi
    ├─sda2 8:2 0 400M 0 part /boot
    └─sda3 8:3 0 465,2G 0 part
    └─cr_ata-ST500LT012-xxx_xxx-part3 254:0 0 465,2G 0 crypt
    ├─system-swap 254:1 0 2G 0 lvm [SWAP]
    ├─system-root 254:2 0 40G 0 lvm /
    └─system-home 254:3 0 423,2G 0 lvm /home

    das allerdings kann nicht mit gparted gemacht werden

    Code:
    └─cr_ata-ST500LT012-xxx_xxx-part3 254:0 0 465,2G 0 crypt
    ├─system-swap 254:1 0 2G 0 lvm [SWAP]
    ├─system-root 254:2 0 40G 0 lvm /
    └─system-home 254:3 0 423,2G 0 lvm /hom
    die folgende Zeile sieht interessant aus.

    Code:
    └─cr_ata-ST500LT012-xxx_xxx-part3 254:0 0 465,2G 0 crypt
    Gparted kann das allerdings nicht: "GParted supports operations such as creating, resizing, and deleting LVM Physical Volumes (PV) see the GParted Features. However it does not yet support operations on LVM Logical Volumes (LV). As such we will need to use other tools, such as lvm from the command line to work with LVs."

    Einfacher ist die folgende Partitionstabelle - sie kommt ohne LVM aus...

    Code:
     /dev/sda, Load MBR with Grub
    1. /dev/sda1, Primary SWAP (4 GB)
    2. /dev/sda2, Primary EXT4 "/" openSUSE Partition zum booten (36-60 GB)
    3. /dev/sda3, Primary EXT4 "/home" das home directory (Rest of the hard disk)



    Bzgl. der EFI-Partition auf der HDD hab ich noch ein paar gute Hinweise gefunden:

    ein supereinleuchtender Thread: http://askubuntu.com/questions/68214...ll-only-ubuntu

    question:
    Can I erase all partitions including EFI and install only Ubuntu?

    Answer 1
    Yes, when you completely erase the disk, you can install ubuntu as the single operating system.
    When you can disable UEFI in BIOS (mostly you can) you even can install ubuntu in mbr mode.
    Boot from ubuntu install media, open GParted and create a new partition table - choose mbr.
    In case you can not disable UEFI and/or secure boot you as well can install ubuntu in EFI mode.
    Then the installer will create a new EFI partition where the GRUB boot loader will be installed.



    Answer 2

    You question is not completely clear to me. If you want to install Ubuntu in UEFI mode here is what you need to do :
    You will need to set your BIOS in UEFI mode and to create an UEFI bootable Ubuntu USB key.
    Follow this guide to create a UEFI bootable USB. Then simply run the Ubuntu installer;
    at step Installation Type, select Something Else and partition your disk as explained in this answer.
    If boot mode (UEFI or Legacy) does not matter for you simply install Ubuntu as usual. (Refer to this guide if needed)


    Answer 3
    You need to keep UEFI mode only if you want to install Ubuntu in UEFI mode. –

    Answer 4
    The question uses some terminology incorrectly, which can lead to confusion and problems down the road, so I want to address these issues first.
    The Extensible Firmware Interface (EFI), or its 2.x version, the Unified EFI (UEFI), is a type of firmware. The EFI is not a partition. That said, there is a partition called the EFI System Partition (ESP), which holds boot loaders. Chances are that lapisdecor meant "ESP" rather than "EFI" in the original question.
    Also, the EFI is a type of firmware that replaces the older Basic Input/Output System (BIOS). As such, if your computer uses an EFI, it does not have a BIOS. There are, however, some caveats and exceptions. Most commonly, EFIs provide a feature called the Compatibility Support Module (CSM), which is a sort of BIOS emulator; the CSM is to EFI like what dosemu is to Linux, in that it enables a newer and more sophisticated environment (EFI or Linux) to run programs designed for an older and simpler system (BIOS or DOS). In other words, "BIOS" in the original question should be "EFI." That said, using "BIOS" in place of "EFI" is a common practice. It's a bad one, but it's common, both among users and among manufacturers. I suspect it's done because people know (more or less) what a BIOS is, whereas "EFI" is an unfamiliar acronym; and since EFI replaces BIOS, using "BIOS" makes the job easier for copywriters. The trouble is that people then drag all their BIOS knowledge up when they read "BIOS," but much of it is inapplicable. EFI boots in a very different way from BIOS, so if you think of EFI as being an enhanced BIOS, you'll have a mental model that's very wrong and you'll make mistakes. Then people like me end up spending a lot of time explaining how it all actually works -- but I digress....
    Moving on to real issues: If you're "in legacy mode," that just means that your CSM is active. This does not guarantee a boot in BIOS/CSM/legacy mode, though. On most EFI-based computers, when the CSM is disabled, the boot path is relatively simple; you can boot only EFI-mode boot loaders. Note that you can't "disable the EFI"; the EFI is the firmware, and it's in charge of the computer. Some computers do enable you to disable the ability to boot in EFI mode, but such options are rare -- and some computers provide interfaces that make it sound as if you're disabling EFI-mode booting, but you really aren't. When you activate the CSM, most computers enable either type of boot loader to run, which makes it impossible to predict what will happen when you feed the computer a disk that provides both types of boot loader. This isn't normally a big deal for a single-boot computer; when you install the OS, the installer will detect its boot mode and install the boot loader only for the installer's boot mode, so the computer can boot from the hard disk only in that same mode. If you multi-boot, though, you can easily install one OS in one boot mode and the other OS in the other boot mode. The hair-pulling begins at this point.
    In the not-too-distant past, EFI-mode booting was an exercise in frustration because of bugs in EFIs, bugs in boot loaders, and misinformation, which often made enabling the CSM appealing. Today, though, EFI-mode booting poses fewer problems, and my estimate from questions posted here and elsewhere is that the biggest single problem area today is from activated CSMs. Thus, I recommend that the CSM (aka "legacy boot") be disabled on EFI-based computers unless you have a good reason to enable it. To be sure, EFI-mode booting today poses more challenges than BIOS-mode booting did five years ago; but on an EFI-based computer, BIOS-mode booting creates pitfalls that didn't exist five years ago.
    So, that long-winded stuff out of the way, let's get back to your original question, re-phrased slightly: Can I erase all partitions on my computer, including ESP, and install only Ubuntu? Will the EFI work in this case?

    Yes and yes.

    After you erase your partitions, the Ubuntu installer will create new ones if you select an automatic partitioning option. If you partition manually, you'll need to create appropriate partitions. These may include an ESP if you install in EFI mode or a BIOS Boot Partition if you install to a GPT disk in BIOS mode.


    hier die ganze Antwort: http://askubuntu.com/questions/68214...ll-only-ubuntu
    Geändert von diver (18.04.16 um 00:26 Uhr) Grund: mehr einsichten

  7. #7
    Registrierter Benutzer
    Registriert seit
    Apr 2016
    Beiträge
    284
    moinsen


    hab das nu mal so gemacht: - wohl gemerkt - ich kann nur opensuse 13.2 fahren - alles andere ist leider buggy buggy und geht auf dem notebook ned!"


    Code:
    martin@linux-7w0a:~> 
    martin@linux-7w0a:~> zypper repos --uri
    # | Alias                     | Name                               | Aktiviert | GPG-Überprüfung | Aktualisieren | URI                                                            
    --+---------------------------+------------------------------------+-----------+-----------------+---------------+----------------------------------------------------------------
    1 | openSUSE-13.2-0           | openSUSE-13.2-0                    | Ja        | ( p) Ja         | Nein          | cd:///?devices=/dev/disk/by-id/ata-hp_DVDRAM_GU90N_KMNZ8C81556 
    2 | repo-debug                | openSUSE-13.2-Debug                | Nein      | ----            | Ja            | http://download.opensuse.org/debug/distribution/13.2/repo/oss/ 
    3 | repo-debug-update         | openSUSE-13.2-Update-Debug         | Nein      | ----            | Ja            | http://download.opensuse.org/debug/update/13.2/                
    4 | repo-debug-update-non-oss | openSUSE-13.2-Update-Debug-Non-Oss | Nein      | ----            | Ja            | http://download.opensuse.org/debug/update/13.2-non-oss/        
    5 | repo-non-oss              | openSUSE-13.2-Non-Oss              | Ja        | ( p) Ja         | Ja            | http://download.opensuse.org/distribution/13.2/repo/non-oss/   
    6 | repo-oss                  | openSUSE-13.2-Oss                  | Ja        | ( p) Ja         | Ja            | http://download.opensuse.org/distribution/13.2/repo/oss/       
    7 | repo-source               | openSUSE-13.2-Source               | Nein      | ----            | Ja            | http://download.opensuse.org/source/distribution/13.2/repo/oss/
    8 | repo-update               | openSUSE-13.2-Update               | Ja        | ( p) Ja         | Ja            | http://download.opensuse.org/update/13.2/                      
    9 | repo-update-non-oss       | openSUSE-13.2-Update-Non-Oss       | Ja        | ( p) Ja         | Ja            | http://download.opensuse.org/update/13.2-non-oss/              
    martin@linux-7w0a:~>
    dabei war im DETAIL alles so wie folgt:

    Code:
    sudo fdisk -l
    
    linux-7w0a:/home/martin # sudo fdisk -l
    
    Festplatte /dev/sda: 465,8 GiB, 500107862016 Bytes, 976773168 Sektoren
    Einheiten: Sektoren von 1 * 512 = 512 Bytes
    Sektorgröße (logisch/physikalisch): 512 Bytes / 4096 Bytes
    E/A-Größe (minimal/optimal): 4096 Bytes / 4096 Bytes                                                                                                                                            
    Festplattenbezeichnungstyp: gpt                                                                                                                                                                 
    Festplattenbezeichner: 6229C7C4-758C-450E-9D59-F59E2AE3CB11                                                                                                                                     
                                                                                                                                                                                                    
    Device        Start       End   Sectors   Size Type                                                                                                                                             
    /dev/sda1      2048    321535    319488   156M EFI System                                                                                                                                       
    /dev/sda2    321536   4530175   4208640     2G Microsoft basic data                                                                                                                             
    /dev/sda3   4530176  46475263  41945088    20G Microsoft basic data                                                                                                                             
    /dev/sda4  46475264 976773119 930297856 443,6G Microsoft basic data                                                                                                                             
    
    linux-7w0a:/home/martin # 
    
    
    
    linux-7w0a:/home/martin #  sudo sfdisk -l -uM
    
    Festplatte /dev/sda: 60801 Zylinder, 255 Köpfe, 63 Sektoren/Spur
    Einheiten: 1MiB = 1024*1024 Bytes, Blöcke von 1024 Bytes, Zählung
    beginnt bei 0
    
       Gerät  boot. Anfang Ende   MiB    #Blöcke   Id  System
    /dev/sda1         0+ 476940- 476941- 488386583+  ee  GPT
                    Anfang: (c,h,s) erwartet (0,0,2) gefunden (0,0,1)
    /dev/sda2         0      -      0          0    0  Leer
    /dev/sda3         0      -      0          0    0  Leer
    /dev/sda4         0      -      0          0    0  Leer
    linux-7w0a:/home/martin # 
    
    
    
     sudo parted -l
     
     linux-7w0a:/home/martin #  sudo parted -l
    Model: ATA TOSHIBA MQ01ABF0 (scsi)
    Disk /dev/sda: 500GB
    Sector size (logical/physical): 512B/4096B
    Partition Table: gpt
    Disk Flags: 
    
    Number  Start   End     Size    File system     Name     Flags
     1      1049kB  165MB   164MB   fat16           primary  boot
     2      165MB   2319MB  2155MB  linux-swap(v1)  primary
     3      2319MB  23,8GB  21,5GB  ext4            primary
     4      23,8GB  500GB   476GB   xfs             primary
    
    
    linux-7w0a:/home/martin #
    - was ich machen will ist auf dem RECHNER noch andere Linuxe parallel installieren u. testen.

    DAS OpenSuse 13.2 soll aber das hauptsystem sein.

    Wie findet ihr das denn!?

  8. #8
    Registrierter Benutzer
    Registriert seit
    Dec 2003
    Ort
    Dettenhausen
    Beiträge
    22.062
    Zitat Zitat von diver Beitrag anzeigen
    - was ich machen will ist auf dem RECHNER noch andere Linuxe parallel installieren u. testen.
    macht man idealerweise in einer VM - native Installationen sind eigentlich für Tests nur selten nötig.

    Zudem ist, je nach dem was Du so auf das Ding drauf packst und wie Deine persönliche Nutzung so aussieht, 500GB heute nicht mehr so viel, daß man da noch viel Platz übrig hätte für andere OS. Zumal die Chance, sich dabei so richtig was kaputt zu machen durchaus gegeben ist.
    Ich bin root - ich darf das.

  9. #9
    Mod. FAQ/Howto/Emulation
    Registriert seit
    Sep 2000
    Beiträge
    17.397
    Da der Rechner einen Atomantrieb (N und J bei Celeron und Pentium) hat und nur 4 GB, würde ich VMs erst gar nicht probieren.

  10. #10
    Registrierter Benutzer
    Registriert seit
    Dec 2003
    Ort
    Dettenhausen
    Beiträge
    22.062
    hm, http://www.notebookcheck.com/Intel-P....117399.0.html ließt sich jetzt nicht danach, daß damit VMs zum TEST von anderen OS nicht machbar wären. Ok, produktiv arbeiten wollen sollte man darin vermutlich nicht aber für's ausprobieren sehe ich kein Problem.
    Ich bin root - ich darf das.

Ähnliche Themen

  1. Wie kann man dagegen vorgehen?
    Von Cyberfreak im Forum Meldungen und Mitglieder
    Antworten: 80
    Letzter Beitrag: 12.10.06, 15:19
  2. Nach SARGE Partitonstabelle zerschossen - wiedermal GRUB
    Von redlabour im Forum System installieren und konfigurieren
    Antworten: 6
    Letzter Beitrag: 09.06.04, 05:09
  3. Kann Kazaa nicht unter Wine installieren (Installer kann keine Temp. Dat. erstellen)
    Von Sebastian132 im Forum Anwendungen Allgemein, Software
    Antworten: 8
    Letzter Beitrag: 21.05.04, 22:14
  4. Linux + Win2k - Wie vorgehen?!
    Von Andy09 im Forum System installieren und konfigurieren
    Antworten: 3
    Letzter Beitrag: 29.05.03, 17:02
  5. Bin blutiger Anfänger mit Linux!! Wie muß ich vorgehen!
    Von Archeon im Forum Anwendungen Allgemein, Software
    Antworten: 7
    Letzter Beitrag: 04.07.02, 18:51

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •