You are not logged in.

#1 2015-01-29 12:04:52

hamidtb
Member
Registered: 2013-03-25
Posts: 13

windows partitions dosent show on linux arch (Solved)

hi
today i install arch linux; every thing fine

but nautilus dose not show my windows partitions on side panel

i also try thunrar file manager but same resault


also when i connect an usb flash drive no thing happen


thankyou

Last edited by hamidtb (2015-02-03 03:42:18)

Offline

#2 2015-01-29 12:31:40

runical
Member
From: The Netherlands
Registered: 2012-03-03
Posts: 896

Re: windows partitions dosent show on linux arch (Solved)

What did you try and what is your system configuration? Note that NTFS partitions need separate driver in order to be used (search the wiki).

Offline

#3 2015-01-29 12:35:42

thiagowfx
Member
Registered: 2013-07-09
Posts: 586

Re: windows partitions dosent show on linux arch (Solved)

Maybe this won't help much, but I suggest you to install the ntfs-3g package and read about polkit. I'm not really sure if polkit has to do with that, but I remember it has something to do with the permissions for you to mount a drive from a file manager. Also, for automounting, check out udisks.

Offline

#4 2015-01-29 12:36:09

shadow82
Member
Registered: 2013-06-02
Posts: 11

Re: windows partitions dosent show on linux arch (Solved)

Have you installed ntfs-3g?

Offline

#5 2015-01-29 12:45:46

hamidtb
Member
Registered: 2013-03-25
Posts: 13

Re: windows partitions dosent show on linux arch (Solved)

hi
thank you for answer

this is my fstab

# 
# /etc/fstab: static file system information
#
# <file system>	<dir>	<type>	<options>	<dump>	<pass>
# /dev/sda10 LABEL=ARCH
UUID=d9e3cd70-e1fe-4177-937a-842694143ee2	/         	ext4      	defaults,relatime	0 1

# /dev/sda8 LABEL=Home
UUID=44f79bbd-46ac-41b9-a972-705626960ce5	/home     	ext4      	defaults,relatime	0 2

# /dev/sda9 LABEL=SWAP
UUID=964086ea-6c65-46a3-9073-b71f8a21cb05	none      	swap      	defaults  		0 0


UUID=685E905E5E9026BA				/mnt/Windows	ntfs-3g		defaults		0 2 	


UUID=7734B3670AE025C4				/mnt/Games	ntfs-3g		defaults		0 2


UUID=01ABCF882A373564				/mnt/Programs	ntfs-3g		defaults		0 2


UUID=0B05B63008666103				/mnt/MultiMedia	ntfs-3g		defaults		0 2

i already install ntfs-3g

but nautilus dosent show windows partitions in side panel

also when i connect usb flash drive nothing happen

Last edited by hamidtb (2015-02-02 10:19:27)

Offline

#6 2015-01-29 12:49:24

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,732
Website

Re: windows partitions dosent show on linux arch (Solved)

@OP: Which dektop environment/window manager are you using?

I don't know about nautilus, but for thunar you need to install thunar-volman and set up a polkit rule to allow mounting of external partitions:

# /etc/polkit-1/rules.d/10-enable-mount.rules
polkit.addRule(function(action) {
    if (action.id == "org.freedesktop.udisks2.filesystem-mount-system") {
        return polkit.Result.YES;
    }
});

The auto-mounting of USB sticks is controlled via Edit → Prefernces → Advanced → Tick the "Enable Volume Management" button & select the "Configure" link to set up your options.

EDIT: Also, why have you mounted the Windows stuff under /mnt?

Last edited by Head_on_a_Stick (2015-01-29 12:51:39)

Offline

#7 2015-01-29 12:59:20

hamidtb
Member
Registered: 2013-03-25
Posts: 13

Re: windows partitions dosent show on linux arch (Solved)

i using gnome-shell and nautilus

Offline

#8 2015-01-29 13:22:45

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,732
Website

Re: windows partitions dosent show on linux arch (Solved)

Read the ArchWiki page on NTFS-3G, mounting options are explained there:
https://wiki.archlinux.org/index.php/NTFS-3G

As for nautilus, open dconf-editor and navigate to org.gnome.nautilus and tick the "volumes visible" box.

Offline

#9 2015-01-29 13:28:27

hamidtb
Member
Registered: 2013-03-25
Posts: 13

Re: windows partitions dosent show on linux arch (Solved)

