PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : debian 7 ntfs partition fehler oder defekt?



orbb
12.01.15, 18:58
hallo gemeinde,
ich habe ein problem mit meiner ntfs partition .
ich hatte, bevor ich debian 7 installiert habe windows 7 drauf mit 2 partitionen, eine fürs system und die andere für meine daten. nun habe ich eben debian installiert auf die systempartition (c:), was auch alles geklappt habe. nun wenn ich die 2. partition , also die ntfs einhängen will kommt folgende meldung:

Einhängen von 1,0 TB Dateisystem nicht möglich
Error mounting: mount exited with exit code 12: Failed to read last sector (1953515519): Invalid argument
HINTS: Either the volume is a RAID/LDM but it wasn't setup yet,
or it was not setup correctly (e.g. by not using mdadm --build ...),
or a wrong device is tried to be mounted,
or the partition table is corrupt (partition is smaller than NTFS),
or the NTFS boot sector is corrupt (NTFS size is not valid).
Failed to mount '/dev/sdb2': Invalid argument
The device '/dev/sdb2' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?

Kann mir da jemand helfen? wird noch info gebraucht?

danke schonmal für die antworten.

gruß
olaf

marce
12.01.15, 20:25
die NTFS-Treiber an sich sind installiert?

Ansonsten -
fdisk -l sagt?

Zudem könntest Du ein Problem mit der unsäglichen Eingenschaft von Windows haben, nicht immer "runterzufahren" sondern irgendwelche Zwischenzustände wie Hibernate, Sleep, ... zu verwenden - und dann scheint das Filesystem für Linux dann als nicht sauber ausgehängt und korrupt. AFAIK gibt es ein fsck-Programm für NTFS auch unter Linux, keine Ahnung wie es heißt. Das könnte helfen.

... und hoffen, daß es kein dynamischer Datenträger war, die sind glaube ich immer noch bäh.

lx-sar
12.01.15, 20:27
kannst du die Ausgabe zeigen von:


partx /dev/sda
partx /dev/sdb
cat /etc/fstab
cat /etc/mtab

orbb
13.01.15, 22:33
root@debian:/home/olaf# partx /dev/sda
# 1: 2048-374824959 (374822912 sectors, 191909 MB)
# 2: 374827006-390721535 ( 15894530 sectors, 8137 MB)
# 5: 374827008-390721535 ( 15894528 sectors, 8137 MB)

root@debian:/home/olaf# partx /dev/sdb
# 1: 19-1953521006 (1953520988 sectors, 1000202 MB)
root@debian:/home/olaf# cat /etc/fstab
# /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=763bb136-4ab5-4fc6-833f-33c2bc585dca / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=4cfac9f5-a83b-4eb3-b994-07cab44d4001 none swap sw 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0


root@debian:/home/olaf# cat /etc/mtab
rootfs / rootfs rw 0 0
sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
udev /dev devtmpfs rw,relatime,size=10240k,nr_inodes=497901,mode=755 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode= 000 0 0
tmpfs /run tmpfs rw,nosuid,noexec,relatime,size=406132k,mode=755 0 0
/dev/disk/by-uuid/763bb136-4ab5-4fc6-833f-33c2bc585dca / ext4 rw,relatime,errors=remount-ro,user_xattr,barrier=1,data=ordered 0 0
tmpfs /run/lock tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k 0 0
tmpfs /run/shm tmpfs rw,nosuid,nodev,noexec,relatime,size=2401700k 0 0
rpc_pipefs /var/lib/nfs/rpc_pipefs rpc_pipefs rw,relatime 0 0
binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,nosuid,nodev,noexec,relatime 0 0
fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0

orbb
13.01.15, 22:35
root@debian:/home/olaf# fdisk -l

Disk /dev/sda: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders, total 390721968 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000b60f7

Device Boot Start End Blocks Id System
/dev/sda1 * 2048 374824959 187411456 83 Linux
/dev/sda2 374827006 390721535 7947265 5 Extended
/dev/sda5 374827008 390721535 7947264 82 Linux swap / Solaris

Disk /dev/sdb: 1000.2 GB, 1000203804160 bytes
224 heads, 19 sectors/track, 459004 cylinders, total 1953523055 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x716f05ff

Device Boot Start End Blocks Id System
/dev/sdb1 19 1953521006 976760494 42 SFS
Partition 1 does not start on physical sector boundary.

towo2099
13.01.15, 22:38
Sch*** Crosspostings!
Du solltest wenigstens den Anstand haben, hier auf Deinen anderen Thread zu diesem Thema hinzuweisen!
https://debianforum.de/forum/viewtopic.php?f=9&t=153313#p1022076

orbb
13.01.15, 22:45
bleib locker.....hab ich bei dem ganzen stress hier vergessen. tut mir leid das ich mensch bin.

FM_81
14.01.15, 04:42
Lt. Aussage von FDISK gibt es nirgendwo eine zweite Partition, wo etwas zu mounten wäre:
fdisk -l

Disk /dev/sda: 200.0 GB, 200049647616 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 374824959 187411456 83 Linux
/dev/sda2 374827006 390721535 7947265 5 Extended
/dev/sda5 374827008 390721535 7947264 82 Linux swap / Solaris

Disk /dev/sdb: 1000.2 GB, 1000203804160 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 19 1953521006 976760494 42 SFS
Partition 1 does not start on physical sector boundary.Insofern verwirrt guck ...?
Und selbst wenn wir da etwas hätten, kämen o.g. Fragen zu dynamischen Datenträgern, Hibernate usw. zum Tragen.

MfG, FM_81

just4uk
14.01.15, 15:22
......Einhängen von 1,0 TB Dateisystem nicht ......wir reden hier von der
/dev/sdb1und das ist zu 99% ein Dynamischer Datenträger siehe (#2 marce).
Herzlichen Glückwunsch Jackpot!

Gruß aus L.E.
Uwe