Bonjour,
Toutes mes partitions étaient montées sous /mnt et ne posaient aucun problème. Mais récemment 3 partitions montées sous mnt se déconnectaient aléatoirement, j'ai donc dû les monter sous media/user, suite à un conseil donné sur ce forum. De fait le montage est redevenu stable.
Problème, maintenant il m'est impossible de les partager.
Pour info j'ai fait des restaur avec Timeshift : sans effet. J'ai ensuite réinstallé Mint : toujours sans effet
une idée, une solution?
En vous remerciant d'avance
Partage de disques entre machines linux et windows
Partage de disques entre machines linux et windows
amicalement
APPRENDRE LINUX POUR MIEUX PARTAGER
matériel : "Terra" All in One
Systeme d'exploitation : Linux Mint 22.3 Zena - xfce 4.18.3
Processeur : Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz
Mémoire : 32 Gb
OpenGL Renderer : lMesa Intel(R) HD Graphics 630 (KBL GT2)
APPRENDRE LINUX POUR MIEUX PARTAGER
matériel : "Terra" All in One
Systeme d'exploitation : Linux Mint 22.3 Zena - xfce 4.18.3
Processeur : Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz
Mémoire : 32 Gb
OpenGL Renderer : lMesa Intel(R) HD Graphics 630 (KBL GT2)
Re: Partage de disques entre machines linux et windows
Bonjour
C'est suite a ce topic ?
montre nous
Il faut savoir aussi que si tu partages avec Windows (ce que tu n'as pas dit dans ton premier topic ), c'est que Windows bloque les partitions si tu n'as pas désactivé le démarrage rapide ou arrêté Windows en cliquant sur redémarrer
C'est suite a ce topic ?
montre nous
Code : Tout sélectionner
cat /etc/fstabFujitsu : Ubuntu 26.04 - Xubuntu 26.04 - Ubuntu Cosmic 24.04
Clevo : Ubuntu 26.04 - Xubuntu et Lubuntu 26.04 - Linux Mint 22.3 Cinnamon et xfce
Avec partition data ..................... Partition data en Multiboot EFI
Une fraction de seconde..................................Animations
Clevo : Ubuntu 26.04 - Xubuntu et Lubuntu 26.04 - Linux Mint 22.3 Cinnamon et xfce
Avec partition data ..................... Partition data en Multiboot EFI
Une fraction de seconde..................................Animations
Re: Partage de disques entre machines linux et windows
Bonjour,
le même retour commenté :
Code : Tout sélectionner
cat /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>
# / was on /dev/sda3 during installation
UUID=d058b5ea-9de4-4bc5-ab48-14dff7b4f7f2 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=2B9A-3031 /boot/efi vfat umask=0077 0 1
# swap was on /dev/sda2 during installation
UUID=a51b75c6-227b-4cc3-8174-a30eeb92f2dd none swap sw 0 0
/dev/sda4 /mnt/sda4 auto nosuid,nodev,nofail,x-gvfs-show 0 0
LABEL=VB_Windows /mnt/VB_Windows auto nosuid,nodev,nofail,x-gvfs-show 0 0
LABEL=Data_sda /mnt/Data_sda auto nosuid,nodev,nofail,x-gvfs-show 0 0
LABEL=Timeshift_sda3 /mnt/Timeshift_sda3 auto nosuid,nodev,nofail,x-gvfs-show 0 0
LABEL=Timeshift_sda4 /mnt/Timeshift_sda4 auto nosuid,nodev,nofail,noauto,x-gvfs-show 0 0
LABEL=WD_Rouge /mnt/WD_Rouge auto nosuid,nodev,nofail,x-gvfs-show 0 0
LABEL=WD_Bleu /mnt/WD_Bleu auto nosuid,nodev,nofail,x-gvfs-show 0 0
LABEL=WD_Bleu2 /mnt/WD_Bleu2 auto nosuid,nodev,nofail,noauto,x-gvfs-show 0 0
LABEL=WD_Sov /mnt/WD_Sov auto nosuid,nodev,nofail,x-gvfs-show 0 0
LABEL=Loisirs /mnt/Loisirs auto nosuid,nodev,nofail,x-gvfs-show 0 0
LABEL=Donnees /media/ktd/Donnees auto nosuid,nodev,nofail,x-gvfs-show 0 0
LABEL=Donnees2 /media/ktd/Donnees2 auto nosuid,nodev,nofail,x-gvfs-show 0 0
LABEL=Config /media/ktd/Config auto nosuid,nodev,nofail,x-gvfs-show 0 0
Code : Tout sélectionner
cat /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>
# / was on /dev/sda3 during installation
UUID=d058b5ea-9de4-4bc5-ab48-14dff7b4f7f2 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=2B9A-3031 /boot/efi vfat umask=0077 0 1
# swap was on /dev/sda2 during installation
UUID=a51b75c6-227b-4cc3-8174-a30eeb92f2dd none swap sw 0 0
/dev/sda4 /mnt/sda4 auto nosuid,nodev,nofail,x-gvfs-show 0 0
LABEL=VB_Windows /mnt/VB_Windows auto nosuid,nodev,nofail,x-gvfs-show 0 0 => monté en ntfs
LABEL=Data_sda /mnt/Data_sda auto nosuid,nodev,nofail,x-gvfs-show 0 0 => ???? reste d'une ancienne config ???
LABEL=Timeshift_sda3 /mnt/Timeshift_sda3 auto nosuid,nodev,nofail,x-gvfs-show 0 0 => monté en ext4
LABEL=Timeshift_sda4 /mnt/Timeshift_sda4 auto nosuid,nodev,nofail,noauto,x-gvfs-show 0 0 => monté en ext4
LABEL=WD_Rouge /mnt/WD_Rouge auto nosuid,nodev,nofail,x-gvfs-show 0 0 => monté en ntfs
LABEL=WD_Bleu /mnt/WD_Bleu auto nosuid,nodev,nofail,x-gvfs-show 0 0 => monté en ntfs
LABEL=WD_Bleu2 /mnt/WD_Bleu2 auto nosuid,nodev,nofail,noauto,x-gvfs-show 0 0 => monté en ntfs
LABEL=WD_Sov /mnt/WD_Sov auto nosuid,nodev,nofail,x-gvfs-show 0 0 => monté en ntfs
LABEL=Loisirs /mnt/Loisirs auto nosuid,nodev,nofail,x-gvfs-show 0 0 => ???? reste d'une ancienne config ???s
LABEL=Donnees /media/ktd/Donnees auto nosuid,nodev,nofail,x-gvfs-show 0 0 => monté en ntfs
LABEL=Donnees2 /media/ktd/Donnees2 auto nosuid,nodev,nofail,x-gvfs-show 0 0 => monté en ntfs
LABEL=Config /media/ktd/Config auto nosuid,nodev,nofail,x-gvfs-show 0 0 => monté en ntfs
amicalement
APPRENDRE LINUX POUR MIEUX PARTAGER
matériel : "Terra" All in One
Systeme d'exploitation : Linux Mint 22.3 Zena - xfce 4.18.3
Processeur : Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz
Mémoire : 32 Gb
OpenGL Renderer : lMesa Intel(R) HD Graphics 630 (KBL GT2)
APPRENDRE LINUX POUR MIEUX PARTAGER
matériel : "Terra" All in One
Systeme d'exploitation : Linux Mint 22.3 Zena - xfce 4.18.3
Processeur : Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz
Mémoire : 32 Gb
OpenGL Renderer : lMesa Intel(R) HD Graphics 630 (KBL GT2)
Re: Partage de disques entre machines linux et windows
ce que je peux ajouter, c'est qu'auparavant, càd il y a un mois, tout fonctionnait très bien sur mon réseau que ce soit avec des PC linux, Windows et même avec libreElec via raspberry (pour bénéficier d'un écran TV)...
Je n'ai fait cucune modif sous windows et libreelec
Je n'ai fait cucune modif sous windows et libreelec
amicalement
APPRENDRE LINUX POUR MIEUX PARTAGER
matériel : "Terra" All in One
Systeme d'exploitation : Linux Mint 22.3 Zena - xfce 4.18.3
Processeur : Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz
Mémoire : 32 Gb
OpenGL Renderer : lMesa Intel(R) HD Graphics 630 (KBL GT2)
APPRENDRE LINUX POUR MIEUX PARTAGER
matériel : "Terra" All in One
Systeme d'exploitation : Linux Mint 22.3 Zena - xfce 4.18.3
Processeur : Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz
Mémoire : 32 Gb
OpenGL Renderer : lMesa Intel(R) HD Graphics 630 (KBL GT2)
- arghlub
- Administrateur du site
- Messages : 11800
- Enregistré le : dim. 21 mai 2017 08:19
- Localisation : Provence
Re: Partage de disques entre machines linux et windows
Tour1 (custom) • CPU Intel I7-7700K | CG Nvidia GTX 1080 | RAM 16Go | tripleBoot : LMint 22.3 | Debian 12 | MX Linux | XFCE
Tour2 (custom) • CPU AMD Athlon 5200+ | CG Nvidia GTX 560 | RAM 6Go | FreeBSD XFCE
Portable1 • MSI GF75 Thin 9SC | CPU Intel I7-9750H | CG Nvidia GTX 1650 | RAM 32Go | dualBoot : LMint 22.1 | MX Linux | XFCE
Portable2 • MacBook Air A1466 | CPU Intel I5-5250U | CG Intel HD Graphics 6000 | RAM 8Go | dualBoot : macOS Sierra | MX Linux XFCE
─────( pour une informatique libre ! )─────
Tour2 (custom) • CPU AMD Athlon 5200+ | CG Nvidia GTX 560 | RAM 6Go | FreeBSD XFCE
Portable1 • MSI GF75 Thin 9SC | CPU Intel I7-9750H | CG Nvidia GTX 1650 | RAM 32Go | dualBoot : LMint 22.1 | MX Linux | XFCE
Portable2 • MacBook Air A1466 | CPU Intel I5-5250U | CG Intel HD Graphics 6000 | RAM 8Go | dualBoot : macOS Sierra | MX Linux XFCE
─────( pour une informatique libre ! )─────
Re: Partage de disques entre machines linux et windows
Merci je regarde ça demain
amicalement
APPRENDRE LINUX POUR MIEUX PARTAGER
matériel : "Terra" All in One
Systeme d'exploitation : Linux Mint 22.3 Zena - xfce 4.18.3
Processeur : Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz
Mémoire : 32 Gb
OpenGL Renderer : lMesa Intel(R) HD Graphics 630 (KBL GT2)
APPRENDRE LINUX POUR MIEUX PARTAGER
matériel : "Terra" All in One
Systeme d'exploitation : Linux Mint 22.3 Zena - xfce 4.18.3
Processeur : Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz
Mémoire : 32 Gb
OpenGL Renderer : lMesa Intel(R) HD Graphics 630 (KBL GT2)
Re: Partage de disques entre machines linux et windows
Euuhh, bin.
En fait pour les sauvegardes tout est OK chez moi (disques locaux avec timeshift et lucky backup,et sur le net avec pcloud
Je voudrais seulement que mes disques soient accessible depuis mon réseau local (samba) pour les machines linux, windows et raspberry...
En fait pour les sauvegardes tout est OK chez moi (disques locaux avec timeshift et lucky backup,et sur le net avec pcloud
Je voudrais seulement que mes disques soient accessible depuis mon réseau local (samba) pour les machines linux, windows et raspberry...
amicalement
APPRENDRE LINUX POUR MIEUX PARTAGER
matériel : "Terra" All in One
Systeme d'exploitation : Linux Mint 22.3 Zena - xfce 4.18.3
Processeur : Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz
Mémoire : 32 Gb
OpenGL Renderer : lMesa Intel(R) HD Graphics 630 (KBL GT2)
APPRENDRE LINUX POUR MIEUX PARTAGER
matériel : "Terra" All in One
Systeme d'exploitation : Linux Mint 22.3 Zena - xfce 4.18.3
Processeur : Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz
Mémoire : 32 Gb
OpenGL Renderer : lMesa Intel(R) HD Graphics 630 (KBL GT2)