Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.user > #232803

Re: Is there an alternative filesystem hierarchy that could be adapted to Debian.

From Dan Ritter <dsr@randomstring.org>
Newsgroups linux.debian.user
Subject Re: Is there an alternative filesystem hierarchy that could be adapted to Debian.
Date 2021-03-11 12:00 +0100
Message-ID <BRrcS-1Pp-3@gated-at.bofh.it> (permalink)
References (5 earlier) <BRbrs-zi-11@gated-at.bofh.it> <BRbKN-Gn-3@gated-at.bofh.it> <BRcQx-1ng-3@gated-at.bofh.it> <BRfv4-36n-7@gated-at.bofh.it> <BRgr8-3G7-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Cmdte Alpha Tigre Z wrote: 
> > > I like to know at hand what file is on which disk.
> >
> > That used to work for A: vs C: back in the days of floppys, but what
> > part of "E:" tells you which disk it is?  At best you get to assume that
> > E: and D: are different disks, but the names don't tell you which is
> which.
> >
> > > Even though, it would not be bad to call them USB0: or HDD0:,
> > > just a bit more complex.
> >
> > That's better, indeed.  But the "0" still makes it unclear (which disk
> > is 0 and which is 1?).  To make it more clear, I think it's important to
> > give (as much as possible) human-chosen names to the disks (for that
> > reason I use LVM to partition my disks, where I can label my disks and
> > partitions, although those labels aren't always reflected in the mount
> > points, so they're not always visible in the actual names of the files
> > that reside in them).
> 
> That would depend whether you would prefer sequentially
> labeled devices or named devices.  The better approach would be to use both,
> so the computer could give a name to a recently plugged device
> without asking you for one or even before you can try to give it one.

You can give a filesystem a label, and then it is visible in
/dev/disk/by-label
after it is mounted.

Labels are not guaranteed to be unique, though, so it's possible
for you to label two USB sticks as "Project Data" and then get
confused.

Filesystems get Universally Unique Identifiers (UUIDs) as seen:
/dev/disk/by-uuid

But UUIDs are terrible for humans to remember, and while they
are probably unique, it's possible to copy them and thus make
them non-unique.

You can also reference disks by their serial numbers, which
really should be unique but are beyond your control, or by their
place in your hardware architecture, which is only reliable
until something changes.

-dsr-

