nie mog

Tematy związane z oprogramowaniem, instalacją, konfiguracją
Psych0
Posty: 6
Rejestracja: 04 kwietnia 2009, 20:43

nie mogę zamontować drugiego dysku

Post autor: Psych0 »

Witam. Mam problem, gdyż nie mogę zamontować drugiego dysku, system plików pod Windows to NTFS, ale pod Linuksem wyświetla się SFS:

Kod: Zaznacz cały

home:/home/mateusz# fdisk -l

Disk /dev/hdc: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x9d4a9d4a

   Device Boot      Start         End      Blocks   Id  System
/dev/hdc1   *           1        2611    20972826    7  HPFS/NTFS
/dev/hdc2            2612        4617    16113195   83  Linux
/dev/hdc3            4618        4860     1951897+   5  Extended
/dev/hdc5            4618        4860     1951866   82  Linux swap / Solaris

Disk /dev/hdd: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xa0b2aaaf

   Device Boot      Start         End      Blocks   Id  System
/dev/hdd1               1       30401   244196001   42  SFS
Montując partycje z Windowsem (dev/hdc1 przez ntfs-3g) nie ma problemów, wszytko działa.
Ale gdy chce zamontować dysk /dev/hdd1 to pojawia mi się komunikat:

Kod: Zaznacz cały

Failed to read last sector (488392001): Zły 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/hdd1': Zły argument
The device '/dev/hdd1' 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?
Montuje komendą:

Kod: Zaznacz cały

ntfs-3g /dev/hdd1 /mnt/All
Jak zamontować partycję /dev/hdd1 poprawnie?
Awatar użytkownika
lis6502
Member
Posty: 1798
Rejestracja: 05 listopada 2008, 20:14
Lokalizacja: Miasto Szybowców

Post autor: lis6502 »

Jak mówi bardzo mądra strona
tldp.org pisze: SFS - Secure filesystem
The sfs filesystem type is a variation of the FFS filesystem type.
I dalej
FFS - BSD Fast filesystem
This is native filesystem for most BSD unixes (FreeBSD, NetBSD, OpenBSD, Sun Solaris, ...).
Lepiej przeskanuj ten dysk pod Windowsem w poszukiwaniu błędów, bo któregoś dnia się zdziwisz :P
fnmirk
Senior Member
Posty: 8295
Rejestracja: 03 grudnia 2007, 06:37

Post autor: fnmirk »

Jako root wykonaj i wklej wynik poniższego polecenia:

Kod: Zaznacz cały

sfdisk --list /dev/[sh]d[a-l]
ODPOWIEDZ