thank you

now windows partitions show on nautilus side panel

but still when i connect a usb drive nothing happen sad

Offline

#10 2015-01-29 13:37:01

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,732
Website

Re: windows partitions dosent show on linux arch (Solved)

Again, open dconf-editor and navigate to org.gnome.desktop.media-handling and tick the "automount" box.

Welcome to the wonderful world of GNOME configuration big_smile

Offline

#11 2015-01-29 13:50:02

runical
Member
From: The Netherlands
Registered: 2012-03-03
Posts: 896

Re: windows partitions dosent show on linux arch (Solved)

Please use code tags when posting output of any kind. Makes it a lot easier to read.

As for the USB drive: Nautilus uses gvfs/udisks2 to mount partitions and should work. Is the external drive you are trying to mount by any chance a FAT-formatted drive? gvfs/udisks2 needs the package dostools to handle those (see the optional dependencies).

EDIT: Also try to see if the system does actually detect the USB drive. Post the output of lsblk with and without the usb drive.

Last edited by runical (2015-01-29 13:51:22)

Offline

#12 2015-01-29 13:50:44

hamidtb
Member
Registered: 2013-03-25
Posts: 13

Re: windows partitions dosent show on linux arch (Solved)

Head_on_a_Stick wrote:

Again, open dconf-editor and navigate to org.gnome.desktop.media-handling and tick the "automount" box.

Welcome to the wonderful world of GNOME configuration big_smile

thankyou

but it is not working

Offline

#13 2015-02-01 16:12:40

runical
Member
From: The Netherlands
Registered: 2012-03-03
Posts: 896

Re: windows partitions dosent show on linux arch (Solved)

So, did you solve the problem? If so, please let us know the solution smile

Offline

#14 2015-02-01 17:09:55

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,801

Re: windows partitions dosent show on linux arch (Solved)

hamidtb,
Welcome to Arch Linux.  When posting file contents or program output, please use BBCode code tags around your output.  Your readers will appreciate it. 

If you want a user to be able to mount the volume, you must tell fstab to allow it.  As this is a drive that is always present, I suggest you do that rather than use the usdisks solution -- I find that works better for removable drives.  Add the 'users' directive to the volumes you want to have show up in the file managers so that normal users can mount and unmount them.  Also, set noauto, so the system does not automatically mount them at /mnt.  As it is right now, the volumes are probably already mounted and are part of the file system under /mnt.  You should be able to see the contents of those volumes already in the tree.   Anyway, here is the line from my fstab for the Windows 7 partition.  It functions as you desire:

/dev/sda1       /mnt/win7               ntfs    defaults,users,noauto 0 1

Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#15 2015-02-02 10:18:33

hamidtb
Member
Registered: 2013-03-25
Posts: 13

Re: windows partitions dosent show on linux arch (Solved)

first thank all of you for help

problem was for bad install of gvfs package

then i reinstall package and problem sloved

 sudo pacman -S --force gvfs 

fstab file

# 
# /etc/fstab: static file system information
#
# <file system>					<dir>			<type>		<options>			<dump>	<pass>
# /dev/sda10 LABEL=ARCH
UUID=d9e3cd70-e1fe-4177-937a-842694143ee2	/         		ext4      	defaults,relatime		0 1

# /dev/sda8 LABEL=Home
UUID=44f79bbd-46ac-41b9-a972-705626960ce5	/home     		ext4      	defaults,relatime		0 2

# /dev/sda9 LABEL=SWAP
UUID=964086ea-6c65-46a3-9073-b71f8a21cb05	none      		swap      	defaults  			0 0


UUID=685E905E5E9026BA				/media/Windows		ntfs-3g		defaults,users,noauto		0 2 	


UUID=7734B3670AE025C4				/media/Games		ntfs-3g		defaults,users,noauto		0 2


UUID=01ABCF882A373564				/media/Programs		ntfs-3g		defaults,users,noauto		0 2


UUID=0B05B63008666103				/media/MultiMedia	ntfs-3g		defaults,users,noauto		0 2

Last edited by hamidtb (2015-02-02 10:22:29)

Offline

#16 2015-02-02 14:48:13

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: windows partitions dosent show on linux arch (Solved)

Can you change the title to correctly spell "solved"? I'm not being pedantic, it just may help in searches.


Matt

"It is very difficult to educate the educated."

Offline

Board footer

Powered by FluxBB