You are not logged in.

#1 2011-08-30 02:14:54

nankura
Member
Registered: 2011-08-02
Posts: 166

[SOLVED]NTFS Hard disk

Hey guys

I just did a complete fresh install of archlinux. i must say i was surprised by the arch installation. so much has changed since i used straight arch. i usually use archboot haha, but straight arch has so many new options now

anyway back ontopic

Ive got openbox going, everythings great, its just, thunar cant read my 2 other hard drives. i installed fuse and ntfs-3g, there both ntfs, one is windows 7. and added fuse to the modules load

im not sure what ive missed

Last edited by nankura (2011-09-09 00:27:13)

Offline

#2 2011-08-30 03:32:59

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

Re: [SOLVED]NTFS Hard disk

What do you mean by "thunar cant read my 2 other hard drives" - any errors? Do you have gvfs installed?
How exactly do you start openbox: 'exec ck-launch-session openbox-session' or somethings else?
How are those drives mounted? Are they mounted at all? Post your fstab and the output of 'mount'.

Last edited by karol (2011-08-30 03:36:25)

Offline

#3 2011-08-30 07:08:42

nankura
Member
Registered: 2011-08-02
Posts: 166

Re: [SOLVED]NTFS Hard disk

Thunar the hard drives are not showing on the side panel were they usually are. and there is nothing in the media folder

here is the output of fstab and mount

P.S if i remember correctly from my old installation the hard drives are located at /dev/sda and /dev/sdb, linux/arch is on /dev/sdc

#
# /etc/fstab: static file system information
#
# <file system>    <dir>    <type>    <options>    <dump>    <pass>
tmpfs        /tmp    tmpfs    nodev,nosuid    0    0
#UUID=1181a22e-ded1-4cfd-b522-e4654aa34bbd swap swap defaults 0 0
#UUID=652004cd-ef8c-47f9-b69d-d6f5ca9fe66f / ext4 defaults 0 1
#UUID=a510a9d0-6553-4364-a1e9-d6f3e01000c5 /home ext4 defaults 0 1
#UUID=c84706f6-69ec-4ca5-afa2-7e6ac7b12302 /boot ext2 defaults 0 1
UUID=1181a22e-ded1-4cfd-b522-e4654aa34bbd swap swap defaults 0 0
UUID=652004cd-ef8c-47f9-b69d-d6f5ca9fe66f / ext4 defaults 0 1
UUID=a510a9d0-6553-4364-a1e9-d6f3e01000c5 /home ext4 defaults 0 1
UUID=c84706f6-69ec-4ca5-afa2-7e6ac7b12302 /boot ext2 defaults 0 1

proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=10240k,nr_inodes=498607,mode=755)
run on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=10240k,mode=755)
/dev/disk/by-uuid/652004cd-ef8c-47f9-b69d-d6f5ca9fe66f on / type ext4 (rw,commit=0)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
shm on /dev/shm type tmpfs (rw,nosuid,nodev,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
/dev/sdc4 on /home type ext4 (rw,commit=0)
/dev/sdc1 on /boot type ext2 (rw)

and yes, in the openbox xinitric i have exec ck-launch-session dbus-launch openbox-session

But i use GDM to login and run openbox. so i dont think the xinitric applys

In my rc.conf in modules i have fuse loading

also when i insert a dvd, nothing comes up in thunar or pcmanfm, seems im missing something that reads hard drives/dvds etc

and dbus, etc all the normal things

I also decided to do a pacman check on dbus, fuse, hal

pacman -Q dbus fuse hal
dbus 1.4.14-1
fuse 2.8.5-1
error: package "hal" not found

im not sure if hals whats missing, but when doing a pacman -S hal. it cant find hal at all. and after reading the archwiki hal is discontinued but as i understand is most people have hal installed with hal in there rc.conf, but i thought fuse replaces hal

i did try yaourt hal. and selecting the hal package number 32, but it failed to build it

Last edited by nankura (2011-08-30 07:31:28)

Offline

#4 2011-08-30 09:32:24

Fixxer
Member
From: Poland
Registered: 2011-08-29
Posts: 217

Re: [SOLVED]NTFS Hard disk

Add NTFS partitions to your /etc/fstab as below:

#Entry fof /dev/sdaX
UUID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX /media/windows ntfs-3g defaults 0 0

X - the number of partition
UUID - it's result of command:

blkid | grep /dev/sdaX

You should create directory /media/windows and become the owner of this directory. After the changes of /etc/fstab are saved, mount your partition NTFS:

mount /dev/sdaX

Settings will be taken from /etc/fstab. At the end, you can create a shortcut e.g. to your /home directory:

ln -s /media/windows /home/nankura

Last edited by Fixxer (2011-08-30 09:33:24)

Offline

#5 2011-08-31 08:28:46

nankura
Member
Registered: 2011-08-02
Posts: 166

Re: [SOLVED]NTFS Hard disk

i think ive missed something. i followed your instruction's but everytime i try to mount the hard drives ( there showing up now in thunar at least ) it says it needs permissions

and during boot i noticed mounting extra partitions module fails

Offline

#6 2011-09-08 15:27:13

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

Re: [SOLVED]NTFS Hard disk

Offline

#7 2011-09-09 00:26:44

nankura
Member
Registered: 2011-08-02
Posts: 166

Re: [SOLVED]NTFS Hard disk

oh i completely forgot about this post i apologise, after retrying the above solution by fixxer and using gparted ( i was missing some libs ) i got it all working perfectly fine

Offline

Board footer

Powered by FluxBB