You are not logged in.

#1 2012-01-31 19:02:05

orneo1212
Member
Registered: 2012-01-16
Posts: 23
Website

NTFS lost mount

Hello

My NTFS partition is in Fstab. after boot Thunar (XFCE) show this partition as not mounted.

after mount -a commmand Partition is mounted (and data available), but after some time this partition back to not mounted state.

My /etc/fstab

# 
# /etc/fstab: static file system information
#
# <file system>	<dir>	<type>	<options>	<dump>	<pass>
tmpfs		/tmp	tmpfs	nodev,nosuid	0	0
UUID=0028579d-bb8a-4fee-9437-b9673ad723aa / ext4 defaults 0 1
UUID=6167fdc4-df16-4fd3-8f98-d58cb35f0714 /home ext4 defaults 0 1
/dev/sda1 /media/BACKUP ntfs defaults 0 0

I tried mount -a command in /etc/rc.local but its not work too.

Last edited by orneo1212 (2012-03-31 20:45:41)

Offline

#2 2012-02-01 00:02:39

ekenbrand
Member
From: Argentina
Registered: 2010-06-21
Posts: 28

Re: NTFS lost mount

Have you checked this, if you have maybe check dmesg output for errors

Offline

#3 2012-02-01 01:50:32

orneo1212
Member
Registered: 2012-01-16
Posts: 23
Website

Re: NTFS lost mount

dmesg not say anythiong about mounting errors.
Tried add me to storage group.. waiting for result

Offline

#4 2012-02-01 02:07:40

akumixx
Member
Registered: 2011-05-03
Posts: 59

Re: NTFS lost mount

See if it is mounted in the system... : (maybe thunar just can not see it)
mount
will show mounted partitions and other stuff

You have another option by ntfs-3g
(Install
pacman -S ntfs-3g --noconfirm
change in fstab ntfs to ntfs-3g)
And no
mount -a in rc.local !
this is done by fstab itself when it boots.

Offline

#5 2012-02-01 08:46:50

orneo1212
Member
Registered: 2012-01-16
Posts: 23
Website

Re: NTFS lost mount

ekenbrand suggestion fixed this.
I know mount -a is stupid idea. Now i can remove it.

Problem fixed thanks

Offline

#6 2012-03-31 20:47:40

orneo1212
Member
Registered: 2012-01-16
Posts: 23
Website

Re: NTFS lost mount

I refresh thread becouse problem still exist.

Now mounted NTFS lost mount when its used (when use mplayer in example).

Tried add it to fstab, and with udisk.

Any suggestions?

Offline

#7 2012-04-07 20:45:39

Abhishek_Harlalka
Member
From: India
Registered: 2012-03-30
Posts: 19

Re: NTFS lost mount

install ntfs-3g
pacman -S ntfs-3g and thenput entry in fstab

Offline

Board footer

Powered by FluxBB