
|
|
Quellcode |
1 |
sudo apt-get install ntfs-config |
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
Disk /dev/hda: 80.0 GB, 80026361856 bytes 255 heads, 63 sectors/track, 9729 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/hda1 1 765 6144831 7 HPFS/NTFS /dev/hda2 766 6465 45785250 f W95 Ext'd (LBA) /dev/hda3 * 6466 9729 26218080 83 Linux /dev/hda5 766 6318 44604441 7 HPFS/NTFS /dev/hda6 6319 6465 1180746 82 Linux swap / Solaris Disk /dev/hdb: 200.0 GB, 200049647616 bytes 255 heads, 63 sectors/track, 24321 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/hdb1 2 20429 164087910 f W95 Ext'd (LBA) /dev/hdb5 2 20429 164087878+ 7 HPFS/NTFS |


Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »html« (2. Mai 2007, 10:09)
Benutzerinformationen überspringen
Ubuntu: 12.04
Kernel: 3.2.0-24-generic
Desktop: KDE
Architektur: 64-bit
Das war doch nur eine. Eine erweiterte Partition, in der eine logische Partition enthalten war.
Zitat
Original von basslord
@html
Was ist denn nun Stand der Dinge? Die Partitionen "zusammenzuführen" war unnötigDas war doch nur eine. Eine erweiterte Partition, in der eine logische Partition enthalten war.
Leicht zu erkennen, wenn man Anfang und Ende der beiden Partitionen vergleicht.
Zitat
Wieso nun das Dateisystem ändern? Wolltest du nicht NTFS? Wenn du noch Win hast, dann passt das schon so.
Zitat
Hast du eigentlich ein Backup vor dem Benutzen von gparted gemacht? Der Gebrauch solcher Tools kann schon mal schiefgehen, immerhin ist das ein nicht ganz trivialer Eingriff.
Benutzerinformationen überspringen
Ubuntu: 12.04
Kernel: 3.2.0-24-generic
Desktop: KDE
Architektur: 64-bit

Zitat
ich nutze win eigentlich nimmer - aber für einen notfall...

|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
# /etc/fstab: static file system information. # # -- This file has been automaticly generated by ntfs-config -- # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # Entry for /dev/hda3 : UUID=20d6c15f-dc89-4f05-9b45-a755bbd5f0f0 / ext3 defaults,errors=remount-ro 0 1 # Entry for /dev/hda6 : UUID=5ade89e5-8e79-4377-b439-465c397ae767 none swap sw 0 0 /dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0 /dev/hdb5 /home/adrian/200gb_1 ntfs-3g defaults,locale=de_DE.UTF-8 0 0 /dev/hda1 /media/SYS ntfs-3g defaults,locale=de_DE.UTF-8 0 0 |
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »html« (3. Mai 2007, 00:24)
Benutzerinformationen überspringen
Ubuntu: 12.04
Kernel: 3.2.0-24-generic
Desktop: KDE
Architektur: 64-bit
fdisk sagt, dass wirklich /dev/sdb5 deine NTFS-Partition ist? |
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
adrian@adrian-desktop:~$ sudo fdisk -l Disk /dev/hda: 80.0 GB, 80026361856 bytes 255 heads, 63 sectors/track, 9729 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/hda1 1 765 6144831 7 HPFS/NTFS /dev/hda2 766 6465 45785250 f W95 Ext'd (LBA) /dev/hda3 * 6466 9729 26218080 83 Linux /dev/hda5 766 6318 44604441 7 HPFS/NTFS /dev/hda6 6319 6465 1180746 82 Linux swap / Solaris Disk /dev/hdb: 200.0 GB, 200049647616 bytes 255 heads, 63 sectors/track, 24321 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/hdb1 2 24321 195350400 f W95 Ext'd (LBA) /dev/hdb5 2 20429 164087878+ 7 HPFS/NTFS /dev/hdb6 20430 24321 31262458+ 83 Linux |

|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
# /etc/fstab: static file system information. # # -- This file has been automaticly generated by ntfs-config -- # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # Entry for /dev/hda3 : UUID=20d6c15f-dc89-4f05-9b45-a755bbd5f0f0 / ext3 defaults,errors=remount-ro 0 1 # Entry for /dev/hda6 : UUID=5ade89e5-8e79-4377-b439-465c397ae767 none swap sw 0 0 /dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0 /dev/hda5 /home/adrian/80gb_1 ntfs-3g defaults,locale=de_DE.UTF-8,auto,force 0 0 /dev/hda1 /media/SYS ntfs-3g defaults,locale=de_DE.UTF-8,force 0 0 /dev/hdb5 /home/adrian/200gb_1 ntfs-3g defaults,locale=de_DE.UTF-8,auto,force 0 0 /dev/hdb6 /home/adrian/200gb_2 ext3 rw,user,auto 0 0 |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »html« (3. Mai 2007, 08:42)
Benutzerinformationen überspringen
Ubuntu: 12.04
Kernel: 3.2.0-24-generic
Desktop: KDE
Architektur: 64-bit
|
|
Quellcode |
1 |
sudo chown -R adrian:adrian /media/SYS |

|
|
Quellcode |
1 |
sudo hdparm -d /dev/hdx |
Benutzerinformationen überspringen
Ubuntu: 12.04
Kernel: generic
Desktop: GNOME Shell
Architektur: 64-bit


Burning Board, entwickelt von WoltLab GmbH.
UbuntuFreunde von Easyy-S und basslord seit 06.12.06
Ubuntufreunde.de runs on ubuntu 10.04





