Montowanie
partycji FAT w
systemie Linuksowym
W
konsoli wydajemy polecenia:
debian:/home/mariusz#
fdisk /dev/sda
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/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 760 6104668+ 83 Linux
/dev/sda2 761 14593 111113572+ 5 Extended
/dev/sda5 761 1020 2088418+ 82 Linux swap / Solaris
/dev/sda6 1021 2292 10217308+ 83 Linux
/dev/sda7 2293 14593 98807751 b W95 FAT32
(tę partycję zamontuję jako że jej system plików to Fat32)
Następnie przechodzimy poleceniem
cd /mnt/ tworzymy
katalog
mkdir Windows1
Montowanie
partycji:
debian:/home/mariusz# mount /dev/sda7 /mnt/Windows1/
Na samym końcu następuje edycja pliku
gedit /etc/fstab dopisujesz
tę
linijkę
/dev/sda7 /mnt/Windows1 vfat rw,users,umask=0000,utf8
0 0
Jeśli masz jakieś pytania możesz zadać je Kliknij tu