Type the following at prompt:-
/sbin/fdisk -l
The fdisk file is in sbin directory of root.
2. Mounting NTFS & FAT file systems
Mounting is a process where a filesystem is mounted to a particular folder in the system.
(a) NTFS
1. Create a folder /windows/c in media folder in root directory (sudo mkdir /media/windows/c)
2. mount /dev/
(b) FAT32
1. Create a folder /windows/d in media folder in root directory (sudo mkdir /media/windows/d)
2. mount /dev/
No comments:
Post a Comment