GNU bug report logs -
#37062
Changes set are no applied to a locally plugged external device
Previous Next
To reply to this bug, email your comments to 37062 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-coreutils <at> gnu.org
:
bug#37062
; Package
coreutils
.
(Sat, 17 Aug 2019 10:25:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Ricky Tigg <ricky.tigg <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-coreutils <at> gnu.org
.
(Sat, 17 Aug 2019 10:25:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Component under* Linux Fedora*: coreutils.x86_64 8.31-2.fc30 @updates
Changes set are no applied to a locally plugged external device
Commands executed:
# whoami
root
# cd /run/media/yk/maxell/Varmuuskopiot/Fedora/
# chown -R root:citser ../Fedora/ && chmod -R 750 ../Fedora/
# ls -l ../; ls -l
[...]
drwxrwxrwx. 1 yk yk 440 16. 8. 23:32 Fedora
[...]
-rwxrwxrwx. 1 yk yk 155 16. 8. 23:32 config
As noticeable owner and groups mentions are both yk while they respectively
should be root, citser.
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-coreutils <at> gnu.org
:
bug#37062
; Package
coreutils
.
(Mon, 19 Aug 2019 08:14:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 37062 <at> debbugs.gnu.org (full text, mbox):
Hi Ricky,
On Sat, Aug 17, 2019 at 01:23:31PM +0300, Ricky Tigg wrote:
> Component under* Linux Fedora*: coreutils.x86_64 8.31-2.fc30 @updates
>
> Changes set are no applied to a locally plugged external device
Perhaps the external device's filesystem does not support Unix access
controls. Perhaps the external device is mounted with options to fix user,
group, and access rights as seen by Linux.
> Commands executed:
> # whoami
> root
> # cd /run/media/yk/maxell/Varmuuskopiot/Fedora/
> # chown -R root:citser ../Fedora/ && chmod -R 750 ../Fedora/
> # ls -l ../; ls -l
> [...]
> drwxrwxrwx. 1 yk yk 440 16. 8. 23:32 Fedora
> [...]
> -rwxrwxrwx. 1 yk yk 155 16. 8. 23:32 config
>
> As noticeable owner and groups mentions are both yk while they respectively
> should be root, citser.
You could try to find the active mount options by issuing:
mount | fgrep media
Thanks,
Erik
--
If it ain't broke, don't fix it.
Information forwarded
to
bug-coreutils <at> gnu.org
:
bug#37062
; Package
coreutils
.
(Mon, 19 Aug 2019 11:27:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 37062 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hey. Partition is with its default settings.
$ mount | fgrep /run/media/$USER
/dev/sdc1 on /run/media/yk/maxell type fuseblk
(rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks2)
$ lsblk -bo name,maj:min,fstype,mode,type,mountpoint,tran
NAME MAJ:MIN FSTYPE MODE TYPE MOUNTPOINT
TRAN
[...]
sdc 8:32 brw-rw---- disk
usb
└─sdc1 8:33 ntfs brw-rw---- part /run/media/yk/maxell
[Message part 2 (text/html, inline)]
This bug report was last modified 5 years and 302 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.