Re: /dev/loop

2017-07-14 Thread stan
On Fri, 14 Jul 2017 11:17:09 -0700 Samuel Sieb wrote: > Did you get the wrong parameter? -c is for checking for bad blocks, > -n is to do a readonly check. No, I jumped ahead and suspected that there is something wrong with the disks. If all Patrick did is what he said he did, like you, I don

Re: /dev/loop

2017-07-14 Thread Patrick Dupre
rice Schumann | | 59140 Dunkerque, France === > Sent: Friday, July 14, 2017 at 8:33 PM > From: "Samuel Sieb" > To: users@lists.fedoraproject.org > Subject: Re: /dev/loop > > On 07/14/2017

Re: /dev/loop

2017-07-14 Thread Samuel Sieb
On 07/14/2017 04:22 AM, Patrick Dupre wrote: I just changed the size of the first partition and I added a ext4 partition. Did you unmount the drive before doing these changes? gparted won't let you modify a partition that is mounted. You say you changed the size of the first partition, was

Re: /dev/loop

2017-07-14 Thread Samuel Sieb
On 07/14/2017 09:01 AM, Patrick Dupre wrote: When I try to mount this partition: /dev/sdd6 317001728 405065727 8806400042G 83 Linux (>L Linux19732 113 30 25214 44 46 88064000 [Backup]) The size is OK But: mount /dev/sdd6 /mnt/tmp mount: wrong fs type, bad option, bad

Re: /dev/loop

2017-07-14 Thread Samuel Sieb
On 07/14/2017 10:16 AM, stan wrote: e2fsck -c -v /dev/sdd6 which is verbose and read only, so it should be faster. It doesn't make any changes to the disk. The disk is already unmounted, which is what you want when doing these diagnostics and repairs. Did you get the wrong parameter? -c is

Re: /dev/loop

2017-07-14 Thread stan
On Fri, 14 Jul 2017 18:01:16 +0200 "Patrick Dupre" wrote: > Now, what would you do with this > When I try to mount this partition: > /dev/sdd6 317001728 405065727 8806400042G 83 Linux > (>L Linux19732 113 30 25214 44 46 88064000 > [Backup]) The size is OK > But: > mo

Re: /dev/loop

2017-07-14 Thread Patrick Dupre
PM > From: stan > To: users@lists.fedoraproject.org > Subject: Re: /dev/loop > > On Fri, 14 Jul 2017 17:22:13 +0200 > "Patrick Dupre" wrote: > > > However, how could I have destroy the partition table of 3 disks > > using gparted only? > > It is ce

Re: /dev/loop

2017-07-14 Thread stan
On Fri, 14 Jul 2017 17:22:13 +0200 "Patrick Dupre" wrote: > However, how could I have destroy the partition table of 3 disks > using gparted only? It is certainly possible to destroy the partition table of 3 disks with gparted. I can't say how you would have done it, or even if you did. I only

Re: /dev/loop

2017-07-14 Thread Patrick Dupre
iday, July 14, 2017 at 4:49 PM > From: stan > To: users@lists.fedoraproject.org > Subject: Re: /dev/loop > > On Fri, 14 Jul 2017 13:22:50 +0200 > "Patrick Dupre" wrote: > > > 2 days ago, I received a brand new UBS key (Lexar S75). > > I inserted it inside

Re: /dev/loop

