1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713 | ubuntu-mate@ubuntu-mate:~$ fdisk -l /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
Festplatte /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img: 698,64 GiB, 750156374016 Bytes, 1465149168 Sektoren
Einheiten: Sektoren von 1 * 512 = 512 Bytes
Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes
E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes
Festplattenbezeichnungstyp: dos
Festplattenbezeichner: 0x000376a8
Gerät Boot Anfang Ende Sektoren Größe Kn Typ
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img1 2048 98303 96256 47M 83 Lin
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img2 100350 1465147391 1465047042 698,6G 5 Erw
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img5 100352 8491007 8390656 4G 82 Lin
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img6 * 8493056 47552511 39059456 18,6G 83 Lin
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img7 47554560 97351679 49797120 23,7G 83 Lin
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img8 97353728 1351950335 1254596608 598,2G 83 Lin
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img9 1351952384 1391011839 39059456 18,6G 83 Lin
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img10 1391013888 1430069247 39055360 18,6G 83 Lin
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img11 1430071296 1465114623 35043328 16,7G 7 HPF
ubuntu-mate@ubuntu-mate:~$ fdisk -x /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
Festplatte /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img: 698,64 GiB, 750156374016 Bytes, 1465149168 Sektoren
Einheiten: Sektoren von 1 * 512 = 512 Bytes
Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes
E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes
Festplattenbezeichnungstyp: dos
Festplattenbezeichner: 0x000376a8
Gerät Boot Anfang Ende Sektoren Kn Typ Start-C/H/S Ende-C/H/S Attr.
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img1 2048 98303 96256 83 Linux 0/32/33 6/30/24
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img2 100350 1465147391 1465047042 5 Erweiterte 6/62/55 1023/254/63
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img5 100352 8491007 8390656 82 Linux Swap / Solaris 6/62/57 528/137/57
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img6 * 8493056 47552511 39059456 83 Linux 528/170/27 1023/254/63 80
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img7 47554560 97351679 49797120 83 Linux 1023/254/63 1023/254/63
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img8 97353728 1351950335 1254596608 83 Linux 1023/254/63 1023/254/63
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img9 1351952384 1391011839 39059456 83 Linux 1023/254/63 1023/254/63
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img10 1391013888 1430069247 39055360 83 Linux 1023/254/63 1023/254/63
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img11 1430071296 1465114623 35043328 7 HPFS/NTFS/exFAT 1023/254/63 1023/254/63
ubuntu-mate@ubuntu-mate:~$ fdisk -l /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
Festplatte /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img: 698,64 GiB, 750156374016 Bytes, 1465149168 Sektoren
Einheiten: Sektoren von 1 * 512 = 512 Bytes
Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes
E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes
Festplattenbezeichnungstyp: dos
Festplattenbezeichner: 0x000376a8
Gerät Boot Anfang Ende Sektoren Größe Kn Typ
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img1 2048 98303 96256 47M 83 Linux
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img2 100350 1465147391 1465047042 698,6G 5 Erweiterte
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img5 100352 8491007 8390656 4G 82 Linux Swap / Solaris
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img6 * 8493056 47552511 39059456 18,6G 83 Linux
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img7 47554560 97351679 49797120 23,7G 83 Linux
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img8 97353728 1351950335 1254596608 598,2G 83 Linux
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img9 1351952384 1391011839 39059456 18,6G 83 Linux
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img10 1391013888 1430069247 39055360 18,6G 83 Linux
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img11 1430071296 1465114623 35043328 16,7G 7 HPFS/NTFS/exFAT
ubuntu-mate@ubuntu-mate:~$ mkdir /mnt/disk
mkdir: das Verzeichnis »/mnt/disk“ kann nicht angelegt werden: Keine Berechtigung
ubuntu-mate@ubuntu-mate:~$ sudo mkdir /mnt/disk
ubuntu-mate@ubuntu-mate:~$ ls -la /mnt
insgesamt 0
drwxr-xr-x 1 root root 60 Dez 13 01:48 .
drwxr-xr-x 1 root root 280 Dez 12 19:20 ..
drwxr-xr-x 2 root root 40 Dez 13 01:48 disk
ubuntu-mate@ubuntu-mate:~$ mount -t auto -o ro,loop,offset=$((1254596608*512)) /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img /mnt/disk
mount: /mnt/disk: das Einhängen ist fehlgeschlagen: Datei oder Verzeichnis nicht gefunden.
ubuntu-mate@ubuntu-mate:~$ sudo mount -t auto -o ro,loop,offset=$((1254596608*512)) /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img /mnt/disk
NTFS signature is missing.
Failed to mount '/dev/loop15': Das Argument ist ungültig
The device '/dev/loop15' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
ubuntu-mate@ubuntu-mate:~$ mount -t auto -o ro,loop,offset=$((97353728*512)) /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img /mnt/disk
mount: /mnt/disk: das Loop-Gerät für /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img konnte nicht eingerichtet werden.
ubuntu-mate@ubuntu-mate:~$ sudo mount -t auto -o ro,loop,offset=$((97353728*512)) /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img /mnt/disk
mount: /mnt/disk: /dev/loop15 konnte nicht im Nur-Lese-Modus eingehängt werden.
dmesg(1) may have more information after failed mount system call.
ubuntu-mate@ubuntu-mate:~$ mount -t auto -o ro,loop,offset=$((2048*512)) /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img /mnt/disk
mount: /mnt/disk: das Loop-Gerät für /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img konnte nicht eingerichtet werden.
ubuntu-mate@ubuntu-mate:~$ sudo mount -t auto -o ro,loop,offset=$((2048*512)) /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img /mnt/disk
ubuntu-mate@ubuntu-mate:~$ ls -la /mnt/disk
insgesamt 16
drwxr-xr-x 6 root root 1024 Apr 23 2014 .
drwxr-xr-x 1 root root 60 Dez 13 01:48 ..
drwxr-xr-x 3 root root 1024 Mär 23 2011 boot
drwxr-xr-x 5 root root 1024 Mai 11 2014 grub
drwx------ 2 root root 12288 Mär 22 2011 lost+found
drwx------ 4 root root 1024 Mär 23 2011 .Trash-0
ubuntu-mate@ubuntu-mate:~$ umount /mnt/disk
umount: /mnt/disk: nur der Administrator kann umount ausführen.
ubuntu-mate@ubuntu-mate:~$ sudo umount /mnt/disk
ubuntu-mate@ubuntu-mate:~$ ls -la /mnt/disk
insgesamt 0
drwxr-xr-x 2 root root 40 Dez 13 01:48 .
drwxr-xr-x 1 root root 60 Dez 13 01:48 ..
ubuntu-mate@ubuntu-mate:~$ sudo mount -t auto -o ro,loop,offset=$((8493056*512)) /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img /mnt/disk
mount: /mnt/disk: /dev/loop15 konnte nicht im Nur-Lese-Modus eingehängt werden.
dmesg(1) may have more information after failed mount system call.
ubuntu-mate@ubuntu-mate:~$ man dmesg
ubuntu-mate@ubuntu-mate:~$ sudo dmesg | tail
[25171.450395] EXT4-fs (loop15): write access unavailable, cannot proceed (try mounting with noload)
[25361.723353] loop15: detected capacity change from 0 to 1465147120
[25361.728489] EXT4-fs (loop15): mounted filesystem 4e9f91be-05a9-438f-87a0-7694e3479e12 ro with ordered data mode. Quota mode: none.
[25361.728862] audit: type=1400 audit(1734052953.735:153): apparmor="DENIED" operation="open" class="file" profile="snap.firefox.firefox" name="/etc/fstab" pid=17412 comm="firefox" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[25653.468156] EXT4-fs (loop15): unmounting filesystem 4e9f91be-05a9-438f-87a0-7694e3479e12.
[25653.471900] audit: type=1400 audit(1734053245.485:154): apparmor="DENIED" operation="open" class="file" profile="snap.firefox.firefox" name="/etc/fstab" pid=17412 comm="firefox" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[25831.024876] loop15: detected capacity change from 0 to 1456656112
[25831.114200] EXT4-fs (loop15): INFO: recovery required on readonly filesystem
[25831.114217] EXT4-fs (loop15): write access unavailable, cannot proceed (try mounting with noload)
[27659.982065] audit: type=1400 audit(1734055252.042:155): apparmor="DENIED" operation="open" class="file" profile="snap.firmware-updater.firmware-notifier" name="/proc/sys/vm/max_map_count" pid=50890 comm="firmware-notifi" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
ubuntu-mate@ubuntu-mate:~$ sudo mount -t auto -o ro,loop,offset=$((8493056*512)) /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img /mnt/disk
mount: /mnt/disk: /dev/loop15 konnte nicht im Nur-Lese-Modus eingehängt werden.
dmesg(1) may have more information after failed mount system call.
ubuntu-mate@ubuntu-mate:~$ sudo dmesg | tail
[25361.728862] audit: type=1400 audit(1734052953.735:153): apparmor="DENIED" operation="open" class="file" profile="snap.firefox.firefox" name="/etc/fstab" pid=17412 comm="firefox" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[25653.468156] EXT4-fs (loop15): unmounting filesystem 4e9f91be-05a9-438f-87a0-7694e3479e12.
[25653.471900] audit: type=1400 audit(1734053245.485:154): apparmor="DENIED" operation="open" class="file" profile="snap.firefox.firefox" name="/etc/fstab" pid=17412 comm="firefox" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[25831.024876] loop15: detected capacity change from 0 to 1456656112
[25831.114200] EXT4-fs (loop15): INFO: recovery required on readonly filesystem
[25831.114217] EXT4-fs (loop15): write access unavailable, cannot proceed (try mounting with noload)
[27659.982065] audit: type=1400 audit(1734055252.042:155): apparmor="DENIED" operation="open" class="file" profile="snap.firmware-updater.firmware-notifier" name="/proc/sys/vm/max_map_count" pid=50890 comm="firmware-notifi" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[27835.494809] loop15: detected capacity change from 0 to 1456656112
[27835.497511] EXT4-fs (loop15): INFO: recovery required on readonly filesystem
[27835.497517] EXT4-fs (loop15): write access unavailable, cannot proceed (try mounting with noload)
ubuntu-mate@ubuntu-mate:~$ sudo mount -t auto -o ro,loop,offset=$((8493056*512)),sizelimit=$(((47552511-8493056)*512)) /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img /mnt/disk
mount: /mnt/disk: Falscher Dateisystemtyp, ungültige Optionen, der Superblock von /dev/loop15 ist beschädigt, fehlende Kodierungsseite oder ein anderer Fehler.
dmesg(1) may have more information after failed mount system call.
ubuntu-mate@ubuntu-mate:~$ sudo mount -t auto -o ro,loop,offset=$((8493056*512)),sizelimit=$(((47554560-8493056)*512)) /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img /mnt/disk
mount: /mnt/disk: /dev/loop15 konnte nicht im Nur-Lese-Modus eingehängt werden.
dmesg(1) may have more information after failed mount system call.
ubuntu-mate@ubuntu-mate:~$ man mount
ubuntu-mate@ubuntu-mate:~$ losetup --partscan --find --show /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
losetup: /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img: Loop-Gerät konnte nicht eingerichtet werden: Keine Berechtigung
ubuntu-mate@ubuntu-mate:~$ sudo losetup --partscan --find --show /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
/dev/loop15
ubuntu-mate@ubuntu-mate:~$ sudo losetup --find --show /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
/dev/loop16
ubuntu-mate@ubuntu-mate:~$ ls -la /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
-rw-r--r-- 1 root root 750156374016 Okt 5 19:45 /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
ubuntu-mate@ubuntu-mate:~$ los /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
Der Befehl 'los' wurde nicht gefunden, meinten Sie:
Befehl 'logs' aus dem Snap logs (0.0.9)
Befehl 'sos' aus dem Snap sosreport (4.8.1)
Befehl 'lpos' aus dem Snap lpos (0.5.19)
Befehl 'lvs' aus dem deb lvm2 (2.03.16-2ubuntu1)
Befehl 'bos' aus dem deb openafs-client (1.8.10-2ubuntu1)
Befehl 'eos' aus dem deb elk-lapw (9.2.5-1)
Befehl 'lios' aus dem deb lios (2.7.2-7)
Befehl 'sos' aus dem deb sosreport (4.5.6-0ubuntu2)
Befehl 'lrs' aus dem deb lrslib (0.71b-2)
Befehl 'ols' aus dem deb speech-tools (1:2.5.0-13)
Befehl 'vos' aus dem deb openafs-client (1.8.10-2ubuntu1)
Befehl 'les' aus dem deb atm-tools (1:2.5.1-5)
Befehl 'ls' aus dem deb coreutils (9.4-2ubuntu2)
Siehe 'snap info <snapname>' für weitere Versionen.
ubuntu-mate@ubuntu-mate:~$ fdisk -lu /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
Festplatte /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img: 698,64 GiB, 750156374016 Bytes, 1465149168 Sektoren
Einheiten: Sektoren von 1 * 512 = 512 Bytes
Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes
E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes
Festplattenbezeichnungstyp: dos
Festplattenbezeichner: 0x000376a8
Gerät Boot Anfang Ende Sektoren Größe Kn Typ
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img1 2048 98303 96256 47M 83 Linux
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img2 100350 1465147391 1465047042 698,6G 5 Erweiterte
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img5 100352 8491007 8390656 4G 82 Linux Swap / Solaris
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img6 * 8493056 47552511 39059456 18,6G 83 Linux
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img7 47554560 97351679 49797120 23,7G 83 Linux
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img8 97353728 1351950335 1254596608 598,2G 83 Linux
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img9 1351952384 1391011839 39059456 18,6G 83 Linux
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img10 1391013888 1430069247 39055360 18,6G 83 Linux
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img11 1430071296 1465114623 35043328 16,7G 7 HPFS/NTFS/exFAT
ubuntu-mate@ubuntu-mate:~$ sudo losetup --partscan --find --show /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
/dev/loop17
ubuntu-mate@ubuntu-mate:~$ losetup -l -a
NAME SIZELIMIT OFFSET AUTOCLEAR RO BACK-FILE DIO LOG-SEC
/dev/loop1 0 0 0 1 /cdrom/casper/minimal.standard.squashfs 0 512
/dev/loop17 0 0 0 0 /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img 0 512
/dev/loop8 0 0 1 1 /var/lib/snapd/snaps/ubuntu-desktop-bootstrap_171.snap 0 512
/dev/loop15 0 0 0 0 /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img 0 512
/dev/loop6 0 0 1 1 /var/lib/snapd/snaps/firmware-updater_127.snap 0 512
/dev/loop13 0 0 1 1 /var/lib/snapd/snaps/snap-store_1124.snap 0 512
/dev/loop4 0 0 1 1 /var/lib/snapd/snaps/core22_1380.snap 0 512
/dev/loop11 0 0 1 1 /var/lib/snapd/snaps/snapd-desktop-integration_157.snap 0 512
/dev/loop2 0 0 0 1 /cdrom/casper/minimal.standard.live.squashfs 0 512
/dev/loop0 0 0 0 1 /cdrom/casper/minimal.squashfs 0 512
/dev/loop9 0 0 1 1 /var/lib/snapd/snaps/subiquity_5741.snap 0 512
/dev/loop16 0 0 0 0 /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img 0 512
/dev/loop7 0 0 1 1 /var/lib/snapd/snaps/gnome-42-2204_176.snap 0 512
/dev/loop14 0 0 1 1 /var/lib/snapd/snaps/thunderbird_593.snap 0 512
/dev/loop5 0 0 1 1 /var/lib/snapd/snaps/firefox_4173.snap 0 512
/dev/loop12 0 0 1 1 /var/lib/snapd/snaps/snapd_21465.snap 0 512
/dev/loop3 0 0 1 1 /var/lib/snapd/snaps/bare_5.snap 0 512
/dev/loop10 0 0 1 1 /var/lib/snapd/snaps/gtk-common-themes_1535.snap 0 512
ubuntu-mate@ubuntu-mate:~$ losetup -l
NAME SIZELIMIT OFFSET AUTOCLEAR RO BACK-FILE DIO LOG-SEC
/dev/loop1 0 0 0 1 /cdrom/casper/minimal.standard.squashfs 0 512
/dev/loop17 0 0 0 0 /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img 0 512
/dev/loop8 0 0 1 1 /var/lib/snapd/snaps/ubuntu-desktop-bootstrap_171.snap 0 512
/dev/loop15 0 0 0 0 /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img 0 512
/dev/loop6 0 0 1 1 /var/lib/snapd/snaps/firmware-updater_127.snap 0 512
/dev/loop13 0 0 1 1 /var/lib/snapd/snaps/snap-store_1124.snap 0 512
/dev/loop4 0 0 1 1 /var/lib/snapd/snaps/core22_1380.snap 0 512
/dev/loop11 0 0 1 1 /var/lib/snapd/snaps/snapd-desktop-integration_157.snap 0 512
/dev/loop2 0 0 0 1 /cdrom/casper/minimal.standard.live.squashfs 0 512
/dev/loop0 0 0 0 1 /cdrom/casper/minimal.squashfs 0 512
/dev/loop9 0 0 1 1 /var/lib/snapd/snaps/subiquity_5741.snap 0 512
/dev/loop16 0 0 0 0 /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img 0 512
/dev/loop7 0 0 1 1 /var/lib/snapd/snaps/gnome-42-2204_176.snap 0 512
/dev/loop14 0 0 1 1 /var/lib/snapd/snaps/thunderbird_593.snap 0 512
/dev/loop5 0 0 1 1 /var/lib/snapd/snaps/firefox_4173.snap 0 512
/dev/loop12 0 0 1 1 /var/lib/snapd/snaps/snapd_21465.snap 0 512
/dev/loop3 0 0 1 1 /var/lib/snapd/snaps/bare_5.snap 0 512
/dev/loop10 0 0 1 1 /var/lib/snapd/snaps/gtk-common-themes_1535.snap 0 512
ubuntu-mate@ubuntu-mate:~$ losetup -j /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
/dev/loop17: []: (/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img)
/dev/loop15: []: (/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img)
/dev/loop16: []: (/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img)
ubuntu-mate@ubuntu-mate:~$ sudo losetup -j /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
/dev/loop17: [2065]:27 (/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img)
/dev/loop15: [2065]:27 (/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img)
/dev/loop16: [2065]:27 (/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img)
ubuntu-mate@ubuntu-mate:~$ sudo losetup -l
NAME SIZELIMIT OFFSET AUTOCLEAR RO BACK-FILE DIO LOG-SEC
/dev/loop1 0 0 0 1 /cdrom/casper/minimal.standard.squashfs 0 512
/dev/loop17 0 0 0 0 /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img 0 512
/dev/loop8 0 0 1 1 /var/lib/snapd/snaps/ubuntu-desktop-bootstrap_171.snap 0 512
/dev/loop15 0 0 0 0 /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img 0 512
/dev/loop6 0 0 1 1 /var/lib/snapd/snaps/firmware-updater_127.snap 0 512
/dev/loop13 0 0 1 1 /var/lib/snapd/snaps/snap-store_1124.snap 0 512
/dev/loop4 0 0 1 1 /var/lib/snapd/snaps/core22_1380.snap 0 512
/dev/loop11 0 0 1 1 /var/lib/snapd/snaps/snapd-desktop-integration_157.snap 0 512
/dev/loop2 0 0 0 1 /cdrom/casper/minimal.standard.live.squashfs 0 512
/dev/loop0 0 0 0 1 /cdrom/casper/minimal.squashfs 0 512
/dev/loop9 0 0 1 1 /var/lib/snapd/snaps/subiquity_5741.snap 0 512
/dev/loop16 0 0 0 0 /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img 0 512
/dev/loop7 0 0 1 1 /var/lib/snapd/snaps/gnome-42-2204_176.snap 0 512
/dev/loop14 0 0 1 1 /var/lib/snapd/snaps/thunderbird_593.snap 0 512
/dev/loop5 0 0 1 1 /var/lib/snapd/snaps/firefox_4173.snap 0 512
/dev/loop12 0 0 1 1 /var/lib/snapd/snaps/snapd_21465.snap 0 512
/dev/loop3 0 0 1 1 /var/lib/snapd/snaps/bare_5.snap 0 512
/dev/loop10 0 0 1 1 /var/lib/snapd/snaps/gtk-common-themes_1535.snap 0 512
ubuntu-mate@ubuntu-mate:~$ sudo losetup -l -a
NAME SIZELIMIT OFFSET AUTOCLEAR RO BACK-FILE DIO LOG-SEC
/dev/loop1 0 0 0 1 /cdrom/casper/minimal.standard.squashfs 0 512
/dev/loop17 0 0 0 0 /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img 0 512
/dev/loop8 0 0 1 1 /var/lib/snapd/snaps/ubuntu-desktop-bootstrap_171.snap 0 512
/dev/loop15 0 0 0 0 /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img 0 512
/dev/loop6 0 0 1 1 /var/lib/snapd/snaps/firmware-updater_127.snap 0 512
/dev/loop13 0 0 1 1 /var/lib/snapd/snaps/snap-store_1124.snap 0 512
/dev/loop4 0 0 1 1 /var/lib/snapd/snaps/core22_1380.snap 0 512
/dev/loop11 0 0 1 1 /var/lib/snapd/snaps/snapd-desktop-integration_157.snap 0 512
/dev/loop2 0 0 0 1 /cdrom/casper/minimal.standard.live.squashfs 0 512
/dev/loop0 0 0 0 1 /cdrom/casper/minimal.squashfs 0 512
/dev/loop9 0 0 1 1 /var/lib/snapd/snaps/subiquity_5741.snap 0 512
/dev/loop16 0 0 0 0 /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img 0 512
/dev/loop7 0 0 1 1 /var/lib/snapd/snaps/gnome-42-2204_176.snap 0 512
/dev/loop14 0 0 1 1 /var/lib/snapd/snaps/thunderbird_593.snap 0 512
/dev/loop5 0 0 1 1 /var/lib/snapd/snaps/firefox_4173.snap 0 512
/dev/loop12 0 0 1 1 /var/lib/snapd/snaps/snapd_21465.snap 0 512
/dev/loop3 0 0 1 1 /var/lib/snapd/snaps/bare_5.snap 0 512
/dev/loop10 0 0 1 1 /var/lib/snapd/snaps/gtk-common-themes_1535.snap 0 512
ubuntu-mate@ubuntu-mate:~$ ls -la /mnt/disk
insgesamt 0
drwxr-xr-x 2 root root 40 Dez 13 01:48 .
drwxr-xr-x 1 root root 60 Dez 13 01:48 ..
ubuntu-mate@ubuntu-mate:~$ sudo mount -t auto -o ro,loop=/dev/loop17p6 /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img /mnt/disk
mount: /mnt/disk: für /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img existieren sich überschneidende Loop-Geräte.
ubuntu-mate@ubuntu-mate:~$ sudo losetup -d /dev/loop17
ubuntu-mate@ubuntu-mate:~$ sudo losetup -d /dev/loop16
ubuntu-mate@ubuntu-mate:~$ sudo losetup -j /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
/dev/loop15: [2065]:27 (/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img)
ubuntu-mate@ubuntu-mate:~$ sudo mount -t auto -o ro,loop=/dev/loop15p6 /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img /mnt/disk
mount: /mnt/disk: für /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img existieren sich überschneidende Loop-Geräte.
ubuntu-mate@ubuntu-mate:~$ sudo losetup -j /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
/dev/loop15: [2065]:27 (/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img)
ubuntu-mate@ubuntu-mate:~$ sudo losetup -d /dev/loop15
ubuntu-mate@ubuntu-mate:~$ sudo losetup -j /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
ubuntu-mate@ubuntu-mate:~$ sudo mount -t auto -o ro,loop=/dev/loop15p6 /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img /mnt/disk
mount: /mnt/disk: das Loop-Gerät für /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img konnte nicht eingerichtet werden.
ubuntu-mate@ubuntu-mate:~$ sudo mount -t auto -o ro,loop=/dev/loop15p6,offset=$((8493056*512)) /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img /mnt/disk
mount: /mnt/disk: das Loop-Gerät für /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img konnte nicht eingerichtet werden.
ubuntu-mate@ubuntu-mate:~$ sudo losetup -j /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
ubuntu-mate@ubuntu-mate:~$ sudo mount -t auto -o ro,loop=/dev/loop15p6,offset=$((8493056*512))sizelimit=$((39059456*512)) /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img /mnt/disk
mount: /mnt/disk: failed to parse mount options 'ro,loop=/dev/loop15p6,offset=4348444672sizelimit=19998441472': Unpassender IOCTL (I/O-Control) für das Gerät.
ubuntu-mate@ubuntu-mate:~$ sudo losetup -j /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
ubuntu-mate@ubuntu-mate:~$ sudo mount -t auto -o ro,loop=/dev/loop15p6,offset=$((8493056*512)),sizelimit=$((39059456*512)) /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img /mnt/disk
mount: /mnt/disk: das Loop-Gerät für /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img konnte nicht eingerichtet werden.
ubuntu-mate@ubuntu-mate:~$ sudo losetup -j /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
ubuntu-mate@ubuntu-mate:~$ sudo mount -t auto -o ro,loop=/dev/loop15p6,offset=$((8493056*512)),sizelimit=$((39059455*512)) /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img /mnt/disk
mount: /mnt/disk: das Loop-Gerät für /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img konnte nicht eingerichtet werden.
ubuntu-mate@ubuntu-mate:~$ sudo fdisk -lu /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
Festplatte /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img: 698,64 GiB, 750156374016 Bytes, 1465149168 Sektoren
Einheiten: Sektoren von 1 * 512 = 512 Bytes
Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes
E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes
Festplattenbezeichnungstyp: dos
Festplattenbezeichner: 0x000376a8
Gerät Boot Anfang Ende Sektoren Größe Kn Typ
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img1 2048 98303 96256 47M 83 Linux
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img2 100350 1465147391 1465047042 698,6G 5 Erweiterte
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img5 100352 8491007 8390656 4G 82 Linux Swap / Solaris
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img6 * 8493056 47552511 39059456 18,6G 83 Linux
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img7 47554560 97351679 49797120 23,7G 83 Linux
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img8 97353728 1351950335 1254596608 598,2G 83 Linux
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img9 1351952384 1391011839 39059456 18,6G 83 Linux
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img10 1391013888 1430069247 39055360 18,6G 83 Linux
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img11 1430071296 1465114623 35043328 16,7G 7 HPFS/NTFS/exFAT
ubuntu-mate@ubuntu-mate:~$ sudo parted -l /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
Modell: ATA HITACHI HTS72321 (scsi)
Festplatte /dev/sda: 160GB
Sektorgröße (logisch/physisch): 512B/512B
Partitionstabelle: msdos
Disk-Flags:
Nummer Anfang Ende Größe Typ Dateisystem Flags
1 1049kB 160GB 160GB primary ext4 boot
Modell: ST12000V N0007-2GS116 (scsi)
Festplatte /dev/sdb: 12,0TB
Sektorgröße (logisch/physisch): 512B/512B
Partitionstabelle: gpt
Disk-Flags:
Nummer Anfang Ende Größe Dateisystem Name Flags
1 1049kB 12,0TB 12,0TB ext4
Modell: Samsung Flash Drive FIT (scsi)
Festplatte /dev/sdc: 64,2GB
Sektorgröße (logisch/physisch): 512B/512B
Partitionstabelle: msdos
Disk-Flags:
Nummer Anfang Ende Größe Typ Dateisystem Flags
1 1049kB 64,1GB 64,1GB primary boot
2 64,1GB 64,2GB 33,6MB primary fat16 esp
Modell: Linux device-mapper (linear) (dm)
Festplatte /dev/mapper/ventoy: 4196MB
Sektorgröße (logisch/physisch): 512B/512B
Partitionstabelle: gpt
Disk-Flags:
Nummer Anfang Ende Größe Dateisystem Name Flags
1 32,8kB 4191MB 4191MB ISO9660 versteckt, msftdata
2 4191MB 4196MB 5192kB Appended2 boot, esp
3 4196MB 4196MB 307kB Gap1 versteckt, msftdata
ubuntu-mate@ubuntu-mate:~$ sudo losetup -j /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
ubuntu-mate@ubuntu-mate:~$ sudo mount -t auto -o ro,loop=/dev/loop15p6,offset=$((8493056*512)),sizelimit=$(((47554560-8493056)*512)) /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img /mnt/disk
mount: /mnt/disk: das Loop-Gerät für /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img konnte nicht eingerichtet werden.
ubuntu-mate@ubuntu-mate:~$ sudo losetup -j /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
ubuntu-mate@ubuntu-mate:~$ sudo mount -t auto -o ro,loop=/dev/loop15p6,offset=$((8493056*512)),sizelimit=$(((47554560-8493056-1)*512)) /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img /mnt/disk
mount: /mnt/disk: das Loop-Gerät für /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img konnte nicht eingerichtet werden.
ubuntu-mate@ubuntu-mate:~$ sudo losetup -j /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
ubuntu-mate@ubuntu-mate:~$ sudo losetup -l -a
NAME SIZELIMIT OFFSET AUTOCLEAR RO BACK-FILE DIO LOG-SEC
/dev/loop1 0 0 0 1 /cdrom/casper/minimal.standard.squashfs 0 512
/dev/loop8 0 0 1 1 /var/lib/snapd/snaps/ubuntu-desktop-bootstrap_171.snap 0 512
/dev/loop6 0 0 1 1 /var/lib/snapd/snaps/firmware-updater_127.snap 0 512
/dev/loop13 0 0 1 1 /var/lib/snapd/snaps/snap-store_1124.snap 0 512
/dev/loop4 0 0 1 1 /var/lib/snapd/snaps/core22_1380.snap 0 512
/dev/loop11 0 0 1 1 /var/lib/snapd/snaps/snapd-desktop-integration_157.snap 0 512
/dev/loop2 0 0 0 1 /cdrom/casper/minimal.standard.live.squashfs 0 512
/dev/loop0 0 0 0 1 /cdrom/casper/minimal.squashfs 0 512
/dev/loop9 0 0 1 1 /var/lib/snapd/snaps/subiquity_5741.snap 0 512
/dev/loop7 0 0 1 1 /var/lib/snapd/snaps/gnome-42-2204_176.snap 0 512
/dev/loop14 0 0 1 1 /var/lib/snapd/snaps/thunderbird_593.snap 0 512
/dev/loop5 0 0 1 1 /var/lib/snapd/snaps/firefox_4173.snap 0 512
/dev/loop12 0 0 1 1 /var/lib/snapd/snaps/snapd_21465.snap 0 512
/dev/loop3 0 0 1 1 /var/lib/snapd/snaps/bare_5.snap 0 512
/dev/loop10 0 0 1 1 /var/lib/snapd/snaps/gtk-common-themes_1535.snap 0 512
ubuntu-mate@ubuntu-mate:~$ sudo fdisk -lu /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
Festplatte /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img: 698,64 GiB, 750156374016 Bytes, 1465149168 Sektoren
Einheiten: Sektoren von 1 * 512 = 512 Bytes
Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes
E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes
Festplattenbezeichnungstyp: dos
Festplattenbezeichner: 0x000376a8
Gerät Boot Anfang Ende Sektoren Größe Kn Typ
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img1 2048 98303 96256 47M 83 Linux
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img2 100350 1465147391 1465047042 698,6G 5 Erweiterte
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img5 100352 8491007 8390656 4G 82 Linux Swap / Solaris
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img6 * 8493056 47552511 39059456 18,6G 83 Linux
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img7 47554560 97351679 49797120 23,7G 83 Linux
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img8 97353728 1351950335 1254596608 598,2G 83 Linux
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img9 1351952384 1391011839 39059456 18,6G 83 Linux
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img10 1391013888 1430069247 39055360 18,6G 83 Linux
/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img11 1430071296 1465114623 35043328 16,7G 7 HPFS/NTFS/exFAT
ubuntu-mate@ubuntu-mate:~$ man sfdisk
ubuntu-mate@ubuntu-mate:~$ sudo losetup --offset $(8493056*512) /dev/loop15 /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
8493056*512: Befehl nicht gefunden.
losetup: Position konnte nicht eingelesen werden: '/dev/loop15': Das Argument ist ungültig
ubuntu-mate@ubuntu-mate:~$ sudo losetup --offset=$(8493056*512) /dev/loop15 /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
8493056*512: Befehl nicht gefunden.
losetup: Position konnte nicht eingelesen werden: '': Das Argument ist ungültig
ubuntu-mate@ubuntu-mate:~$ sudo losetup --offset $((8493056*512)) /dev/loop15 /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
ubuntu-mate@ubuntu-mate:~$ sudo losetup -j /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
/dev/loop15: [2065]:27 (/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img), Position 4348444672
ubuntu-mate@ubuntu-mate:~$ sudo mount -o ro /dev/loop15 /mnt/disk
ubuntu-mate@ubuntu-mate:~$ ls -la /mnt/disk
insgesamt 164
drwxr-xr-x 27 root root 4096 Sep 6 06:06 .
drwxr-xr-x 1 root root 60 Dez 13 01:48 ..
drwxr-xr-x 2 root root 4096 Mai 4 2014 austausch
drwxr-xr-x 2 root root 4096 Apr 12 2021 bin
drwxr-xr-x 3 root root 4096 Mär 21 2021 boot
drwx------ 2 root root 4096 Mär 17 2019 .cache
drwx------ 3 root root 4096 Mai 6 2014 .config
drwxr-xr-x 2 root root 4096 Mai 4 2014 daten
drwxr-xr-x 5 root root 4096 Feb 28 2014 dev
drwxrwxr-x 174 root root 12288 Jul 3 2021 etc
drwxr-xr-x 2 root root 4096 Mai 4 2014 home
lrwxrwxrwx 1 root root 30 Mär 21 2021 initrd.img -> boot/initrd.img-4.9.0-15-amd64
lrwxrwxrwx 1 root root 30 Mär 21 2021 initrd.img.old -> boot/initrd.img-4.9.0-14-amd64
drwxrwxr-x 28 root root 4096 Mär 25 2019 lib
drwxr-xr-x 2 root root 4096 Mär 17 2019 lib32
drwxr-xr-x 2 root root 4096 Mär 25 2019 lib64
drwx------ 3 root root 16384 Mai 4 2014 lost+found
drwxr-xr-x 4 root root 4096 Mär 17 2019 media
drwxr-xr-x 4 root root 4096 Mär 15 2015 mnt
drwxr-xr-x 5 root root 4096 Mär 25 2019 opt
drwxr-xr-x 2 root root 4096 Mai 6 2013 proc
drwx------ 27 root root 4096 Okt 6 2023 root
drwxr-xr-x 9 root root 4096 Mai 4 2014 run
drwxr-xr-x 2 root root 12288 Mär 21 2021 sbin
drwxr-xr-x 2 root root 4096 Feb 28 2014 srv
drwxr-xr-x 2 root root 4096 Jul 16 2013 sys
drwxrwxrwt 9 root root 32768 Sep 30 18:41 tmp
drwxr-xr-x 12 root root 4096 Mär 12 2020 usr
drwxr-xr-x 12 root root 4096 Mai 18 2014 var
lrwxrwxrwx 1 root root 27 Mär 21 2021 vmlinuz -> boot/vmlinuz-4.9.0-15-amd64
lrwxrwxrwx 1 root root 27 Mär 21 2021 vmlinuz.old -> boot/vmlinuz-4.9.0-14-amd64
ubuntu-mate@ubuntu-mate:~$ sudo losetup -d /dev/loop15
ubuntu-mate@ubuntu-mate:~$ ls -la /mnt/disk
insgesamt 164
drwxr-xr-x 27 root root 4096 Sep 6 06:06 .
drwxr-xr-x 1 root root 60 Dez 13 01:48 ..
drwxr-xr-x 2 root root 4096 Mai 4 2014 austausch
drwxr-xr-x 2 root root 4096 Apr 12 2021 bin
drwxr-xr-x 3 root root 4096 Mär 21 2021 boot
drwx------ 2 root root 4096 Mär 17 2019 .cache
drwx------ 3 root root 4096 Mai 6 2014 .config
drwxr-xr-x 2 root root 4096 Mai 4 2014 daten
drwxr-xr-x 5 root root 4096 Feb 28 2014 dev
drwxrwxr-x 174 root root 12288 Jul 3 2021 etc
drwxr-xr-x 2 root root 4096 Mai 4 2014 home
lrwxrwxrwx 1 root root 30 Mär 21 2021 initrd.img -> boot/initrd.img-4.9.0-15-amd64
lrwxrwxrwx 1 root root 30 Mär 21 2021 initrd.img.old -> boot/initrd.img-4.9.0-14-amd64
drwxrwxr-x 28 root root 4096 Mär 25 2019 lib
drwxr-xr-x 2 root root 4096 Mär 17 2019 lib32
drwxr-xr-x 2 root root 4096 Mär 25 2019 lib64
drwx------ 3 root root 16384 Mai 4 2014 lost+found
drwxr-xr-x 4 root root 4096 Mär 17 2019 media
drwxr-xr-x 4 root root 4096 Mär 15 2015 mnt
drwxr-xr-x 5 root root 4096 Mär 25 2019 opt
drwxr-xr-x 2 root root 4096 Mai 6 2013 proc
drwx------ 27 root root 4096 Okt 6 2023 root
drwxr-xr-x 9 root root 4096 Mai 4 2014 run
drwxr-xr-x 2 root root 12288 Mär 21 2021 sbin
drwxr-xr-x 2 root root 4096 Feb 28 2014 srv
drwxr-xr-x 2 root root 4096 Jul 16 2013 sys
drwxrwxrwt 9 root root 32768 Sep 30 18:41 tmp
drwxr-xr-x 12 root root 4096 Mär 12 2020 usr
drwxr-xr-x 12 root root 4096 Mai 18 2014 var
lrwxrwxrwx 1 root root 27 Mär 21 2021 vmlinuz -> boot/vmlinuz-4.9.0-15-amd64
lrwxrwxrwx 1 root root 27 Mär 21 2021 vmlinuz.old -> boot/vmlinuz-4.9.0-14-amd64
ubuntu-mate@ubuntu-mate:~$ sudo umount /dev/loop15
ubuntu-mate@ubuntu-mate:~$ ls -la /mnt/disk
insgesamt 0
drwxr-xr-x 2 root root 40 Dez 13 01:48 .
drwxr-xr-x 1 root root 60 Dez 13 01:48 ..
ubuntu-mate@ubuntu-mate:~$ sudo losetup -j /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
ubuntu-mate@ubuntu-mate:~$ sudo losetup -l -a
NAME SIZELIMIT OFFSET AUTOCLEAR RO BACK-FILE DIO LOG-SEC
/dev/loop1 0 0 0 1 /cdrom/casper/minimal.standard.squashfs 0 512
/dev/loop8 0 0 1 1 /var/lib/snapd/snaps/ubuntu-desktop-bootstrap_171.snap 0 512
/dev/loop6 0 0 1 1 /var/lib/snapd/snaps/firmware-updater_127.snap 0 512
/dev/loop13 0 0 1 1 /var/lib/snapd/snaps/snap-store_1124.snap 0 512
/dev/loop4 0 0 1 1 /var/lib/snapd/snaps/core22_1380.snap 0 512
/dev/loop11 0 0 1 1 /var/lib/snapd/snaps/snapd-desktop-integration_157.snap 0 512
/dev/loop2 0 0 0 1 /cdrom/casper/minimal.standard.live.squashfs 0 512
/dev/loop0 0 0 0 1 /cdrom/casper/minimal.squashfs 0 512
/dev/loop9 0 0 1 1 /var/lib/snapd/snaps/subiquity_5741.snap 0 512
/dev/loop7 0 0 1 1 /var/lib/snapd/snaps/gnome-42-2204_176.snap 0 512
/dev/loop14 0 0 1 1 /var/lib/snapd/snaps/thunderbird_593.snap 0 512
/dev/loop5 0 0 1 1 /var/lib/snapd/snaps/firefox_4173.snap 0 512
/dev/loop12 0 0 1 1 /var/lib/snapd/snaps/snapd_21465.snap 0 512
/dev/loop3 0 0 1 1 /var/lib/snapd/snaps/bare_5.snap 0 512
/dev/loop10 0 0 1 1 /var/lib/snapd/snaps/gtk-common-themes_1535.snap 0 512
ubuntu-mate@ubuntu-mate:~$ sudo losetup --offset $((47554560*512)) /dev/loop15 /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
ubuntu-mate@ubuntu-mate:~$ sudo losetup -j /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
/dev/loop15: [2065]:27 (/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img), Position 24347934720
ubuntu-mate@ubuntu-mate:~$ sudo mount -o ro /dev/loop15 /mnt/disk
ubuntu-mate@ubuntu-mate:~$ ls -la /mnt/disk
insgesamt 32
drwxr-xr-x 4 root root 4096 Mai 6 2013 .
drwxr-xr-x 1 root root 60 Dez 13 01:48 ..
drwx------ 2 root root 16384 Mär 22 2011 lost+found
drwxr-xr-x 117 ubuntu-mate ubuntu-mate 12288 Sep 30 18:30 oom
ubuntu-mate@ubuntu-mate:~$ sudo umount /dev/loop15
ubuntu-mate@ubuntu-mate:~$ ls -la /mnt/disk
insgesamt 0
drwxr-xr-x 2 root root 40 Dez 13 01:48 .
drwxr-xr-x 1 root root 60 Dez 13 01:48 ..
ubuntu-mate@ubuntu-mate:~$ sudo losetup -j /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
/dev/loop15: [2065]:27 (/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img), Position 24347934720
ubuntu-mate@ubuntu-mate:~$ sudo losetup -d /dev/loop15
ubuntu-mate@ubuntu-mate:~$ sudo losetup -j /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
ubuntu-mate@ubuntu-mate:~$ sudo losetup -l -a
NAME SIZELIMIT OFFSET AUTOCLEAR RO BACK-FILE DIO LOG-SEC
/dev/loop1 0 0 0 1 /cdrom/casper/minimal.standard.squashfs 0 512
/dev/loop8 0 0 1 1 /var/lib/snapd/snaps/ubuntu-desktop-bootstrap_171.snap 0 512
/dev/loop6 0 0 1 1 /var/lib/snapd/snaps/firmware-updater_127.snap 0 512
/dev/loop13 0 0 1 1 /var/lib/snapd/snaps/snap-store_1124.snap 0 512
/dev/loop4 0 0 1 1 /var/lib/snapd/snaps/core22_1380.snap 0 512
/dev/loop11 0 0 1 1 /var/lib/snapd/snaps/snapd-desktop-integration_157.snap 0 512
/dev/loop2 0 0 0 1 /cdrom/casper/minimal.standard.live.squashfs 0 512
/dev/loop0 0 0 0 1 /cdrom/casper/minimal.squashfs 0 512
/dev/loop9 0 0 1 1 /var/lib/snapd/snaps/subiquity_5741.snap 0 512
/dev/loop7 0 0 1 1 /var/lib/snapd/snaps/gnome-42-2204_176.snap 0 512
/dev/loop14 0 0 1 1 /var/lib/snapd/snaps/thunderbird_593.snap 0 512
/dev/loop5 0 0 1 1 /var/lib/snapd/snaps/firefox_4173.snap 0 512
/dev/loop12 0 0 1 1 /var/lib/snapd/snaps/snapd_21465.snap 0 512
/dev/loop3 0 0 1 1 /var/lib/snapd/snaps/bare_5.snap 0 512
/dev/loop10 0 0 1 1 /var/lib/snapd/snaps/gtk-common-themes_1535.snap 0 512
ubuntu-mate@ubuntu-mate:~$ sudo losetup --offset $((97353728*512)) /dev/loop15 /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
ubuntu-mate@ubuntu-mate:~$ sudo losetup -j /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
/dev/loop15: [2065]:27 (/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img), Position 49845108736
ubuntu-mate@ubuntu-mate:~$ sudo mount -o ro /dev/loop15 /mnt/disk
ubuntu-mate@ubuntu-mate:~$ ls -la /mnt/disk
insgesamt 24
drwxr-xr-x 7 root root 4096 Mai 25 2014 .
drwxr-xr-x 1 root root 60 Dez 13 01:48 ..
drwx------ 2 root root 4096 Mär 22 2011 lost+found
drwxr-xr-x 13 root root 4096 Feb 14 2021 oom_LMDE-Daten
drwxr-xr-x 9 root root 4096 Mär 25 2011 oom_Ubuntu-Daten
drwx------ 4 root root 4096 Mai 6 2014 .Trash-0
drwx------ 5 ubuntu-mate ubuntu-mate 4096 Mai 25 2014 .Trash-1000
ubuntu-mate@ubuntu-mate:~$ cd oom_Ubuntu-Daten
bash: cd: oom_Ubuntu-Daten: Datei oder Verzeichnis nicht gefunden
ubuntu-mate@ubuntu-mate:~$ cd /mnt/disk/oom_Ubuntu-Daten
ubuntu-mate@ubuntu-mate:/mnt/disk/oom_Ubuntu-Daten$ ls -la
insgesamt 44
drwxr-xr-x 9 root root 4096 Mär 25 2011 .
drwxr-xr-x 7 root root 4096 Mai 25 2014 ..
drwxr-xr-x 8 ubuntu-mate ubuntu-mate 4096 Dez 4 2013 Bilder
drwxr-xr-x 8 ubuntu-mate ubuntu-mate 4096 Apr 18 2019 Dokumente
drwxr-xr-x 7 ubuntu-mate ubuntu-mate 4096 Apr 1 2019 Downloads
drwxr-xr-x 2 ubuntu-mate ubuntu-mate 4096 Apr 1 2019 Musik
drwxr-xr-x 2 ubuntu-mate ubuntu-mate 4096 Apr 29 2017 Öffentlich
drwxr-xr-x 4 ubuntu-mate ubuntu-mate 12288 Apr 1 2019 Videos
drwxr-xr-x 2 ubuntu-mate ubuntu-mate 4096 Mär 25 2011 Vorlagen
ubuntu-mate@ubuntu-mate:/mnt/disk/oom_Ubuntu-Daten$ cd Öffentlich
ubuntu-mate@ubuntu-mate:/mnt/disk/oom_Ubuntu-Daten/Öffentlich$ ls -la
insgesamt 32
drwxr-xr-x 2 ubuntu-mate ubuntu-mate 4096 Apr 29 2017 .
drwxr-xr-x 9 root root 4096 Mär 25 2011 ..
-rw-rw-r-- 1 ubuntu-mate ubuntu-mate 94 Apr 24 2017 Abfall.vcf
-rw-rw-r-- 1 ubuntu-mate ubuntu-mate 120 Apr 24 2017 'ADAC Fahrzeugschaden international.vcf'
-rw-rw-r-- 1 ubuntu-mate ubuntu-mate 85 Apr 24 2017 ADAC.vcf
-rw-rw-r-- 1 ubuntu-mate ubuntu-mate 155 Apr 29 2017 'Fielmann Marienstraße.vcf'
-rw-rw-r-- 1 ubuntu-mate ubuntu-mate 100 Apr 29 2017 'Optiker.vcf'
ubuntu-mate@ubuntu-mate:/mnt/disk/oom_Ubuntu-Daten/Öffentlich$ touch test.txt
touch: 'test.txt' kann nicht berührt werden: Das Dateisystem ist nur lesbar
ubuntu-mate@ubuntu-mate:/mnt/disk/oom_Ubuntu-Daten/Öffentlich$ mkdir Neu
mkdir: das Verzeichnis »Neu“ kann nicht angelegt werden: Das Dateisystem ist nur lesbar
ubuntu-mate@ubuntu-mate:/mnt/disk/oom_Ubuntu-Daten/Öffentlich$ ls -la
insgesamt 32
drwxr-xr-x 2 ubuntu-mate ubuntu-mate 4096 Apr 29 2017 .
drwxr-xr-x 9 root root 4096 Mär 25 2011 ..
-rw-rw-r-- 1 ubuntu-mate ubuntu-mate 94 Apr 24 2017 Abfall.vcf
-rw-rw-r-- 1 ubuntu-mate ubuntu-mate 120 Apr 24 2017 'ADAC Fahrzeugschaden international.vcf'
-rw-rw-r-- 1 ubuntu-mate ubuntu-mate 85 Apr 24 2017 ADAC.vcf
-rw-rw-r-- 1 ubuntu-mate ubuntu-mate 155 Apr 29 2017 'Fielmann Marienstraße.vcf'
-rw-rw-r-- 1 ubuntu-mate ubuntu-mate 100 Apr 29 2017 'Optiker.vcf'
ubuntu-mate@ubuntu-mate:/mnt/disk/oom_Ubuntu-Daten/Öffentlich$
ubuntu-mate@ubuntu-mate:/mnt/disk/oom_Ubuntu-Daten/Öffentlich$ cd ..
ubuntu-mate@ubuntu-mate:/mnt/disk/oom_Ubuntu-Daten$ cd ..
ubuntu-mate@ubuntu-mate:/mnt/disk$ cd oom_LMDE-Daten
ubuntu-mate@ubuntu-mate:/mnt/disk/oom_LMDE-Daten$ ls -la
insgesamt 176
drwxr-xr-x 13 root root 4096 Feb 14 2021 .
drwxr-xr-x 7 root root 4096 Mai 25 2014 ..
drwxr-xr-x 2 ubuntu-mate ubuntu-mate 4096 Aug 31 2020 Archive
drwxr-xr-x 46 ubuntu-mate ubuntu-mate 28672 Sep 30 08:03 Bilder
drwxr-xr-x 104 ubuntu-mate ubuntu-mate 12288 Sep 30 04:54 Dokumente
drwxr-xr-x 4 ubuntu-mate ubuntu-mate 36864 Sep 27 22:53 Downloads
drwxr-xr-x 11 ubuntu-mate ubuntu-mate 4096 Jul 14 2018 Musik
drwxr-xr-x 4 ubuntu-mate ubuntu-mate 4096 Mär 25 2011 Öffentlich
drwxr-xr-x 3 ubuntu-mate ubuntu-mate 4096 Feb 14 2021 Sicherungen
drwx------ 6 ubuntu-mate ubuntu-mate 4096 Nov 23 2019 .thunderbird
drwxr-xr-x 5 ubuntu-mate ubuntu-mate 57344 Jun 10 2024 Videos
drwxr-xr-x 10 ubuntu-mate ubuntu-mate 4096 Jan 26 2013 'VirtualBox VMs'
drwxr-xr-x 16 ubuntu-mate ubuntu-mate 4096 Apr 16 2021 Vorlagen
ubuntu-mate@ubuntu-mate:/mnt/disk/oom_LMDE-Daten$ cp .thunderbird /media/ubuntu-mate/12-TB-Festplatte
cp: -r wurde nicht angegeben, daher wird das Verzeichnis '.thunderbird' ausgelassen
ubuntu-mate@ubuntu-mate:/mnt/disk/oom_LMDE-Daten$ cp -a .thunderbird /media/ubuntu-mate/12-TB-Festplatte
ubuntu-mate@ubuntu-mate:/mnt/disk/oom_LMDE-Daten$ cd
ubuntu-mate@ubuntu-mate:~$ sudo umount /dev/loop15
ubuntu-mate@ubuntu-mate:~$ ls -la /mnt/disk
insgesamt 0
drwxr-xr-x 2 root root 40 Dez 13 01:48 .
drwxr-xr-x 1 root root 60 Dez 13 01:48 ..
ubuntu-mate@ubuntu-mate:~$ sudo losetup -j /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
/dev/loop15: [2065]:27 (/media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img), Position 49845108736
ubuntu-mate@ubuntu-mate:~$ sudo losetup -d /dev/loop15
ubuntu-mate@ubuntu-mate:~$ sudo losetup -j /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img
ubuntu-mate@ubuntu-mate:~$ sudo losetup -l -a
NAME SIZELIMIT OFFSET AUTOCLEAR RO BACK-FILE DIO LOG-SEC
/dev/loop1 0 0 0 1 /cdrom/casper/minimal.standard.squashfs 0 512
/dev/loop8 0 0 1 1 /var/lib/snapd/snaps/ubuntu-desktop-bootstrap_171.snap 0 512
/dev/loop6 0 0 1 1 /var/lib/snapd/snaps/firmware-updater_127.snap 0 512
/dev/loop13 0 0 1 1 /var/lib/snapd/snaps/snap-store_1124.snap 0 512
/dev/loop4 0 0 1 1 /var/lib/snapd/snaps/core22_1380.snap 0 512
/dev/loop11 0 0 1 1 /var/lib/snapd/snaps/snapd-desktop-integration_157.snap 0 512
/dev/loop2 0 0 0 1 /cdrom/casper/minimal.standard.live.squashfs 0 512
/dev/loop0 0 0 0 1 /cdrom/casper/minimal.squashfs 0 512
/dev/loop9 0 0 1 1 /var/lib/snapd/snaps/subiquity_5741.snap 0 512
/dev/loop7 0 0 1 1 /var/lib/snapd/snaps/gnome-42-2204_176.snap 0 512
/dev/loop14 0 0 1 1 /var/lib/snapd/snaps/thunderbird_593.snap 0 512
/dev/loop5 0 0 1 1 /var/lib/snapd/snaps/firefox_4173.snap 0 512
/dev/loop12 0 0 1 1 /var/lib/snapd/snaps/snapd_21465.snap 0 512
/dev/loop3 0 0 1 1 /var/lib/snapd/snaps/bare_5.snap 0 512
/dev/loop10 0 0 1 1 /var/lib/snapd/snaps/gtk-common-themes_1535.snap 0 512
ubuntu-mate@ubuntu-mate:~$ sudo mount -t auto -o ro,loop,offset=$((8493056*512)) /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img /mnt/disk
ubuntu-mate@ubuntu-mate:~$ ls -la /mnt/disk
insgesamt 164
drwxr-xr-x 27 root root 4096 Sep 6 06:06 .
drwxr-xr-x 1 root root 60 Dez 13 01:48 ..
drwxr-xr-x 2 root root 4096 Mai 4 2014 austausch
drwxr-xr-x 2 root root 4096 Apr 12 2021 bin
drwxr-xr-x 3 root root 4096 Mär 21 2021 boot
drwx------ 2 root root 4096 Mär 17 2019 .cache
drwx------ 3 root root 4096 Mai 6 2014 .config
drwxr-xr-x 2 root root 4096 Mai 4 2014 daten
drwxr-xr-x 5 root root 4096 Feb 28 2014 dev
drwxrwxr-x 174 root root 12288 Jul 3 2021 etc
drwxr-xr-x 2 root root 4096 Mai 4 2014 home
lrwxrwxrwx 1 root root 30 Mär 21 2021 initrd.img -> boot/initrd.img-4.9.0-15-amd64
lrwxrwxrwx 1 root root 30 Mär 21 2021 initrd.img.old -> boot/initrd.img-4.9.0-14-amd64
drwxrwxr-x 28 root root 4096 Mär 25 2019 lib
drwxr-xr-x 2 root root 4096 Mär 17 2019 lib32
drwxr-xr-x 2 root root 4096 Mär 25 2019 lib64
drwx------ 3 root root 16384 Mai 4 2014 lost+found
drwxr-xr-x 4 root root 4096 Mär 17 2019 media
drwxr-xr-x 4 root root 4096 Mär 15 2015 mnt
drwxr-xr-x 5 root root 4096 Mär 25 2019 opt
drwxr-xr-x 2 root root 4096 Mai 6 2013 proc
drwx------ 27 root root 4096 Okt 6 2023 root
drwxr-xr-x 9 root root 4096 Mai 4 2014 run
drwxr-xr-x 2 root root 12288 Mär 21 2021 sbin
drwxr-xr-x 2 root root 4096 Feb 28 2014 srv
drwxr-xr-x 2 root root 4096 Jul 16 2013 sys
drwxrwxrwt 9 root root 32768 Sep 30 18:41 tmp
drwxr-xr-x 12 root root 4096 Mär 12 2020 usr
drwxr-xr-x 12 root root 4096 Mai 18 2014 var
lrwxrwxrwx 1 root root 27 Mär 21 2021 vmlinuz -> boot/vmlinuz-4.9.0-15-amd64
lrwxrwxrwx 1 root root 27 Mär 21 2021 vmlinuz.old -> boot/vmlinuz-4.9.0-14-amd64
ubuntu-mate@ubuntu-mate:~$ sudo umount /mnt/disk
ubuntu-mate@ubuntu-mate:~$ ls -la /mnt/disk
insgesamt 0
drwxr-xr-x 2 root root 40 Dez 13 01:48 .
drwxr-xr-x 1 root root 60 Dez 13 01:48 ..
ubuntu-mate@ubuntu-mate:~$ sudo mount -o ro,loop,offset=$((8493056*512)) /media/ubuntu-mate/12-TB-Festplatte/disk-Kopie.img /mnt/disk
ubuntu-mate@ubuntu-mate:~$ ls -la /mnt/disk
insgesamt 164
drwxr-xr-x 27 root root 4096 Sep 6 06:06 .
drwxr-xr-x 1 root root 60 Dez 13 01:48 ..
drwxr-xr-x 2 root root 4096 Mai 4 2014 austausch
drwxr-xr-x 2 root root 4096 Apr 12 2021 bin
drwxr-xr-x 3 root root 4096 Mär 21 2021 boot
drwx------ 2 root root 4096 Mär 17 2019 .cache
drwx------ 3 root root 4096 Mai 6 2014 .config
drwxr-xr-x 2 root root 4096 Mai 4 2014 daten
drwxr-xr-x 5 root root 4096 Feb 28 2014 dev
drwxrwxr-x 174 root root 12288 Jul 3 2021 etc
drwxr-xr-x 2 root root 4096 Mai 4 2014 home
lrwxrwxrwx 1 root root 30 Mär 21 2021 initrd.img -> boot/initrd.img-4.9.0-15-amd64
lrwxrwxrwx 1 root root 30 Mär 21 2021 initrd.img.old -> boot/initrd.img-4.9.0-14-amd64
drwxrwxr-x 28 root root 4096 Mär 25 2019 lib
drwxr-xr-x 2 root root 4096 Mär 17 2019 lib32
drwxr-xr-x 2 root root 4096 Mär 25 2019 lib64
drwx------ 3 root root 16384 Mai 4 2014 lost+found
drwxr-xr-x 4 root root 4096 Mär 17 2019 media
drwxr-xr-x 4 root root 4096 Mär 15 2015 mnt
drwxr-xr-x 5 root root 4096 Mär 25 2019 opt
drwxr-xr-x 2 root root 4096 Mai 6 2013 proc
drwx------ 27 root root 4096 Okt 6 2023 root
drwxr-xr-x 9 root root 4096 Mai 4 2014 run
drwxr-xr-x 2 root root 12288 Mär 21 2021 sbin
drwxr-xr-x 2 root root 4096 Feb 28 2014 srv
drwxr-xr-x 2 root root 4096 Jul 16 2013 sys
drwxrwxrwt 9 root root 32768 Sep 30 18:41 tmp
drwxr-xr-x 12 root root 4096 Mär 12 2020 usr
drwxr-xr-x 12 root root 4096 Mai 18 2014 var
lrwxrwxrwx 1 root root 27 Mär 21 2021 vmlinuz -> boot/vmlinuz-4.9.0-15-amd64
lrwxrwxrwx 1 root root 27 Mär 21 2021 vmlinuz.old -> boot/vmlinuz-4.9.0-14-amd64
ubuntu-mate@ubuntu-mate:~$ sudo umount /mnt/disk
ubuntu-mate@ubuntu-mate:~$ ls -la /mnt/disk
insgesamt 0
drwxr-xr-x 2 root root 40 Dez 13 01:48 .
drwxr-xr-x 1 root root 60 Dez 13 01:48 ..
ubuntu-mate@ubuntu-mate:~$
|