You are not logged in.

#1 2015-05-20 13:20:31

HDArtworks
Member
Registered: 2015-04-20
Posts: 60
Website

NTFS Partition not load in arch

Hi. I install arch and xfce desktop.
But my partitions not shown in thunar file manager.
In windows all of my partition is works fine.
And here is the fdisk -l output command:

[root@archlinux hossein]# fdisk -l
Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x0c4f0c4e

Device     Boot     Start       End   Sectors   Size Id Type
/dev/sda1            2048 126160895 126158848  60.2G  7 HPFS/NTFS/exFAT
/dev/sda2       126164990 976768064 850603075 405.6G  5 Extended
/dev/sda5       163846998 377657343 213810346   102G  7 HPFS/NTFS/exFAT
/dev/sda6       459685297 471041864  11356568   5.4G 83 Linux
/dev/sda7       471041928 675838484 204796557  97.7G  7 HPFS/NTFS/exFAT
/dev/sda8       675838548 880635104 204796557  97.7G  7 HPFS/NTFS/exFAT
/dev/sda9       880635168 976768064  96132897  45.9G  7 HPFS/NTFS/exFAT
/dev/sda10 *    126164992 163846632  37681641    18G 83 Linux
/dev/sda11      377659392 459683839  82024448  39.1G 83 Linux

Partition table entries are not in disk order.




Disk /dev/sdb: 14.5 GiB, 15504900096 bytes, 30283008 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x769fce30

Device     Boot Start     End Sectors  Size Id Type
/dev/sdb1  *        0 1282047 1282048  626M  0 Empty
/dev/sdb2         172   63659   63488   31M ef EFI (FAT-12/16/32)

And here is my fstab file:

[root@archlinux hossein]# cat /etc/fstab
# 
# /etc/fstab: static file system information
#
# <file system>	<dir>	<type>	<options>	<dump>	<pass>
# /dev/sda10
UUID=15cf7f12-cc4f-42d8-bd40-270eaf98a822	/         	ext4      	rw,relatime,data=ordered	0 1

# /dev/sda11
UUID=6c43c5d4-33e8-43d7-8786-7887808cf596	/home     	ext4      	rw,relatime,data=ordered	0 2

# /dev/sda6
UUID=eeabe591-7cf1-41c0-8f9a-9bed6c6fbb67	none      	swap      	defaults  	0 0

I add UUIDs of my ntfs partitions to the fstab file but no luck.
Aslo i install ntfs-3d. But i don't know hot mount my partitions. sad
Thanks for helps.
Sorry for my bad english! smile

Last edited by HDArtworks (2015-05-20 13:21:04)

Offline

#2 2015-05-20 14:34:03

Tutti
Member
Registered: 2015-02-26
Posts: 117

Re: NTFS Partition not load in arch

It has been ages since I used thunar myself, but do you have gvfs and thunar-volman installed?
https://wiki.archlinux.org/index.php/Thunar

Offline

#3 2015-05-20 14:48:45

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: NTFS Partition not load in arch

I don't understand. Where's you ntfs partition in the fstab?

HDArtworks wrote:

Aslo i install ntfs-3d. But i don't know hot mount my partitions. sad

It's ntfs-3g. Read the wiki on how to mount the partitions.

Offline

Board footer

Powered by FluxBB