Trojaner-Board

Trojaner-Board (https://www.trojaner-board.de/)
-   Alles rund um Windows (https://www.trojaner-board.de/alles-rund-um-windows/)
-   -   Altes Netbook mit Windows XP, sicher im Internet surfen noch möglich? (https://www.trojaner-board.de/151114-altes-netbook-windows-xp-sicher-internet-surfen-noch-moeglich.html)

BeRealm 29.03.2014 01:52

ich habe den befehl im LXTerminal eingegeben und das bekommen:

Code:

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>  <type>  <options>      <dump>  <pass>
# / was on /dev/sda1 during installation
UUID=8d1d912e-18f0-4cdc-940b-dce9da7aa19c /              ext4    errors=remount-ro 0      1
# /home was on /dev/sda5 during installation
UUID=c4e7743b-0c2e-4b17-9c0a-7a88ea977fa1 /home          ext4    defaults        0      2
# swap was on /dev/sda6 during installation
#UUID=66db52fa-8eb3-4e83-9534-ef553eb5ace8 none            swap    sw              0      0
/dev/mapper/cryptswap1 none swap sw 0 0

hoffe das ist richtig :)

cosinus 29.03.2014 12:25

Ja ist alles richtig gemacht :D

Code:

# swap was on /dev/sda6 during installation
#UUID=66db52fa-8eb3-4e83-9534-ef553eb5ace8 none            swap    sw              0      0
/dev/mapper/cryptswap1 none swap sw 0 0

Kein Plan was du da gemacht hast. Ergibt so keinen Sinn. Dafür hättest du LVM einrichten müssen
Code:

sudo leafpad /etc/fstab
Nimm das Symbol "#" aus der vorletzten Zeile raus und in die letzte Zeile rein. Sodass es so aussieht:

Code:

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>  <type>  <options>      <dump>  <pass>
# / was on /dev/sda1 during installation
UUID=8d1d912e-18f0-4cdc-940b-dce9da7aa19c /              ext4    errors=remount-ro 0      1
# /home was on /dev/sda5 during installation
UUID=c4e7743b-0c2e-4b17-9c0a-7a88ea977fa1 /home          ext4    defaults        0      2
# swap was on /dev/sda6 during installation
UUID=66db52fa-8eb3-4e83-9534-ef553eb5ace8 none            swap    sw              0      0
#/dev/mapper/cryptswap1 none swap sw 0 0

Abspeichern und neu starten.

BeRealm 29.03.2014 17:20

Ich habe das jetzt so gemacht wie gesagt und es hat sich nichts geändert. Der Versuch mit GParted die swap eintzurichten schlug fehl. Dann mit boot von cd das selbe nur das is da im cd boot laut gparted geklappt hat und hinter beim boot von der platte ist nichts passiert-.-

cosinus 29.03.2014 23:24

Du hast mit der cryptswap auch irgendwie Mist gebaut. Keine Ahnung was du da gemacht hast, das Setup wird dir aber definitiv nicht vorschlagen, nur die Swap-Partition per LVM einzurichten und zu verschlüsseln :balla:

Schau dir diesen Teil mal an:

Code:

# swap was on /dev/sda6 during installation
UUID=66db52fa-8eb3-4e83-9534-ef553eb5ace8 none            swap    sw              0 0

Da deine Swap-Partition immer noch /dev/sda6 ist könntest du entsprechende Zeile einfach damit ersetzen (bzw richtig editieren)

Code:

# swap was on /dev/sda6 during installation
/dev/sda6 none            swap    sw              0 0


BeRealm 30.03.2014 12:20

Bis nächsten Monat werd ich auch ohne swap überleben und dann muss ja sowieso wieder alles erneuert werden.
Trotzdem danke wenn dann wieder neue Probleme auftreten melde ich mich.


Alle Zeitangaben in WEZ +1. Es ist jetzt 16:24 Uhr.

Copyright ©2000-2025, Trojaner-Board


Search Engine Optimization by vBSEO ©2011, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131