Wszystko związane z jądrem systemowym, sterownikami, sprzętem itp.
Omega26
Posty: 23 Rejestracja: 16 lutego 2007, 11:40
Lokalizacja: Gliwice
Post
autor: Omega26 » 19 lutego 2007, 09:55
Witam.
Mam problem z zamontowaniem dysków NTFS Windowsa. Próbuję montować ale nie idzie, spis mam taki:
Kod: Zaznacz cały
debian:/home/pirx# fdisk -l
Disk /dev/hda: 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/hda1 * 1 1275 10241406 7 HPFS/NTFS
/dev/hda2 1276 24320 185108962+ f W95 Ext'd (LBA)
/dev/hda5 1276 8924 61440561 7 HPFS/NTFS
/dev/hda6 8925 24320 123668338+ 7 HPFS/NTFS
Disk /dev/hdb: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 1 62 497983+ 82 Linux swap / Solaris
/dev/hdb2 63 2463 19286032+ 83 Linux
/dev/hdb3 2464 4865 19294065 83 Linux
Nie jestem w stanie zamontować tych dysków, czytałem na forum z tego wątku i przeszukałem całe forum.
Może ktoś podać krok po kroku jak to zrobić, bo boję się, że stracę całe dane
DYSK
Kaka'
Senior Member
Posty: 3018 Rejestracja: 30 lipca 2006, 13:17
Lokalizacja: Kartuzy
Post
autor: Kaka' » 19 lutego 2007, 09:56
luck40
Beginner
Posty: 120 Rejestracja: 14 listopada 2006, 17:29
Lokalizacja: okolice Czêstochowy
Post
autor: luck40 » 19 lutego 2007, 11:04
Przeczytaj to co podał Kaka' , a jak nadal będziesz miał problemy to wklej /etc/fstab.
Omega26
Posty: 23 Rejestracja: 16 lutego 2007, 11:40
Lokalizacja: Gliwice
Post
autor: Omega26 » 19 lutego 2007, 13:48
Kod: Zaznacz cały
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hdb2 / ext3 defaults,errors=remount-ro 0 1
/dev/hdb3 /home ext3 defaults 0 2
/dev/hdb1 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hdd /media/cdrom1 udf,iso9660 user,noauto 0 0
Dalej nie jestem wstanie zamontować tych dysków, męczę się z tym 5 godzin.
Dyski mam takie:
Kod: Zaznacz cały
Disk /dev/hda: 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/hda1 * 1 1275 10241406 7 HPFS/NTFS
/dev/hda2 1276 24320 185108962+ f W95 Ext'd (LBA)
/dev/hda5 1276 8924 61440561 7 HPFS/NTFS
/dev/hda6 8925 24320 123668338+ 7 HPFS/NTFS
Miałem wcześniej system Kubuntu, dyski były zamontowane automatycznie podczas instalacji, a tu muszę ręcznie montować ale nie umiem.
Wpisałem te polecenia co przedstawił mi
Kaka' i nic się nie dzieje.
Kaka'
Senior Member
Posty: 3018 Rejestracja: 30 lipca 2006, 13:17
Lokalizacja: Kartuzy
Post
autor: Kaka' » 19 lutego 2007, 13:54
Kod: Zaznacz cały
mount -r -t ntfs /dev/oznaczenie_dysku /mnt/dysk
I to nie działa?
Omega26
Posty: 23 Rejestracja: 16 lutego 2007, 11:40
Lokalizacja: Gliwice
Post
autor: Omega26 » 19 lutego 2007, 16:45
Nie działa wyskakuje takie cos:
Kod: Zaznacz cały
debian:/# mount -r -t ntfs /dev/hda1/mnt/c
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .
debian:/# mount -a
debian:/#
Nie daję rady zamontować.
Kaka'
Senior Member
Posty: 3018 Rejestracja: 30 lipca 2006, 13:17
Lokalizacja: Kartuzy
Post
autor: Kaka' » 19 lutego 2007, 16:48
Omega26 pisze: debian:/# mount -r -t ntfs /dev/hda1/mnt/c
Spację zapomniałeś!
Omega26
Posty: 23 Rejestracja: 16 lutego 2007, 11:40
Lokalizacja: Gliwice
Post
autor: Omega26 » 19 lutego 2007, 16:53
zrobiłem działa ? tego nie wiem
Kod: Zaznacz cały
debian:/# mount -r -t ntfs /dev/hda1 /mnt/c
debian:/# mount -r -t ntfs /dev/hda5 /mnt/d
debian:/# mount -r -t ntfs /dev/hda6 /mnt/e
debian:/#
nie widac dysków w Urządzenia przechowywania Danych
mlyczek
Junior Member
Posty: 979 Rejestracja: 02 sierpnia 2006, 19:17
Post
autor: mlyczek » 19 lutego 2007, 16:57
no to wejdź to jednego z tych katalogów, c, d, albo e i sprawdź co tam jest. Jeśli pliki z partycji windowsa to znaczy, że działa
Omega26
Posty: 23 Rejestracja: 16 lutego 2007, 11:40
Lokalizacja: Gliwice
Post
autor: Omega26 » 19 lutego 2007, 16:59
Pięknie :-( i jeszcze mam
Kod: Zaznacz cały
Brak praw do odczytu file:///mnt/c /mnt/d /mnt/e typ zablokowany katolog
[ Dodano : 2007-02-19, 17:03 ]
wtedy działało, ale uruchomiłem debiana i nie działa i nie ma wpisów w /etc/fstab wpisów wogóle nie było jak zrobic zeby były ?. W te klocki juz juz sie bawie prawie 7 godzin :/ :-/