Copie impossible de fichiers entre les disques

Je n'arrive pas à copier/coller des fichiers entre les deux disques durs internes de mon pc, les clés usb et les disques externes. Et pourtant, j'ai le droit d'écrire et de lire sur tous les disques (drw). J'ai vérifié les applications: ntfs-3g et thunar-volman sont installés.Merci pour votre attention.(Je suis un débutant sur linux et j'utilise Garuda linux sway. Le deuxième DD de mon pc est formater en ntfs.)

what is the contents of

cat /etc/fstab

and

cat /proc/mounts

and

inxi -Faz

please.

1 Like

Welcome :slight_smile:
https://wiki.archlinux.org/title/File_permissions_and_attributes

1 Like

cat /etc/fstab
file:///home/zirignon/cat-etc-Fstab
inxi -Faz
file:///home/zirignon/inxi

-Faz

Excusez-moi je ne sais pas faire apparaître les résultats.

Bonjour.

Postez votre terminal/konsole en entrée et en sortie sous forme de texte (pas d'images) à partir de :

inxi -Faz

Sans cela, vous ne recevrez aucune aide de l'équipe Garuda ou votre sujet risque d'être fermé sans préavis.

Avant d'ouvrir une nouvelle demande d'aide, lisez les sections pertinentes de l'Arch et du wiki Garuda.
Effectuez une recherche approfondie de votre problème et de tout message d'erreur dans le forum et sur le web.

Signalez tout ce que vous avez déjà tenté pour résoudre votre problème.

cat /etc/fstab

 ╭─zirignon@mahanta in ~
 ╰─λ cat /etc/fstab
File: /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system>             <mount point>  <type>  <options>  <dump>  <pass>
UUID=6e349933-ec48-4ca7-b83f-1f9de4cfc03e /              btrfs   subvol=/@,defaults,noatime,autodefrag,compress=zstd 0 0
UUID=6e349933-ec48-4ca7-b83f-1f9de4cfc03e /root          btrfs   subvol=/@root,defaults,noatime,autodefrag,compress=zstd 0 0
UUID=6e349933-ec48-4ca7-b83f-1f9de4cfc03e /srv           btrfs   subvol=/@srv,defaults,noatime,autodefrag,compress=zstd 0 0
UUID=6e349933-ec48-4ca7-b83f-1f9de4cfc03e /var/cache     btrfs   subvol=/@cache,defaults,noatime,autodefrag,compress=zstd 0 0
UUID=6e349933-ec48-4ca7-b83f-1f9de4cfc03e /var/log       btrfs   subvol=/@log,defaults,noatime,autodefrag,compress=zstd 0 0
UUID=6e349933-ec48-4ca7-b83f-1f9de4cfc03e /var/tmp       btrfs   subvol=/@tmp,defaults,noatime,autodefrag,compress=zstd 0 0
UUID=df65a2b6-2a7b-43ef-b784-cea5a5d0ce65 /home          btrfs   defaults,noatime,autodefrag,compress=zstd 0 0
UUID=1b8cc232-7469-4def-ac73-67e6c530d3c1 swap           swap    defaults,noatime 0 0

 ╭─zirignon@mahanta in ~
 ╰─λ cat /proc/mounts
File: /proc/mounts
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
sys /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
dev /dev devtmpfs rw,nosuid,relatime,size=3983976k,nr_inodes=995994,mode=755,inode64 0 0
run /run tmpfs rw,nosuid,nodev,relatime,mode=755,inode64 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
/dev/sda6 / btrfs rw,noatime,compress=zstd:3,space_cache=v2,autodefrag,subvolid=256,subvol=/@ 0 0
securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev,inode64 0 0
cgroup2 /sys/fs/cgroup cgroup2 rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot 0 0
pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0
none /sys/fs/bpf bpf rw,nosuid,nodev,noexec,relatime,mode=700 0 0
systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=12963 0 0
hugetlbfs /dev/hugepages hugetlbfs rw,relatime,pagesize=2M 0 0
configfs /sys/kernel/config configfs rw,nosuid,nodev,noexec,relatime 0 0
mqueue /dev/mqueue mqueue rw,nosuid,nodev,noexec,relatime 0 0
debugfs /sys/kernel/debug debugfs rw,nosuid,nodev,noexec,relatime 0 0
tracefs /sys/kernel/tracing tracefs rw,nosuid,nodev,noexec,relatime 0 0
fusectl /sys/fs/fuse/connections fusectl rw,nosuid,nodev,noexec,relatime 0 0
/dev/sda6 /var/tmp btrfs rw,noatime,compress=zstd:3,space_cache=v2,autodefrag,subvolid=261,subvol=/@tmp 0 0
/dev/sda6 /root btrfs rw,noatime,compress=zstd:3,space_cache=v2,autodefrag,subvolid=257,subvol=/@root 0 0
/dev/sda6 /srv btrfs rw,noatime,compress=zstd:3,space_cache=v2,autodefrag,subvolid=258,subvol=/@srv 0 0
/dev/sda6 /var/log btrfs rw,noatime,compress=zstd:3,space_cache=v2,autodefrag,subvolid=260,subvol=/@log 0 0
/dev/sda6 /var/cache btrfs rw,noatime,compress=zstd:3,space_cache=v2,autodefrag,subvolid=259,subvol=/@cache 0 0
tmpfs /tmp tmpfs rw,nosuid,nodev,size=4010744k,nr_inodes=409600,inode64 0 0
/dev/sda7 /home btrfs rw,noatime,compress=zstd:3,space_cache=v2,autodefrag,subvolid=5,subvol=/ 0 0
tmpfs /home/guest tmpfs rw,nosuid,nodev,mode=750,uid=1001,gid=984,inode64 0 0
tmpfs /run/user/1000 tmpfs rw,nosuid,nodev,relatime,size=802148k,nr_inodes=200537,mode=700,uid=1000,gid=1000,inode64 0 0
gvfsd-fuse /run/user/1000/gvfs fuse.gvfsd-fuse rw,nosuid,nodev,relatime,user_id=1000,group_id=1000 0 0
portal /run/user/1000/doc fuse.portal rw,nosuid,nodev,relatime,user_id=1000,group_id=1000 0 0
/dev/sdb1 /run/media/zirignon/Intégrité fuseblk rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096 0 0

 ╭─zirignon@mahanta in ~ took 66ms
 ╰─λ inxi -Faz
System:    Kernel: 5.15.5-zen1-1-zen x86_64 bits: 64 compiler: gcc v: 11.1.0
           parameters: BOOT_IMAGE=/@/boot/vmlinuz-linux-zen root=UUID=6e349933-ec48-4ca7-b83f-1f9de4cfc03e rw
           rootflags=subvol=@ quiet splash rd.udev.log_priority=3 vt.global_cursor_default=0
           systemd.unified_cgroup_hierarchy=1 resume=UUID=1b8cc232-7469-4def-ac73-67e6c530d3c1 loglevel=3
           Desktop: sway 1.6.1 vt: 1 dm: N/A Distro: Garuda Linux base: Arch Linux
Machine:   Type: Desktop System: Dell product: OptiPlex 7010 v: 01 serial: <superuser required> Chassis: type: 6
           serial: <superuser required>
           Mobo: Dell model: 0GY6Y8 v: A03 serial: <superuser required> BIOS: Dell v: A16 date: 09/09/2013
CPU:       Info: Quad Core model: Intel Core i5-2400 bits: 64 type: MCP arch: Sandy Bridge family: 6 model-id: 2A (42)
           stepping: 7 microcode: 2F cache: L1: 256 KiB L2: 1024 KiB L3: 6 MiB
           flags: avx ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 24745
           Speed: 2790 MHz min/max: 1600/3100 MHz Core speeds (MHz): 1: 2790 2: 3070 3: 3023 4: 2110
           Vulnerabilities: Type: itlb_multihit status: KVM: VMX disabled
           Type: l1tf mitigation: PTE Inversion; VMX: conditional cache flushes, SMT disabled
           Type: mds mitigation: Clear CPU buffers; SMT disabled
           Type: meltdown mitigation: PTI
           Type: spec_store_bypass mitigation: Speculative Store Bypass disabled via prctl
           Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer sanitization
           Type: spectre_v2 mitigation: Full generic retpoline, IBPB: conditional, IBRS_FW, STIBP: disabled, RSB filling
           Type: srbds status: Not affected
           Type: tsx_async_abort status: Not affected
Graphics:  Device-1: Intel 2nd Generation Core Processor Family Integrated Graphics vendor: Dell driver: i915 v: kernel
           bus-ID: 00:02.0 chip-ID: 8086:0102 class-ID: 0300
           Device-2: Alcor Micro USB 2.0 PC Camera type: USB driver: snd-usb-audio,uvcvideo bus-ID: 1-1.1:3 chip-ID: 058f:3863
           class-ID: 0102
           Display: wayland server: N/A compositor: sway v: 1.6.1 driver: loaded: i915 note: n/a (using device driver)
           display-ID: 1 resolution: <missing: xdpyinfo>
           Message: Unable to show advanced data. Required tool glxinfo missing.
Audio:     Device-1: Intel 7 Series/C216 Family High Definition Audio vendor: Dell driver: snd_hda_intel v: kernel
           bus-ID: 00:1b.0 chip-ID: 8086:1e20 class-ID: 0403
           Device-2: Alcor Micro USB 2.0 PC Camera type: USB driver: snd-usb-audio,uvcvideo bus-ID: 1-1.1:3 chip-ID: 058f:3863
           class-ID: 0102
           Sound Server-1: ALSA v: k5.15.5-zen1-1-zen running: yes
           Sound Server-2: sndio v: N/A running: no
           Sound Server-3: JACK v: 1.9.19 running: no
           Sound Server-4: PulseAudio v: 15.0 running: no
           Sound Server-5: PipeWire v: 0.3.40 running: yes
Network:   Device-1: Intel 82579LM Gigabit Network vendor: Dell driver: e1000e v: kernel port: f080 bus-ID: 00:19.0
           chip-ID: 8086:1502 class-ID: 0200
           IF: eno1 state: up speed: 100 Mbps duplex: full mac: <filter>
Drives:    Local Storage: total: 1.04 TiB used: 116.5 GiB (11.0%)
           SMART Message: Required tool smartctl not installed. Check --recommends
           ID-1: /dev/sda maj-min: 8:0 vendor: Seagate model: ST500DM002-1SB10A size: 465.76 GiB block-size: physical: 4096 B
           logical: 512 B speed: 6.0 Gb/s type: HDD rpm: 7200 serial: <filter> rev: HPH4 scheme: MBR
           ID-2: /dev/sdb maj-min: 8:16 vendor: Western Digital model: WD6400AAKS-22A7B0 size: 596.17 GiB block-size:
           physical: 512 B logical: 512 B speed: 3.0 Gb/s type: N/A serial: <filter> rev: 3B01 scheme: MBR
Partition: ID-1: / raw-size: 58.59 GiB size: 58.59 GiB (100.00%) used: 12.08 GiB (20.6%) fs: btrfs dev: /dev/sda6 maj-min: 8:6
           ID-2: /home raw-size: 146.48 GiB size: 146.48 GiB (100.00%) used: 12.43 GiB (8.5%) fs: btrfs dev: /dev/sda7
           maj-min: 8:7
           ID-3: /var/log raw-size: 58.59 GiB size: 58.59 GiB (100.00%) used: 12.08 GiB (20.6%) fs: btrfs dev: /dev/sda6
           maj-min: 8:6
           ID-4: /var/tmp raw-size: 58.59 GiB size: 58.59 GiB (100.00%) used: 12.08 GiB (20.6%) fs: btrfs dev: /dev/sda6
           maj-min: 8:6
Swap:      Kernel: swappiness: 133 (default 60) cache-pressure: 100 (default)
           ID-1: swap-1 type: zram size: 7.65 GiB used: 0 KiB (0.0%) priority: 100 dev: /dev/zram0
           ID-2: swap-2 type: partition size: 15.62 GiB used: 0 KiB (0.0%) priority: -2 dev: /dev/sda8 maj-min: 8:8
Sensors:   System Temperatures: cpu: 50.0 C mobo: 27.8 C
           Fan Speeds (RPM): N/A
Info:      Processes: 258 Uptime: 2h 25m wakeups: 0 Memory: 7.65 GiB used: 2.3 GiB (30.1%) Init: systemd v: 249
           tool: systemctl Compilers: gcc: 11.1.0 clang: 13.0.0 Packages: pacman: 1388 lib: 354 Shell: fish v: 3.3.1
           default: Bash v: 5.1.12 running-in: alacritty inxi: 3.3.09
2 Likes