Prosíme přihlašte se nebo zaregistrujte.

Přihlašte se svým uživatelským jménem a heslem.
Vaše pomoc je stále potřeba!

Autor Téma: mount HDD s NTFS  (Přečteno 1211 krát)

Zerog

  • Aktivní člen
  • *
  • Příspěvků: 473
    • Zerog blog
mount HDD s NTFS
« kdy: 22 Ledna 2014, 10:24:52 »
Zdravim,

mam problem s mountovanim HDD ktery je formatovan na NTFS. Konkretne:

Kód: [Vybrat]
mount -t ntfs /dev/sda1 /mnt
NTFS signature is missing.
Failed to mount '/dev/sda1': Invalid argument
The device '/dev/sda1' 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?

prvni, co jsem kontroloval je umisteni:

Kód: [Vybrat]
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x795b4952

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1       15201   122094976    7  HPFS/NTFS

takze sda1 a NTFS je ok.
Pro jistotu jeste lshw
Kód: [Vybrat]
        *-ide
             description: IDE interface
             product: N10/ICH7 Family SATA IDE Controller
             vendor: Intel Corporation
             physical id: 1f.2
             bus info: pci@0000:00:1f.2
             logical name: scsi0
             version: 02
             width: 32 bits
             clock: 66MHz
             capabilities: ide pm bus_master cap_list emulated
             configuration: driver=ata_piix latency=0
             resources: irq:19 ioport:1f0(size=8) ioport:3f6 ioport:170(size=8) ioport:376 ioport:fa00(size=16) memory:fdffe000-fdffe3ff
           *-disk
                description: ATA Disk
                product: ST1000LM024 HN-M
                vendor: Seagate
                physical id: 0.0.0
                bus info: scsi@0:0.0.0
                logical name: /dev/sda
                version: 2BA3
                serial: S2ZWJ9ADA04085
                size: 931GiB (1TB)
                capabilities: partitioned partitioned:dos
                configuration: ansiversion=5 signature=795b4952
              *-volume
                   description: HPFS/NTFS partition
                   physical id: 1
                   bus info: scsi@0:0.0.0,1
                   logical name: /dev/sda1
                   capacity: 116GiB
                   capabilities: primary


No celej HDD je formatovan od vyroby a mel jsem ho pripojenej pres  ATA/USB prevodnik jak pod linuxem tak pod windows. Takze ze by byl vadnej se me nezda (navic tam mam zalohy vseho  :-X)

Mel by tam byt pouze  jeden oddil o maximalni  velikosti (1TB) takze ten posledni vypis moc nesedi, ktery tvrdi ze  volume ma kapacitu jen 116GiB.

Nekde jsem cetl, ze tak velkej HDD ma vetsi (sektory ci co) nez 512 a ze  stare verze ntfs-3g s tim neumi pracovat, tak pro jistotu jeste info o ntfs-3g

Kód: [Vybrat]
apt-cache show ntfs-3g
Package: ntfs-3g
Priority: standard
Section: otherosfs
Installed-Size: 240
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original-Maintainer: Adam Cécile (Le_Vert) <gandalf@le-vert.net>
Architecture: i386
Version: 1:2010.3.6-1ubuntu1
Depends: libc6 (>= 2.4), libfuse2 (>= 2.8.1), libntfs-3g75, initramfs-tools
Pre-Depends: fuse-utils
Filename: pool/main/n/ntfs-3g/ntfs-3g_2010.3.6-1ubuntu1_i386.deb
Size: 65670
MD5sum: 3fa7213467c659b4bbc46ef03b9a95f2
SHA1: f80de6fd3125de00e132c937ebe0a4014edd9f12
SHA256: 55bcfc39d789848f9a9ad96e1ad41005be463f518319809c6f4aecad2119e617
Description: read-write NTFS driver for FUSE
 The ntfs-3g driver is an open source, GPL licensed, third generation Linux
 NTFS driver which was implemented by the Linux-NTFS project. It provides
 full read-write access to NTFS, excluding access to encrypted files, writing
 compressed files, changing file ownership, access right.
 .
 Technically it's based on and a major improvement to the third generation
 Linux NTFS driver, ntfsmount. The improvements includes functionality,
 quality and performance enhancements.
 .
 ntfs-3g is based on FUSE (userspace filesystem framework for Linux), thus
 you will have to prepare fuse kernel module to be able to use it.
 .
 Fuse is available in any recent kernel. No need to prepare a kernel module
 if you are already running Debian Etch kernel or newer.
Homepage: http://www.ntfs-3g.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y
Task: standard, mythbuntu-backend-master, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend


info o stroji
Kód: [Vybrat]
uname -a
Linux tlsft 2.6.32-55-generic-pae #117-Ubuntu SMP Tue Dec 3 17:50:05 UTC 2013 i686 GNU/Linux

Diky za nakopnuti :)
Distro:  Debian
WM:      Awesome
NT:       Latitude D620

Martin Šácha

  • Člen občanského sdružení Ubuntu ČR a placené komunitní podpory
  • Administrátor fóra
  • ******
  • Příspěvků: 5153
Re:mount HDD s NTFS
« Odpověď #1 kdy: 22 Ledna 2014, 11:34:15 »
Nainstaluj si gparted a podívej se jak ten disk vypadá.
Mint MATE 64bit / DuckDuckGo.com
Programátoři považují WYSIWYG za špatné u kódu i u žen. Programátor chce "dostat to, co žádá“ – kód tajemný, neodpouštějící, nebezpečný.

Zerog

  • Aktivní člen
  • *
  • Příspěvků: 473
    • Zerog blog
Re:mount HDD s NTFS
« Odpověď #2 kdy: 22 Ledna 2014, 11:43:17 »
Bohuzel na tom stroji nemam Xka. Takze neco command line only ?

Edit: taky nevim co mam hledat  ...
« Poslední změna: 22 Ledna 2014, 16:06:59 od Zerog »
Distro:  Debian
WM:      Awesome
NT:       Latitude D620

 

Provoz zaštiťuje spolek OpenAlt.