On 28/12/24 19:20, Daniel70 wrote:
Oh!! You Hi-techie, you, faeychild!! ;-P
At this stage I'd say something like "I've got the DVDs and gotta find
something to do with them" .... mind you, in 'xx' years, I'll probably
have a 'Good' reason for using them and have run out!! ;-)
I have few left too, along with tower of CD's some dvd-rw and some dual layer. They are gathering dust. It has been quite some time since anyone asked me to burn a disc for them
-aI still have MGA6 partition because that's the only release that Dvdstyler still works with.
I know that when I blow that partition away I'll get a request for an authored DVD. So it remains
I have a seperate Home in a seperate Partition, too!
I have a seperate Home in a seperate Partition, too!
Eternal Newbie here re. stuff like this...
How can you make a separate Home in a separate Partition ?
When installing I always make a 'separate partition' for /home... but what
is a "separate home " ?
What does it look like in the file system?
TIA
I have a seperate Home in a seperate Partition, too!
Eternal Newbie here re. stuff like this...
How can you make a separate Home in a separate Partition ?
When installing I always make a 'separate partition' for /home... but what
is a "separate home " ?
What does it look like in the file system?
TIA
Santo
lsblk -o NAME,FSTYPE,MOUNTPOINT,LABEL,UUID,PARTLABEL,PARTUUID
When /home is in a separate partition, the root partition has a
directory /home that is then used as a mountpoint for the home
partition.
Clear enough?
Regards, Dave Hodgins
Yes thank you, the wording had confused me, I thought it was a way to
put /home somewhere totally different...
Happy Different Year
:-)
On 30/12/24 20:53, santo wrote:
Yes thank you, the wording had confused me, I thought it was a way
to put /home somewhere totally different... Happy Different Year
:-)
Yes indeed the AH-HA moment. I got a glimmer of peace from that
myself.
I realized that this probably holds true for separate "TMP" partition
For my Harddrive and it showed (amongst others) ...
roLroCsda5 swap [SWAP] 923ff3f4-03c4-463b-a69a-35623f9ec731
95aa95aa-05
... so am I wasting part of my (spinning rust) Harddrive or is the
system actually using sda5 for Swap space??
On Wed, 01 Jan 2025 05:30:07 -0500, Daniel70
<daniel47@nomail.afraid.org> wrote:
<snip>
For my Harddrive and it showed (amongst others) ...
roLroCsda5-a swap-a-a [SWAP]-a-a-a-a-a-a-a-a-a-a-a-a-a 923ff3f4-03c4-463b-a69a-35623f9ec731
-a-a-a-a-a-a-a-a-a-a 95aa95aa-05
... so am I wasting part of my (spinning rust) Harddrive or is the
system actually using sda5 for Swap space??
Check the output of the command "swapon -s".
Regards, Dave Hodgins
David W. Hodgins wrote on 2/1/25 1:21 am:
On Wed, 01 Jan 2025 05:30:07 -0500, Daniel70
<daniel47@nomail.afraid.org> wrote: <snip>
For my Harddrive and it showed (amongst others) ... roLroCsda5 swap
[SWAP] 923ff3f4-03c4-463b-a69a-35623f9ec731
95aa95aa-05 ... so am I wasting part of my (spinning rust)
Harddrive or is the system actually using sda5 for Swap space??
Check the output of the command "swapon -s".
Regards, Dave Hodgins
Thanks for the suggestion, Dave. First time I tried it, I got zero
result ..... then thought maybe, if I do it as a SuperUser ....
[daniel@localhost ~]$ su Password: [root@localhost daniel]# swapon
-s Filename Type Size
Used Priority /dev/sda5 partition
4088504 524 -2 [root@localhost daniel]#
So it's there but, to me, doesn't seem to be getting used much. Mind
you, this is just after I've cold booted this Laptop, so (if I
remember) I'll try again, in about four hours, just before I close
down for the night.
Daniel70 wrote on 2/1/25 7:53 pm:
David W. Hodgins wrote on 2/1/25 1:21 am:
On Wed, 01 Jan 2025 05:30:07 -0500, Daniel70
<daniel47@nomail.afraid.org> wrote: <snip>
For my Harddrive and it showed (amongst others) ... roLroCsda5 swap
[SWAP] 923ff3f4-03c4-463b-a69a-35623f9ec731
95aa95aa-05 ... so am I wasting part of my (spinning rust)
Harddrive or is the system actually using sda5 for Swap space??
Check the output of the command "swapon -s".
Regards, Dave Hodgins
Thanks for the suggestion, Dave. First time I tried it, I got zero
result ..... then thought maybe, if I do it as a SuperUser ....
[daniel@localhost ~]$ su Password: [root@localhost daniel]# swapon
-s Filename Type Size
Used Priority /dev/sda5 partition
4088504 524 -2 [root@localhost daniel]#
So it's there but, to me, doesn't seem to be getting used much. Mind
you, this is just after I've cold booted this Laptop, so (if I
remember) I'll try again, in about four hours, just before I close
down for the night.
Here I am about five hours later, mainly doing UseNet reading, some game playing, and ....
[root@localhost daniel]# swapon -s
Filename Type Size Used Priority
/dev/sda5 partition 4088504 26380 -2 [root@localhost daniel]#
so the Used figure has increased from 524kB to 26,380kB
Does that indicate anything to you David?? Anyone??
so the Used figure has increased from 524kB to 26,380kB
Does that indicate anything to you David?? Anyone??
On Thu, 02 Jan 2025 09:11:31 -0500, Daniel70
<daniel47@nomail.afraid.org> wrote:
<snip>
so the Used figure has increased from 524kB to 26,380kB
Does that indicate anything to you David??-a Anyone??
Very small amount of swap used.
Another command that may be of use is "free -m". That shows the memory
and swap available and used in megabytes.
The file /proc/swaps contains size/used swap in bytes.
Regards, Dave Hodgins
David W. Hodgins wrote on 3/1/25 9:25 am:
On Thu, 02 Jan 2025 09:11:31 -0500, Daniel70
<daniel47@nomail.afraid.org> wrote:
<snip>
so the Used figure has increased from 524kB to 26,380kB
Does that indicate anything to you David?? Anyone??
Very small amount of swap used.
Another command that may be of use is "free -m". That shows the memory
and swap available and used in megabytes.
The file /proc/swaps contains size/used swap in bytes.
Regards, Dave Hodgins
[root@localhost daniel]# free -m
total used free shared buff/cache available
Mem: 3848 1199 1190 96 1458
2321
Swap: 3992 0 3992
[root@localhost daniel]#
I went looking for /proc/swaps .... opened Dolphin, selected the /
drive, entered my password, then entered '/proc/swaps' in the Search
Field ..... Waiting .... Waiting!! ;-(
On Fri, 03 Jan 2025 02:49:49 -0500, Daniel70 <daniel47@nomail.afraid.org> wrote:
David W. Hodgins wrote on 3/1/25 9:25 am:
On Thu, 02 Jan 2025 09:11:31 -0500, Daniel70
<daniel47@nomail.afraid.org> wrote:
<snip>
so the Used figure has increased from 524kB to 26,380kB
Does that indicate anything to you David?? Anyone??
Very small amount of swap used.
Another command that may be of use is "free -m". That shows the memory
and swap available and used in megabytes.
The file /proc/swaps contains size/used swap in bytes.
Regards, Dave Hodgins
[root@localhost daniel]# free -m
total used free shared buff/cache
available
Mem: 3848 1199 1190 96 1458
2321
Swap: 3992 0 3992
[root@localhost daniel]#
I went looking for /proc/swaps .... opened Dolphin, selected the /
drive, entered my password, then entered '/proc/swaps' in the Search
Field ..... Waiting .... Waiting!! ;-(
It's an ordianry (read only) file.
$ ls -l /proc/swaps
-r--r--r-- 1 root root 0 Dec 31 12:29 /proc/swaps
As it's only readable by root or members of the root group, either make your id a member of
the root group or use "su -" in a terminal to access it.
I went looking for /proc/swaps .... opened Dolphin, selected the /
drive, entered my password, then entered '/proc/swaps' in the Search
Field ..... Waiting .... Waiting!! ;-(
On 3/1/25 18:49, Daniel70 wrote:
I went looking for /proc/swaps .... opened Dolphin, selected the /
drive, entered my password, then entered '/proc/swaps' in the Search
Field ..... Waiting .... Waiting!! ;-(
It does depend somewhat on how much ram there is
~]$ cat /proc/swaps Filename-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a Type-a-a-a-a-a-a-a-a-a-a-a Size
Used-a-a-a-a-a-a-a-a-a-a-a Priority /dev/nvme0n1p3-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a partition-a-a-a-a-a-a 11146236
0-a-a-a-a-a-a-a-a-a-a-a-a-a-a -2
[faeychild@unimatrix ~]$ free
-a-a-a-a-a-a-a-a-a-a-a-a-a-a total-a-a-a-a-a-a-a used-a-a-a-a-a-a-a free-a-a-a-a-a shared-a buff/cache
available
Mem:-a-a-a-a-a-a-a 32813348-a-a-a-a 3781228-a-a-a 24318264-a-a-a-a-a-a 52064-a-a-a-a 4713856
28564648
Swap:-a-a-a-a-a-a 11146236-a-a-a-a-a-a-a-a-a-a 0-a-a-a 11146236
On Sat, 04 Jan 2025 15:18:07 -0500, David W. Hodgins <dwhodgins@nomail.afraid.org> wrote:
On Fri, 03 Jan 2025 02:49:49 -0500, Daniel70
<daniel47@nomail.afraid.org> wrote:
David W. Hodgins wrote on 3/1/25 9:25 am:
On Thu, 02 Jan 2025 09:11:31 -0500, Daniel70
<daniel47@nomail.afraid.org> wrote:
<snip>
so the Used figure has increased from 524kB to 26,380kB
Does that indicate anything to you David??-a Anyone??
Very small amount of swap used.
Another command that may be of use is "free -m". That shows the memory >>>> and swap available and used in megabytes.
The file /proc/swaps contains size/used swap in bytes.
Regards, Dave Hodgins
[root@localhost daniel]# free -m
-a-a-a-a-a-a-a-a-a-a-a-a-a-a total-a-a-a-a-a-a-a used-a-a-a-a-a-a-a free-a-a-a-a-a shared-a buff/cache
available
Mem:-a-a-a-a-a-a-a-a-a-a 3848-a-a-a-a-a-a-a 1199-a-a-a-a-a-a-a 1190-a-a-a-a-a-a-a-a-a 96-a-a-a-a-a-a-a 1458
-a-a 2321
Swap:-a-a-a-a-a-a-a-a-a 3992-a-a-a-a-a-a-a-a-a-a 0-a-a-a-a-a-a-a 3992
[root@localhost daniel]#
I went looking for /proc/swaps .... opened Dolphin, selected the /
drive, entered my password, then entered '/proc/swaps' in the Search
Field ..... Waiting .... Waiting!! ;-(
It's an ordianry (read only) file.
$ ls -l /proc/swaps
-r--r--r-- 1 root root 0 Dec 31 12:29 /proc/swaps
As it's only readable by root or members of the root group, either
make your id a member of
the root group or use "su -" in a terminal to access it.
Oops. Ignore that. Others have read access too. Using dolphin as a
regular user, /proc/swaps
is readable for me.
Regards, Dave Hodgins
faeychild wrote on 5/1/25 8:55 am:
[root@localhost daniel]# cat /proc/swaps Filename-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a Type-a-a-a-a-a-a-a-a-a-a-a Size-a-a-a Used
Priority /dev/sda5-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a partition-a-a-a-a-a-a 4088504 524-a-a-a-a -2
[root@localhost daniel]#
On 5/1/25 19:32, Daniel70 wrote:
faeychild wrote on 5/1/25 8:55 am:
[root@localhost daniel]# cat /proc/swaps
Filename-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a Type-a-a-a-a-a-a-a-a-a-a-a Size-a-a-a Used
Priority
/dev/sda5-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a partition-a-a-a-a-a-a 4088504
524-a-a-a-a -2
[root@localhost daniel]#
You're looking safe - so far :-)
| Sysop: | Amessyroom |
|---|---|
| Location: | Fayetteville, NC |
| Users: | 65 |
| Nodes: | 6 (0 / 6) |
| Uptime: | 07:11:36 |
| Calls: | 862 |
| Files: | 1,311 |
| Messages: | 264,829 |