Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.user > #237437
| From | Stella Ashburne <rewefie@gmx.com> |
|---|---|
| Newsgroups | linux.debian.user |
| Subject | Re: How do I mount the USB stick containing the installer in Rescue Mode? |
| Date | 2021-07-15 14:00 +0200 |
| Message-ID | <CB8c1-4MY-1@gated-at.bofh.it> (permalink) |
| References | <CB6ad-3wa-1@gated-at.bofh.it> <CB6jT-3Ad-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi > Sent: Thursday, July 15, 2021 at 9:55 AM > From: "Reco" <recoverym4n@enotuniq.net> > To: debian-user@lists.debian.org > Subject: Re: How do I mount the USB stick containing the installer in Rescue Mode? > > Hi. > > On Thu, Jul 15, 2021 at 11:43:26AM +0200, Stella Ashburne wrote: > > Next, I entered Executive a shell in /dev/perfect-vg/root > > It's Superuser shell actually, not Supervisor/Executive one. > Thanks for pointing out my typo. > > Something has mounted your device elsewhere already. I guess that when I used the USB-installer to boot my machine into Rescue Mode, the USB stick is mounted, yes? > A usual thing with the modern desktop environments. > Check the output of "mount" and "df -Th" and /dev/sdb1 will probably be > there. I'd like to see the output of these commands too, btw. > Output of mount is root@perfect:/# mount /dev/mapper/perfect--vg-root on / type ext4 (rw,relatime) devtmpfs on /dev type devtmpfs (rw,relatime,size=8137669k,nr_inodes=2034417,mode=755) proc on /proc type proc (rw,relatime) sysfs on /sys type sysfs (rw,relatime) tmpfs on /run type tmpfs (rw,nosuid,relatime,size=1629756k,mode=755) root@perfect:/# Output of dh -Th is root@perfect:/# df -Th Filesystem Type Size Used Avail Use% Mounted on /dev/perfect-vg/root ext4 36G 773M 33G 3% / devtmpfs devtmpfs 7.8G 0 7.8G 0% /dev tmpfs tmpfs 1.6G 96K 1.6G 1% /run root@perfect:/# > If these are the full contents of /etc/fstab, it's incorrect. > In addition to the mountpoint you should specify a block device (or its > equivalent), filesystem type, mount points, dump/pass and that's the > least. Thanks for the mini instruction. I really appreciate it. > I.e. this line is wrong: > > /media/myusb > > This line is correct: > > /dev/sdb1 /media/usb auto defaults,nofail 0 0 > > "nofail" is really needed for removable devices, because whoever > designed systemd made an "interesting" decision to halt the boot process > (i.e. host is inaccessible by network, console access only) even if a > single filesystem mentioned in fstab fails to mount. > You may want to add "noauto" as well, see fstab(5). > I read fstab(5). Unfortunately such man pages don't contain examples to illustrate the arguments and options. > >
Back to linux.debian.user | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
How do I mount the USB stick containing the installer in Rescue Mode? Stella Ashburne <rewefie@gmx.com> - 2021-07-15 11:50 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? Reco <recoverym4n@enotuniq.net> - 2021-07-15 12:00 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? Greg Wooledge <greg@wooledge.org> - 2021-07-15 13:10 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? The Wanderer <wanderer@fastmail.fm> - 2021-07-15 13:20 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? Reco <recoverym4n@enotuniq.net> - 2021-07-15 13:20 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? Joe <joe@jretrading.com> - 2021-07-15 15:50 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? Stefan Monnier <monnier@iro.umontreal.ca> - 2021-07-15 17:40 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? Reco <recoverym4n@enotuniq.net> - 2021-07-15 18:20 +0200
Re: [Misstänkt skräppost] Re: How do I mount the USB stick containing the installer in Rescue Mode? "xtra-kaj@telia.com" <xtra-kaj@telia.com> - 2021-07-17 09:30 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? Stella Ashburne <rewefie@gmx.com> - 2021-07-15 14:00 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? Reco <recoverym4n@enotuniq.net> - 2021-07-15 14:00 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? David Wright <deblis@lionunicorn.co.uk> - 2021-07-15 17:50 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? Stella Ashburne <rewefie@gmx.com> - 2021-07-15 20:40 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? David Wright <deblis@lionunicorn.co.uk> - 2021-07-15 21:10 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? Stella Ashburne <rewefie@gmx.com> - 2021-07-15 22:20 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? Greg Wooledge <greg@wooledge.org> - 2021-07-15 22:30 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? David Wright <deblis@lionunicorn.co.uk> - 2021-07-16 06:50 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? Stella Ashburne <rewefie@gmx.com> - 2021-07-15 20:10 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? Brian <ad44@cityscape.co.uk> - 2021-07-15 20:30 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? Stella Ashburne <rewefie@gmx.com> - 2021-07-15 20:40 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? Reco <recoverym4n@enotuniq.net> - 2021-07-15 21:10 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? Stella Ashburne <rewefie@gmx.com> - 2021-07-15 22:20 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? Reco <recoverym4n@enotuniq.net> - 2021-07-16 07:10 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? Stella Ashburne <rewefie@gmx.com> - 2021-07-21 13:30 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? Reco <recoverym4n@enotuniq.net> - 2021-07-21 13:50 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? Greg Wooledge <greg@wooledge.org> - 2021-07-21 13:50 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? Richard Hector <richard@walnut.gen.nz> - 2021-07-21 21:20 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? Stella Ashburne <rewefie@gmx.com> - 2021-07-27 09:30 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? Reco <recoverym4n@enotuniq.net> - 2021-07-27 10:20 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? Greg Wooledge <greg@wooledge.org> - 2021-07-27 13:40 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? David Wright <deblis@lionunicorn.co.uk> - 2021-07-15 20:50 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? Stella Ashburne <rewefie@gmx.com> - 2021-07-15 21:10 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? David <bouncingcats@gmail.com> - 2021-07-16 07:50 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? Stella Ashburne <rewefie@gmx.com> - 2021-07-15 13:40 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? David Wright <deblis@lionunicorn.co.uk> - 2021-07-15 18:10 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? Stella Ashburne <rewefie@gmx.com> - 2021-07-15 21:00 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? "Thomas Schmitt" <scdbackup@gmx.net> - 2021-07-15 21:40 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? Stella Ashburne <rewefie@gmx.com> - 2021-07-15 22:20 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? David Wright <deblis@lionunicorn.co.uk> - 2021-07-16 06:50 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? David Wright <deblis@lionunicorn.co.uk> - 2021-07-16 06:50 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? Greg Wooledge <greg@wooledge.org> - 2021-07-16 13:40 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? David Wright <deblis@lionunicorn.co.uk> - 2021-07-16 17:20 +0200
Re: How do I mount the USB stick containing the installer in Rescue Mode? Greg Wooledge <greg@wooledge.org> - 2021-07-16 18:00 +0200
csiph-web