I'm a heavy computer user who's computer is out of commission now and am borrowing a friend's laptop as a guest user until I can solve my computer problems. I'm not sure, but I believe that logging out of my guest session deletes all usage info, is that right? If it is, how do I set up the guest account to save all my settings (web browser tabs, passwords, history, etc.) & personal documents? My guest session has been set up as administrator but without password.
Announcement
Collapse
No announcement yet.
Can I save Guest user settings, data?
Collapse
This topic is closed.
X
X
-
Which OS are we talking about here (just to be clear)?
I don't think most Linux desktops have an ephemeral 'guest' login per se, though iirc Unity used to have an option for this back in the day.
If you created a new user account, and called it Guest, and did not set a password, or set it as a blank one, it is just a normal user account, it will save user application settings in /home/username (/home/Guest, or whatever), so if you have such a directory, your browser data is being saved, just like normal.
Originally posted by RLynwood View PostMy guest session has been set up as administrator but without password.
But again, I am guessing you have simply created a new user account, simply called 'guest', and used a blank password. A true 'guest' login would not be able to have admin privileges, it sorta defeats the purpose.
- Top
- Bottom
-
Originally posted by claydoh View PostWhich OS are we talking about here (just to be clear)?
I don't think most Linux desktops have an ephemeral 'guest' login per se, though iirc Unity used to have an option for this back in the day.
If you created a new user account, and called it Guest, and did not set a password, or set it as a blank one, it is just a normal user account, it will save user application settings in /home/username (/home/Guest, or whatever), so if you have such a directory, your browser data is being saved, just like normal.
I am guessing that your friend trusts you with such powers ?
But again, I am guessing you have simply created a new user account, simply called 'guest', and used a blank password. A true 'guest' login would not be able to have admin privileges, it sorta defeats the purpose.Last edited by Snowhog; Jan 10, 2023, 01:21 PM.
- Top
- Bottom
Comment
-
I need to know any reason for not using the GPT on a flash drive so as to save different kinds of OSs &/or data on one drive. That's where I'm stopped now, but I'm going to pursue this in my other problem post. So I'm calling this one solved.Last edited by RLynwood; Jan 13, 2023, 08:33 AM.
- Top
- Bottom
Comment
-
GPT/MBR only matters for booting purposes. For simple storage uses, it makes no difference which one is used.
When 'burning' an ISO to a USB, it also doesn't matter as this part of the disk image already, and/or the software takes care of it, You don't need to worry about it in this case.
MBR is only for really old computers, in terms of booting.
Just use GPT.
- Top
- Bottom
Comment
-
Originally posted by claydoh View PostGPT/MBR only matters for booting purposes. For simple storage uses, it makes no difference which one is used.
When 'burning' an ISO to a USB, it also doesn't matter as this [is] part of the disk image already, and/or the software takes care of it, You don't need to worry about it in this case.
MBR is only for really old computers, in terms of booting. Just use GPT.Last edited by Snowhog; Jan 13, 2023, 11:48 AM.
- Top
- Bottom
Comment
-
An ISO is a direct bit-for-bit copy/clone of a disk, which includes the boot stuff. "ISO" *usually* indicates an bootable optical disc image.
On UEFI systems (using GPT), the MBR is no longer where the boot loader is stored as it is too small for current OS boot loaders, let alone multi-booting. It actually is kept in a fairly normal FAT partition. This is set to normally be hidden in normal usage. if you poke around the contents of an ISO image, you will see an EFI folder. This is actually where the boot loader files are, and it lives on that FAT partition. if you look at the partitions on the USB stick, you will see a small FAT 12/16/32 partition of a few hundred Mb. This is where the EFI folder goes to when the image is 'burned'. This is where all the bootloader items are.
Windows and Linux both use this UEFI boot scheme, and this partition can be used to hold multiple OS boot loaders, or one can have these EFI partitions on each individual hard drive if desired.
- Top
- Bottom
Comment
-
So when cloning, Clonezilla makes and ISO? I just looked up the meaning of ISO; it looks like that's exactly right.
" ... and it lives on that FAT partition." Do you mean sub-partition? Isn't that a part/portion of the GPT-defined partition?
I see that my SSD's GPT partition begins with a 487 Mb FAT subpartition. Why does GPT put that there? I've read that GRUB *must* be in a FAT, but why? Is that why GPT keeps a FAT subpartition?
"if you look at the partitions on the USB stick, you will see a small FAT 12/16/32 partition of a few hundred Mb."
I know that usb sticks typically come with FATs, but I don't understand this statement. Are you saying that, when one creates multiple partitions on a usb stick, there is that small 12/16/32--what?-- FAT at the beginning of the entire stick, or at the beginning of each partition?
I have to make a trip to town for a while now but will return to this as soon as I return. A million thanks. This is the help I've been waiting for three weeks for. Now I'm getting somewhere and am beginning to see the light at the end of the tunnel.
- Top
- Bottom
Comment
-
Originally posted by RLynwood View PostSo when cloning, Clonezilla makes and ISO? I just looked up the meaning of ISO; it looks like that's exactly right.
Clonezilla makes a 'bare metal' copy of the 'source' and writes it to the 'destination'. The 'destination' must be equal to or greater in size than the 'source'.Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Originally posted by RLynwood View PostI thought that an ISO was an image which was an exact copy,Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
ISO file: An ISO file is an image file of a CD/DVD or other disc. It contains all the files from the disc, neatly packed into a single .iso file. This allows users to burn new copies of the disc, or they can open the ISO file to browse and copy its contents to their system.Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Originally posted by RLynwood View PostSo when cloning, Clonezilla makes and ISO? I just looked up the meaning of ISO; it looks like that's exactly right.
" ... and it lives on that FAT partition." Do you mean sub-partition? Isn't that a part/portion of the GPT-defined partition?
I see that my SSD's GPT partition begins with a 487 Mb FAT subpartition. Why does GPT put that there? I've read that GRUB *must* be in a FAT, but why? Is that why GPT keeps a FAT subpartition?
"if you look at the partitions on the USB stick, you will see a small FAT 12/16/32 partition of a few hundred Mb."
I know that usb sticks typically come with FATs, but I don't understand this statement. Are you saying that, when one creates multiple partitions on a usb stick, there is that small 12/16/32--what?-- FAT at the beginning of the entire stick, or at the beginning of each partition?
I have to make a trip to town for a while now but will return to this as soon as I return. A million thanks. This is the help I've been waiting for three weeks for. Now I'm getting somewhere and am beginning to see the light at the end of the tunnel.
- Top
- Bottom
Comment
Comment