public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Fwd: show label for swap partition.
       [not found] ` <83f15e30801281156od91c2a8p3ec439cb16232386@mail.gmail.com>
@ 2008-01-28 19:58   ` Jason Price
  2008-01-28 20:10     ` Zan Lynx
  0 siblings, 1 reply; 3+ messages in thread
From: Jason Price @ 2008-01-28 19:58 UTC (permalink / raw)
  To: linux-kernel

I apologize if this is the wrong forum.  Please CC me on replies.

A admin accidentally deleted the swap line from the fstab file.  We
mount the swap filesystem via labels.  However, there seems to be no
way to list the label on an existing swap partition, via the command
line swap tools (mkswap, swapon/off, etc)

Is this blindness on my part, or should there be an analog to e2label
for swap partitions?

--Jason

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Fwd: show label for swap partition.
  2008-01-28 19:58   ` Fwd: show label for swap partition Jason Price
@ 2008-01-28 20:10     ` Zan Lynx
  2008-01-28 20:53       ` Jan Engelhardt
  0 siblings, 1 reply; 3+ messages in thread
From: Zan Lynx @ 2008-01-28 20:10 UTC (permalink / raw)
  To: Jason Price; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1210 bytes --]


On Mon, 2008-01-28 at 14:58 -0500, Jason Price wrote:
> I apologize if this is the wrong forum.  Please CC me on replies.
> 
> A admin accidentally deleted the swap line from the fstab file.  We
> mount the swap filesystem via labels.  However, there seems to be no
> way to list the label on an existing swap partition, via the command
> line swap tools (mkswap, swapon/off, etc)
> 
> Is this blindness on my part, or should there be an analog to e2label
> for swap partitions?

There's this cheesy way to get it:
# dd if=swapfile bs=4k count=1 | xxd -a
1+0 records in
1+0 records out
4096 bytes (4.1 kB) copied, 6.2589e-05 s, 65.4 MB/s
0000000: 0000 0000 0000 0000 0000 0000 0000 0000  ................
*
0000400: 0100 0000 ffff 0000 0000 0000 f209 fce3  ................
0000410: 7bc9 486d ac86 5d63 af25 3c99 466c 6173  {.Hm..]c.%<.Flas
0000420: 6853 7761 7000 0000 0000 0000 0000 0000  hSwap...........
0000430: 0000 0000 0000 0000 0000 0000 0000 0000  ................
*
0000ff0: 0000 0000 0000 5357 4150 5350 4143 4532  ......SWAPSPACE2

You can see it is marked as SWAPSPACE2.  The label is FlashSwap.  Looks
like it appears at offset 0x41c.
-- 
Zan Lynx <zlynx@acm.org>

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Fwd: show label for swap partition.
  2008-01-28 20:10     ` Zan Lynx
@ 2008-01-28 20:53       ` Jan Engelhardt
  0 siblings, 0 replies; 3+ messages in thread
From: Jan Engelhardt @ 2008-01-28 20:53 UTC (permalink / raw)
  To: Zan Lynx; +Cc: Jason Price, linux-kernel


On Jan 28 2008 20:10, Zan Lynx wrote:
>On Mon, 2008-01-28 at 14:58 -0500, Jason Price wrote:
>> I apologize if this is the wrong forum.  Please CC me on replies.
>> 
>> A admin accidentally deleted the swap line from the fstab file.  We
>> mount the swap filesystem via labels.  However, there seems to be no
>> way to list the label on an existing swap partition, via the command
>> line swap tools (mkswap, swapon/off, etc)
>> 
>> Is this blindness on my part, or should there be an analog to e2label
>> for swap partitions?

# blkid /dev/mapper/swap0
swap0: UUID="502e549d-d8b4-4c08-9b27-3d3e9cefed92" TYPE="swap" 

Works.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-01-28 20:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <83f15e30801281151w21466ef9m82dc50ab09dc390f@mail.gmail.com>
     [not found] ` <83f15e30801281156od91c2a8p3ec439cb16232386@mail.gmail.com>
2008-01-28 19:58   ` Fwd: show label for swap partition Jason Price
2008-01-28 20:10     ` Zan Lynx
2008-01-28 20:53       ` Jan Engelhardt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox