Và gõ như sau:
sudo fdisk -l
Đầu ra phải tương tự như:
karthick@Ubuntu-desktop:~$ sudo fdisk -l
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00af00af
Device Boot Start End Blocks Id System
/dev/sda1 * 1 3188 25607578+ 7 HPFS/NTFS
/dev/sda2 3189 4462 10233405 83 Linux
/dev/sda3 4463 19458 120449002+ f W95 Ext'd (LBA)
Partition 3 does not end on cylinder boundary.
/dev/sda5 4463 9561 40957686 7 HPFS/NTFS
/dev/sda6 9562 14660 40957686 7 HPFS/NTFS
/dev/sda7 14661 19255 36905984 83 Linux
/dev/sda8 19255 19458 1626112 82 Linux swap / Solaris
Disk /dev/sdb: 4022 MB, 4022337024 bytes
255 heads, 63 sectors/track, 489 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000b5e92
Device Boot Start End Blocks Id System
/dev/sdb1 1 489 3927861 7 HPFS/NTFS
Ổ đĩa flash của tôi được đặt tại / dev / sdb1 ( ổ của bạn có thể thay đổi).
Thực hiện những bất công sau:
Đối với hệ thống tệp NTFS:
Bạn nên chỉnh sửa fstab
tập tin. Nhập nội dung sau vào terminal:
sudo gedit /etc/fstab
Ở dưới cùng của tập tin fstab dán như sau:
/dev/sdb1 /media/Datas ntfs-3g defaults 0 0
Đối với hệ thống tệp FAT 16/32 chạy như sau trong thiết bị đầu cuối:
sudo mount -t vfat /dev/sdb1 /media/Datas -o uid=1000,gid=100,utf8,dmask=027,fmask=137