problem to mount NTFS partition

Please post any bugs you have found
Post Reply
Message
Author
oceanblue
Posts: 2
Joined: Sat 08 Mar 2014, 11:21

problem to mount NTFS partition

#1 Post by oceanblue »

The ntfs-3g driver was unable to mount the NTFS
partition and returned this error message:
fuse: mountpoint is not empty
fuse: if you are sure this is safe, use the 'nonempty' mount option

So, the inbuilt kernel NTFS driver has been used
to mount the partition read-only.
Attachments
screen shot.jpg
SCREENSHOT
(129.41 KiB) Downloaded 558 times

User avatar
Ted Dog
Posts: 3965
Joined: Wed 14 Sep 2005, 02:35
Location: Heart of Texas

#2 Post by Ted Dog »

odd msg its actiing like sometbing was not unmounted then another was trying to mount...
As a general rule when I get a read only mount warning with NTFS it was not a error free NFTS to begin with I.e. run check disc next boot into windows and see if the error msg in linux goes away. If NTFS is the lest bit corrupted it will mount read only as protection so you can get at the files but not make matters worse.

npierce
Posts: 858
Joined: Tue 29 Dec 2009, 01:40

#3 Post by npierce »


oceanblue
Posts: 2
Joined: Sat 08 Mar 2014, 11:21

[Question] problem to mount NTFS partition

#4 Post by oceanblue »

To npierce....but how can i do that..i'm new to puppy...where i get tht directory and how can i remove that....please help

According to http://www.murga-linux.com/puppy/viewto ... 731#680731

npierce
Posts: 858
Joined: Tue 29 Dec 2009, 01:40

#5 Post by npierce »

Hi oceanblue,

Sorry for the delay. I've not had time to login here for a couple of weeks.

First, unmount the NTFS partition. Then look at the same place where you would normally look for files in the partition. For instance, if the partition is /dev/sda5 you would normally look in the /mnt/sda5 directory.

When the partition is not mounted, there should be no files there. If you see files there when the partition is not mounted, move them somewhere else. After that you should be able to mount the NTFS partition normally.

Kester

#6 Post by Kester »

npierce wrote: When the partition is not mounted, there should be no files there. If you see files there when the partition is not mounted, move them somewhere else. After that you should be able to mount the NTFS partition normally.
Rather late for me to enter this thread but I would like to thank npierce for his advice to oceanblue because it resolved a similar issue for me. So simple when you know how but I was scratching my head at the error message when tests showed there was nothing wrong with the ntfs partition in question (sda3). Somehow a Pburn temporary folder had ended up on the partition. It showed when i unmounted the partition and visited /sda3. Removing the folder resolved the issue.

It's great to know the likes of you, npierce, are out there - thanks again.

veejay
Posts: 37
Joined: Thu 16 Dec 2010, 12:20

#7 Post by veejay »

npierce wrote:Hi oceanblue,

Sorry for the delay. I've not had time to login here for a couple of weeks.

First, unmount the NTFS partition. Then look at the same place where you would normally look for files in the partition. For instance, if the partition is /dev/sda5 you would normally look in the /mnt/sda5 directory.

When the partition is not mounted, there should be no files there. If you see files there when the partition is not mounted, move them somewhere else. After that you should be able to mount the NTFS partition normally.
npierce! Thanks lot. It worked.

Post Reply