2017-07-14 Thread stan
On Fri, 14 Jul 2017 13:22:50 +0200 "Patrick Dupre" wrote: > 2 days ago, I received a brand new UBS key (Lexar S75). > I inserted it inside the UBS port of my Linux machine. > I open the key (it mounted automatically) and read the instructions > about the encryption coming with the key (by opening

Re: /dev/loop

2017-07-14 Thread Patrick Dupre
ue, France === > Sent: Friday, July 14, 2017 at 3:47 AM > From: "Patrick Dupre" > To: users@lists.fedoraproject.org > Cc: users@lists.fedoraproject.org > Subject: Re: /dev/loop > > With another disk, I have, &g

Re: /dev/loop

2017-07-14 Thread Patrick Dupre
=== Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire de Physico-Chimie de l'Atmosphère | | Université du Littoral-Côte d'Opale | | Tel. (33)-(0)3 28 23 76 12

Re: /dev/loop

2017-07-13 Thread Samuel Sieb
On 07/13/2017 06:47 PM, Patrick Dupre wrote: It looks like that the LVM partitions are the most of issues. Do you have any idea how it was partitioned originally? I really do not understand how 3 HD can fail simultaneously. That seems very strange. Do you have any more background on what h

Re: /dev/loop

2017-07-13 Thread Samuel Sieb
On 07/13/2017 06:47 PM, Patrick Dupre wrote: testdisk on /dev/sd6 gives: Disk /dev/sdc6 - 45 GB / 42 GiB - CHS 255 63 The harddisk (45 GB / 42 GiB) seems too small! (< 65 GB / 60 GiB) Check the harddisk size: HD jumpers settings, BIOS detection... Oh, now I see what you're doing. You nee

Re: /dev/loop

2017-07-13 Thread Patrick Dupre
t; To: users@lists.fedoraproject.org > Subject: Re: /dev/loop > > Yes, I did not partition the disk with gaps. > > > === > Patrick DUPRÉ | | email: pdu...@gmx.com > L

Re: /dev/loop

2017-07-13 Thread Patrick Dupre
el Sieb" > To: users@lists.fedoraproject.org > Subject: Re: /dev/loop > > On 07/13/2017 05:11 PM, Patrick Dupre wrote: > > I tried to recover the partition table for 1 disk. > > I worked, but there are plenty of issues. > > > > Device Boot Start

Re: /dev/loop

2017-07-13 Thread Samuel Sieb
On 07/13/2017 05:29 PM, Rick Stevens wrote: /dev/sdd4 206895104 488396799 281501696 134.2G f W95 Ext'd (LBA) Well, yes. A DOS disk (not-GPT) can only have four primary partitions. If you're going to have more than four, then at least one must be an extended partition (typically the four

Re: /dev/loop

2017-07-13 Thread Samuel Sieb
On 07/13/2017 05:11 PM, Patrick Dupre wrote: I tried to recover the partition table for 1 disk. I worked, but there are plenty of issues. Device Boot Start End Sectors Size Id Type /dev/sdd1 * 24981075 36258704 11277630 5.4G 7 HPFS/NTFS/exFAT /dev/sdd236258705

Re: /dev/loop

2017-07-13 Thread Rick Stevens
On 07/13/2017 05:11 PM, Patrick Dupre wrote: > > > === > Patrick DUPRÉ | | email: pdu...@gmx.com > Laboratoire de Physico-Chimie de l'Atmosphère | | > Université du Littoral-Côte d'Opale

Re: /dev/loop

2017-07-13 Thread Patrick Dupre
=== Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire de Physico-Chimie de l'Atmosphère | | Université du Littoral-Côte d'Opale | | Tel. (33)-(0)3 28 23 76 12

Re: /dev/loop

2017-07-13 Thread Rick Stevens
On 07/13/2017 04:29 PM, Patrick Dupre wrote: > Hello, > > I guess that it is an issue with the partition table. > I have 3 disks in teh same machine. > Yesterday I turned on the machine and turn it on this morning. > I could not boot. Then I decided to mount them in an > external USB enclosure. Th

Re: /dev/loop

2017-07-13 Thread Patrick Dupre
at 1:06 AM > From: "Rick Stevens" > To: users@lists.fedoraproject.org > Subject: Re: /dev/loop > > On 07/13/2017 03:38 PM, Patrick Dupre wrote: > > Sorry, > > > > fdisk does not show the disk (df shows loopx) > > Huh? If "df" shows somethi

Re: /dev/loop

2017-07-13 Thread Rick Stevens
your logs for errors and/or hints. And you know better than to top-post on this list, right? You've been a member long enough. >> Sent: Friday, July 14, 2017 at 12:35 AM >> From: "Patrick Dupre" >> To: fedora >> Subject: /dev/loop >> >>

Re: /dev/loop

2017-07-13 Thread Patrick Dupre
: "Patrick Dupre" > To: fedora > Subject: /dev/loop > > Hello, > > When I pluck a USB Hard Drive, it mounts as /dev/loop0 and /dev/loop3 > > df does not show the disk. > > What is wrong? > > ==

/dev/loop

2017-07-13 Thread Patrick Dupre
Hello, When I pluck a USB Hard Drive, it mounts as /dev/loop0 and /dev/loop3 df does not show the disk. What is wrong? === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire de Physico-Chi

/dev/loop

2017-07-13 Thread Patrick Dupre
Hello, On the save USB key, I have 3 partitions, Disk /dev/sdc: 59.6 GiB, 64019759104 bytes, 125038592 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x1780c