-------- Weitergeleitete Nachricht --------Von: Jean-Pierre André
<jean-pierre.an...@wanadoo.fr>
An: ra...@hispeed.ch <ra...@hispeed.ch>, 779...@bugs.debian.org
Betreff: Re: Bug#779160: ntfs-3g: I can't umount/mount -n -o remount,
rw /ext/hdd...
Datum: Wed, 25 Feb 2015 16:13:59 +0100

> df
> /dev/sdc1       976759804 743605988  233153816   77% /media/Rb1TB
> /dev/sdd1      1953477628 178017088 1775460540   10% /media/worker/RB2TB

This means both your devices are mounted :
/dev/sdc1 is mounted on /media/Rb1TB and
/dev/sdd1 is mounted on /media/worker/RB2TB

> Then I start the disk-manager
> Message
> The following entries of your configuration file use the same mount point:
> /dev/sdc1 on /media/Rb1TB (ntfs) = keep selected
> UUID=BC863C92863C4EE0 on /media/Rb1TB (ntfs)

This tells you you have conflicting lines in /etc/fstab :

 > UUID=BC863C92863C4EE0 /media/Rb1TB ntfs defaults,nls=utf8,umask=0222 0  0
and
 > /dev/sdc1 /media/Rb1TB ntfs 
rw,user,noauto,uid=0,gid=46,umask=007,nls=utf8 0

These lines conflict because they declare the same mount
point (as UUID=BC863C92863C4EE0 is currently plugged in
as /dev/sdc1). You should probably only use the one with
UUID, so that it will be mounted the same way even if you
plug it differently. However, if this is for backup, you
should not set umask as 0222 (which means you want to be
protected against writing to it.
Just remove the umask option if you do not want any
permission limitation.

Besides, the other device is strangely mounted according
to /etc/fstab it was expected to be mounted to
/media/RB2TB, not /media/worker/RB2TB


> The ntfs-3g is still from alien -d ntfs-3g-2013.1.13-6.fc20.x86_64.rpm and 
> this is from Fedora 20
> The ntfs-3g Version is blocked in Synaptic.

This ntfs-3g version is clear from the file name,
and I wanted the version from Debian repository.

> Root Shell
> root@7deb:/home/worker# df
> /dev/sdc1       976759804 743605988  233153816   77% /media/Rb1TB
> /dev/sdd1      1953477628 178017088 1775460540   10% /media/RB2TB
> root@7deb:/home/worker#
>
> root@7deb:/home/worker# mount /dev/sdc1 /media/Rb1TB
> Mount is denied because the NTFS volume is already exclusively opened.
> The volume may be already mounted, or another software may use it which
> could be identified for example by the help of the 'fuser' command.

The output from df above shows that /dev/sdc1 is
currently mounted on /media/Rb1TB, so you cannot
mount it again, which is what the above message says.

As it was mounted automatically as requested in
/etc/fstab, you do not have to mount manually.


Thank you very much for your support

With the Information from you I configured the fstab

old
UUID=BC863C92863C4EE0   /media/Rb1TB    ntfs    
rw,user,noauto,uid=0,gid=46,umask=007,nls=utf8  0$
UUID=7EBCA22CBCA1DEC1   /media/RB2TB    ntfs    
rw,user,noauto,uid=0,gid=46,umask=007,nls=utf8  0$
new1
UUID=BC863C92863C4EE0     /media/Rb1TB    ntfs    
rw,user,auto,uid=0,gid=46,nls=utf8      0       0
UUID=7EBCA22CBCA1DEC1  /media/RB2TB    ntfs    
rw,user,auto,uid=0,gid=46,nls=utf8      0       0

Then I tried Rb1TB / RB2TB to open by double klick in Nautilus
The System Message is in both cases:
Sorry, could not the entire contents of "RB2TB" display: Input / output error

You do not have the required permissions to view the content of "Rb1TB".
You do not have the required permissions to view the content of "RB2TB".

I am installing the The ntfs-3g is still from alien -d 
ntfs-3g-2013.1.13-6.fc20.x86_64.rpm and this is from Fedora 20

new2
UUID=BC863C92863C4EE0   /media/Rb1TB    ntfs    
rw,user,noauto,uid=0,gid=46,umask=000,nls=utf8  0$
UUID=7EBCA22CBCA1DEC1   /media/RB2TB    ntfs    
rw,user,noauto,uid=0,gid=46,umask=000,nls=utf8  0$

In Nautilus I can see the files and folders, I can make copies but I cant 
create an folder or write on the HDD

Root Shell
root@7deb:/home/worker# cp help* /media/Rb1TB
cp: regular file "/media/Rb1TB/help_chmod.txt" can not be created: The file 
system is read-only

mc
cd /media
Can chmod for "Rb1TB" does not carry the file system is read-only (30)

In summary this means (imho)
With the Fedora 20 Driver ntfs-3g I can mount it and copy
With the Jessie ntfs-3g Driver I can do nothing

Cheers Ralph


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to