Montowanie partycji NTFS w systemie Linuksowym

W konsoli wydajemy polecenia:

debian:/home/mariusz# fdisk /dev/sdb1

The number of cylinders for this disk is set to 14593.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)

Command (m for help): p
naciśnij p to wyświetli układ partycji

Disk /dev/sdb1: 250.0 GB, 250056705024 bytes
255 heads, 63 sectors/track, 30400 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x6d6f6b73

This doesn't look like a partition table
Probably you selected the wrong device.

Device Boot      Start         End      Blocks   Id  System
/dev/sdb1p1   ?      101619      217118   927741105+  61  SpeedStor
Partition 1 does not end on cylinder boundary.
/dev/sdb1p2   ?       45382       91775   372650658   74  Unknown
Partition 2 does not end on cylinder boundary.
/dev/sdb1p3   ?      119452      221240   817608634   20  Unknown
Partition 3 does not end on cylinder boundary.
/dev/sdb1p4   ?      159274      159277       25429+   0  Empty
Partition 4 does not end on cylinder boundary.

Partition table entries are not in disk order

Następnie przechodzimy poleceniem cd /mnt/ tworzymy katalog mkdir Windows2

Montowanie partycji:

debian:/home/mariusz# mount /dev/sdb1 /mnt/Windows2/

Na samym końcu następuje edycja pliku gedit /etc/fstab dopisujesz tę linijkę
  
/dev/sdb1 /media/Windows2 ntfs rw,users,umask=0000,utf8    0    0

Jeśli masz jakieś pytania możesz zadać je Kliknij tu



Copyright ©  Mariusz Dybała, design by Mariusz Dybała