Back to linux.debian.user | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Is there an alternative filesystem hierarchy that could be adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-10 04:10 +0100
  Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Weaver <weaver@riseup.net> - 2021-03-10 05:00 +0100
    Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-10 13:30 +0100
      Re: Is there an alternative filesystem hierarchy that could be adapted  to Debian. The Wanderer <wanderer@fastmail.fm> - 2021-03-10 13:50 +0100
        Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Darac Marjal <mailinglist@darac.org.uk> - 2021-03-10 14:00 +0100
          Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-10 19:10 +0100
            Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Dan Ritter <dsr@randomstring.org> - 2021-03-10 19:20 +0100
              Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-10 20:30 +0100
                Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Andrei POPESCU <andreimpopescu@gmail.com> - 2021-03-10 22:10 +0100
                Re: Is there an alternative filesystem hierarchy that could be adapted  to Debian. The Wanderer <wanderer@fastmail.fm> - 2021-03-11 01:10 +0100
                Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-11 01:40 +0100
                Re: Is there an alternative filesystem hierarchy that could be adapted  to Debian. The Wanderer <wanderer@fastmail.fm> - 2021-03-11 01:50 +0100
                Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-11 03:30 +0100
                Re: Is there an alternative filesystem hierarchy that could be adapted  to Debian. The Wanderer <wanderer@fastmail.fm> - 2021-03-11 11:50 +0100
                Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-11 12:50 +0100
                Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. <tomas@tuxteam.de> - 2021-03-11 10:30 +0100
                Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Dan Ritter <dsr@randomstring.org> - 2021-03-11 11:50 +0100
                Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Greg Wooledge <greg@wooledge.org> - 2021-03-11 13:50 +0100
                Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. <tomas@tuxteam.de> - 2021-03-11 14:50 +0100
                Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Stefan Monnier <monnier@iro.umontreal.ca> - 2021-03-11 18:10 +0100
            Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Nate Bargmann <n0nb@n0nb.us> - 2021-03-10 19:30 +0100
              Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-10 20:40 +0100
                Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Stefan Monnier <monnier@iro.umontreal.ca> - 2021-03-10 23:30 +0100
                Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-11 00:30 +0100
                Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Dan Ritter <dsr@randomstring.org> - 2021-03-11 12:00 +0100
                Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. David Wright <deblis@lionunicorn.co.uk> - 2021-03-11 20:00 +0100
                Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-11 21:10 +0100
                Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. David Wright <deblis@lionunicorn.co.uk> - 2021-03-12 05:10 +0100
                Windows drive letters (was Re: Is there an alternative filesystem  hierarchy that could be adapted to Debian.) The Wanderer <wanderer@fastmail.fm> - 2021-03-12 10:40 +0100
                Re: Windows drive letters (was Re: Is there an alternative  filesystem hierarchy that could be adapted to Debian.) David Wright <deblis@lionunicorn.co.uk> - 2021-03-12 23:30 +0100
                Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-12 17:10 +0100
                Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. David Wright <deblis@lionunicorn.co.uk> - 2021-03-12 23:20 +0100
                Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Andrei POPESCU <andreimpopescu@gmail.com> - 2021-03-12 15:30 +0100
            Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. <tomas@tuxteam.de> - 2021-03-11 10:20 +0100
          Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Stefan Monnier <monnier@iro.umontreal.ca> - 2021-03-10 23:20 +0100
            Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Jeremy Ardley <jeremy@ardley.org> - 2021-03-10 23:30 +0100
              Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Stefan Monnier <monnier@iro.umontreal.ca> - 2021-03-11 00:30 +0100
            Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Sven Joachim <svenjoac@gmx.de> - 2021-03-10 23:40 +0100
              Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-11 00:50 +0100
            Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. IL Ka <kazakevichilya@gmail.com> - 2021-03-11 01:00 +0100
              Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Greg Wooledge <greg@wooledge.org> - 2021-03-11 01:30 +0100
                Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-11 01:40 +0100
                Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. IL Ka <kazakevichilya@gmail.com> - 2021-03-11 02:20 +0100
                Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-11 03:10 +0100
        Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. <tomas@tuxteam.de> - 2021-03-10 14:00 +0100
          Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-10 14:10 +0100
            Re: Is there an alternative filesystem hierarchy that could be adapted  to Debian. The Wanderer <wanderer@fastmail.fm> - 2021-03-10 14:30 +0100
              Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-10 19:10 +0100
        Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-10 14:10 +0100
          Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. IL Ka <kazakevichilya@gmail.com> - 2021-03-10 14:30 +0100
        Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. "Thomas Schmitt" <scdbackup@gmx.net> - 2021-03-10 14:20 +0100
    Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. "J.B. Nicholson" <jbn@forestfield.org> - 2021-03-11 01:50 +0100
  Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Darac Marjal <mailinglist@darac.org.uk> - 2021-03-10 10:10 +0100
  Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. songbird <songbird@anthive.com> - 2021-03-10 14:20 +0100
    Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-10 14:30 +0100
      Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Nate Bargmann <n0nb@n0nb.us> - 2021-03-10 15:40 +0100
      Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. songbird <songbird@anthive.com> - 2021-03-10 16:30 +0100
        Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Richard Owlett <rowlett@cloud85.net> - 2021-03-10 18:00 +0100
        Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-10 21:30 +0100
          Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Dan Ritter <dsr@randomstring.org> - 2021-03-10 21:40 +0100
          Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Joe <joe@jretrading.com> - 2021-03-10 22:00 +0100
            Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Dan Ritter <dsr@randomstring.org> - 2021-03-10 22:10 +0100
              Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-10 22:30 +0100
          Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Stefan Monnier <monnier@iro.umontreal.ca> - 2021-03-10 23:50 +0100
            Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-11 00:40 +0100
              Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. <tomas@tuxteam.de> - 2021-03-11 09:30 +0100
            Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. David Wright <deblis@lionunicorn.co.uk> - 2021-03-11 05:00 +0100
              Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. David <bouncingcats@gmail.com> - 2021-03-11 06:20 +0100
                Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. David Wright <deblis@lionunicorn.co.uk> - 2021-03-11 19:40 +0100
                Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Greg Wooledge <greg@wooledge.org> - 2021-03-11 19:50 +0100
    Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Richard Owlett <rowlett@cloud85.net> - 2021-03-10 14:30 +0100
      Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-10 19:10 +0100
  Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Erwan David <erwan@rail.eu.org> - 2021-03-10 19:20 +0100
  Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Stefan Monnier <monnier@iro.umontreal.ca> - 2021-03-10 23:30 +0100
    Re: Is there an alternative filesystem hierarchy that could be  adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-11 00:30 +0100
      Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. deloptes <deloptes@gmail.com> - 2021-03-11 07:30 +0100

csiph-web