Machine Readiness
Stored receipt and evidence
20
65
0
0
0
Samples
No stored offer samples.
Samples
No stored action samples.
Samples
No stored product samples.
Document
Sitemap: https://pendrivelinux.com/sitemap_index.xml User-agent: * Disallow: User-agent: ia_archiver Disallow: / User-agent: archive.org_bot Disallow: /
Document
Generated by Rank Math SEO, this is an llms.txt file designed to help LLMs better understand and index this website. # USB Pendrive Linux: Provides How to boot from USB tutorials and USB boot software tools like UUI and YUMI to help anyone quickly and easily make a bootable USB drive from ISO files from within Linux or Windows. Also provides additional information for beginners on making use of Linux commands, helping them navigate and get familiar with using Linux. ## Sitemaps [XML Sitemap](https://pendrivelinux.com/sitemap_index.xml): Includes all crawlable and indexable pages. ## Posts - [Easily Boot Windows 11 from USB on a VHDx Image](https://pendrivelinux.com/easily-boot-windows-11-from-usb-on-vhdx/): Want to boot Windows 11 from USB without installing it to your internal hard drive? This complete step by step guide shows you how to create a fully portable Windows 11 bootable USB using a VHDx virtual hard disk image. - [YUMI: Multiboot Windows and Linux from USB](https://pendrivelinux.com/yumi-multiboot-usb-creator/): YUMI (Your USB Multiboot Installer) is a powerful multiboot USB boot tool that lets you build bootable flash drives for multiple operating systems. It also works as a USB Windows media creation tool or utility, enabling you to quickly create a custom USB drive packed with multiple ISO files and essential system diagnostic utilities. This makes it easy for anyone to boot from a USB drive to install operating systems, run Linux Live portably or troubleshoot and fix a PC. - [The Best Fastest USB Flash Drives are SSD](https://pendrivelinux.com/fastest-usb-flash-drives/): Looking for the fastest USB flash drives? Whether you're USB booting an operating system, editing 4K videos, or transferring massive files, Solid State (SSD) based USB drives offer game changing performance, boasting speeds over 600MB/s and lifespans that far exceed traditional NAND flash memory. - [How to Enable Linux on Chromebook (Crostini)](https://pendrivelinux.com/linux-on-chromebook/): How to easily enable Linux on Chromebooks: Most modern Chromebooks include a built-in Linux feature called Crostini, also known as Linux on ChromeOS. This allows you to run Linux applications securely alongside your native ChromeOS without wiping your device, enabling Developer Mode, or creating and booting from a USB flash drive. - [How to Get UUID of a USB Flash Drive on Windows, macOS, and Linux](https://pendrivelinux.com/get-uuid-usb-drive/): Get UUID: Need to quickly find the UUID of a USB flash drive for scripting, mounting, or system administration? Whether you're using Linux, macOS, or Windows, each system has its own method for identifying your device with a unique identifier like a UUID or volume serial. This comprehensive guide will help you locate the USB flash drive UUID on any major OS. - [GalliumOS: The Best Linux for Chromebooks](https://pendrivelinux.com/galliumos-linux-for-chromebooks/): GalliumOS is often heralded as the best Linux distribution for Chromebooks and Chromeboxes. Designed specifically for ChromeOS devices, this lightweight operating system is optimized for performance, compatibility, and efficiency. By combining the speed of Xubuntu with Chromebook specific tweaks, it offers a seamless experience for users looking to repurpose their Chromebook hardware. - [How to Install Chrome on Linux](https://pendrivelinux.com/how-to-install-chrome-on-linux/): How to Install Chrome on Linux: This guide explains how to easily install the Google Chrome browser on several popular Linux distributions, including CentOS, Ubuntu/Debian, Fedora, openSUSE, and Arch Linux. Methods including yum, dnf, apt get install chrome and more. - [How to Install and Use LZMA Compression on Linux](https://pendrivelinux.com/lzma-compression/): LZMA compression (Lempel-Ziv-Markov chain algorithm) is a high-performance data compression algorithm known for its high compression ratio. It is widely used in various applications where space efficiency is critical, such as software distribution, embedded systems, and large datasets. This tutorial will guide you through installing and using LZMA on Linux. We'll cover everything from installation to basic and advanced commands, including how to compress and decompress files using this powerful tool on popular Linux distributions like Ubuntu, Fedora, and Arch Linux. - [How to Create a Bootable USB from ISO using DD](https://pendrivelinux.com/create-bootable-usb-from-iso-using-dd/): How to manually create a bootable USB from ISO Files Using the Linux dd Command. You can use dd to write ISO to USB from within Linux or any Unix based system. The dd command is powerful and can be used for copying data bit by bit from a source to a destination, in essence making an exact copy of the source at the destination. - [CHMOD Command | Change File Permissions in Linux](https://pendrivelinux.com/chmod-command/): The chmod command is an essential tool for managing file permissions in Linux and Unix-based systems. It allows users to control the access rights to files and directories, ensuring that only authorized users can read, write, or execute specific files. The term CHMOD stands for CHange MODe, representing a fundamental skill for maintaining a secure and efficient system. - [How to Check Linux Version and Kernel Information](https://pendrivelinux.com/check-linux-version-command/): How to easily check Linux version and display installed kernel information. In this post, I walk you through multiple methods to check your Linux operating system (OS) version using simple terminal commands. Whether you're using Ubuntu, Debian, CentOS, Fedora, or any other Linux distribution, these methods will help you identify your OS version quickly. Keep reading to learn how to check your Linux version with commands like lsb_release, cat, and others. Plus, we'll also cover how to find your kernel version and other useful details. - [Change Ownership of File in Linux using Chown](https://pendrivelinux.com/change-ownership-of-file-linux/): Easily Change Ownership of File or Directory in Linux. Changing file or directory ownership in Linux is a common administrative task. Whether you're managing a server, developing software, or organizing personal files, understanding how to use the chown command effectively is essential. This guide will walk you through the process, explain its syntax, and provide practical examples. - [How to Find and Kill a Process in Linux](https://pendrivelinux.com/how-to-find-and-kill-processes-linux/): At some point, you will likely need to find and kill a process in Linux. Like any operating system, Linux applications can freeze, crash, or become unresponsive. When that happens, the safest approach is to locate and terminate the problematic process rather than restarting your entire system. - [Rename File in Terminal from Linux](https://pendrivelinux.com/linux-rename-file/): Linux Rename File: Rename File in Terminal using Linux: Renaming files in Linux using the terminal might not be immediately obvious, but it's quite simple with the mv (move) command. This powerful command allows you to rename files, rename directories, and move files to different locations. - [Creating a For Loop Bash Script in Linux](https://pendrivelinux.com/for-linux-command/): For Loop Bash. For is a loop command in Linux; A bash command used in Linux and other Unix like operating systems to loop through a series of commands. It is most commonly used in shell scripts or bash to help automate tasks or routines. - [Using and Linux Command to Chain Commands](https://pendrivelinux.com/and-linux-command/): And Linux Command; && in Linux, logical operators are used in various contexts, including shell scripting and command line operations. Logical operators are used to perform logical operations on values or conditions, and they are typically used within conditional statements to control the flow of a script or to evaluate expressions. - [Updating Linux: Ubuntu, Fedora, CentOS, Arch](https://pendrivelinux.com/updating-linux/): Updating Linux: Keeping your Linux system updated is essential for maintaining stability, improving performance, applying security patches, and gaining access to the latest features. This guide walks you through updating and upgrading packages, as well as moving to newer releases, on several popular Linux distributions including Ubuntu, Debian, Fedora, CentOS, and Arch Linux. - [How to Find a File in Linux from the Terminal](https://pendrivelinux.com/find-a-file-in-linux/): Learning how to find a file in Linux from the terminal can save time, reduce frustration, and significantly improve your productivity. Whether you're hunting for misplaced files, organizing a complex directory structure, or managing storage space, the find command in Linux is a powerful and versatile tool you need to master. - [Restore Grub after Windows Install](https://pendrivelinux.com/restore-grub-after-windows-install/): When you install Windows alongside Linux, the Windows bootloader overwrites GRUB, preventing you from booting into Linux. This guide explains how to restore or repair GRUB so you can regain access to your Linux system. - [Ubuntu Cheat Codes | Startup Parameters](https://pendrivelinux.com/ubuntu-cheat-codes/): Ubuntu Cheat Codes, boot options, and kernel parameters can help you boot Ubuntu from a USB flash drive on different machines. These Ubuntu boot parameters allow you to customize the boot process, fix hardware compatibility issues, and enable persistence, among other features. To append cheat codes during bootup, press the ESC key if you are booting from Syslinux or press E to edit, if booting from GRUB. Then proceed to add one or more of the following boot options to your existing boot string, and press ENTER to boot. - [How to Recover Lost Space on a USB Flash Drive](https://pendrivelinux.com/recover-lost-space-on-a-usb-flash-drive/): Recover Lost Space on a USB flash drive: Missing space on your USB drive after formatting or creating a bootable USB? Is your USB drive showing the wrong capacity? You may have encountered this issue after using tools to burn an ISO to a USB. Don't worry, recovering lost space on a USB flash drive in Windows, Linux, or even macOS is pretty straightforward. - [Make an exFAT Bootable USB Flash Drive](https://pendrivelinux.com/make-an-exfat-bootable-usb-flash-drive/): This guide shows how to manually create an exFAT bootable USB drive from both Windows and Linux. - [Mount exFAT USB from Linux: Access exFAT Drives](https://pendrivelinux.com/mount-exfat-usb-from-linux/): Looking to Mount exFAT USB flash drives from Linux? Many modern USB flash drives come pre formatted with exFAT (Extended File Allocation Table), a proprietary filesystem created by Microsoft to overcome the 4GB file size limitation of FAT32. exFAT is ideal for sharing large files across Windows, macOS, and Linux systems without reformatting. This guide will show you how to mount exFAT USB drives from Linux, fix common mount errors, and install exFAT support if your system doesn't recognize the filesystem. - [Convert a Virtual Machine into a Bootable USB Drive](https://pendrivelinux.com/convert-a-virtual-machine-into-a-bootable-usb/): This concludes how you can easily turn your VirtualBox or VMWare Virtual Machine into a bootable USB flash drives. Converting VirtualBox or VMware virtual machines into bootable USB drive brings freedom of portability to private computing. Hopefully this tutorial has helped you learn to create bootable USB VMs on Windows, Linux or macOS. Enjoy the speed and flexibility of running virtual machines natively from USB. - [Convert Fat32 to NTFS without losing Data](https://pendrivelinux.com/convert-fat32-to-ntfs-without-losing-data/): You can easily convert FAT32 to NTFS from within Windows or Linux. Outlined below are steps for both operating environments. - [Write Image ISO to USB: Win32 Disk Imager](https://pendrivelinux.com/write-img-iso-to-usb/): Easily Write Image ISO to USB: Win32 Disk Imager is a free and open source utility for writing disk image files to USB drives and SD cards. It supports both ISO and IMG formats, making it useful for creating bootable media, backing up removable storage, or duplicating Raspberry Pi SD cards. Whether you're a hobbyist, developer, or sysadmin, this tool offers a simple, reliable solution for image writing and recovery tasks. - [How to Install GRUB2 on USB from Windows](https://pendrivelinux.com/install-grub2-on-usb-from-windows/): Install Grub2 on USB from Windows: Need a reliable way to create a USB stick that boots from both BIOS and UEFI? In this guide we will show you how to install the Grub2 bootloader onto a USB flash drive directly from Windows. Using the grub-install.exe utility, you'll prepare a highly compatible bootable USB device. - [Balena Etcher: Burn ISO to USB or Clone USB Drives](https://pendrivelinux.com/etcher-usb-iso-burner-and-clone-tool/): Use Balena Etcher to easily burn ISO files to USB or Clone your USB drives. Ever wondered how to burn an ISO file to create a bootable USB drive? Or perhaps you're looking for a simple tool to clone a USB drive? Etcher, a freely available software utility, makes both of these tasks as straightforward as possible for users of all skill levels. - [Ventoy Multiboot Bootable USB Maker Tool](https://pendrivelinux.com/ventoy-bootable-usb-tool/): Ventoy is a powerful, open source multiboot USB creator that lets you boot directly from multiple ISO files stored on a single USB drive. Instead of reformatting the USB for each ISO, you simply copy the files and select what to boot at startup. Just drag, drop, and boot. - [Make a USB Boot CD for Ubuntu](https://pendrivelinux.com/make-a-usb-boot-cd-for-ubuntu/): To make a USB Boot CD for Ubuntu that can be used to boot your Ubuntu Live USB flash drive from a PC or Mac with a BIOS that doesn't natively support booting from USB devices, follow these steps. This process replaces our older USB Boot CD for Ubuntu tutorial, with updated requirements for later versions. - [How to Boot DOS from USB with Rufus](https://pendrivelinux.com/boot-dos-from-usb/): Rufus - easily boot DOS from USB: Creating a bootable USB flash drive to boot DOS from USB can be complicated. However, a tool called Rufus (Reliable USB Format Utility), created by Pete Batard, can make this task relatively simple. This utility can also be used to create a Bootable USB of a given distro from an ISO or image file. - [LiveUSB Install - Live USB Creator](https://pendrivelinux.com/liveusb-install-live-usb-creator/): LiveUSB Install is a versatile third party tool used to create Live Linux Bootable USB drives. It enables you to easily transfer a Live Linux distribution of your choice onto a flash drive, ideal for testing or installing Linux systems without modifying your hard drive. You can write an existing ISO, use a CD/DVD as the source, or download a Linux ISO file directly from the internet. - [XBOOT Multiboot ISO USB Creator Windows](https://pendrivelinux.com/xboot-multiboot-iso-usb-creator/): If you're interested in creating a multiboot USB flash drive that includes several Linux distributions, rescue tools, and diagnostic utilities, XBOOT offers a straightforward solution. With support for multiple ISO images, it simplifies the process of making a portable bootable drive that can serve various purposes, from system recovery to live Linux testing. - [SARDU: Multiboot USB Creator](https://pendrivelinux.com/sardu-multiboot-usb-creator-windows/): SARDU (Shardana Antivirus Rescue Disk Utility) is a powerful multiboot USB and DVD creation tool for Windows and Linux systems. Designed for IT professionals, system administrators, and tech enthusiasts, it supports multiple Live Linux ISOs, Windows setup installers (Windows 11, 10, 8, 7, XP), antivirus boot utilities, and recovery tools, all from a single USB flash drive. - [Boot Multiple ISO from USB via GRUB2](https://pendrivelinux.com/boot-multiple-iso-from-usb-via-grub2-using-linux/): UPDATE: There is now an updated method to boot Multiple ISO from USB from an exFAT formatted flash drive. <- This method includes a grub.cfg that makes it possible to simply drag and drop ISO files onto the USB drive and then boot from them. - [Create a Kubuntu Live USB with Persistence from Live CD](https://pendrivelinux.com/creating-a-kubuntu-live-usb-from-cd/): Easily create a Kubuntu Live USB flash drive with Persistence from a Live CD: Looking to run Kubuntu from a USB flash drive without installing it on your computer? In this simple tutorial, you will learn how to use Ubuntu's official Startup Disk Creator to create a Kubuntu Live USB. This tutorial also covers Casper Persistence, which allows you to save files, settings, and installed applications so that they remain available every time you boot from your USB. - [Create a Persistent Xubuntu Live USB from CD](https://pendrivelinux.com/creating-an-xubuntu-live-usb-from-cd/): Learn how to create a bootable Xubuntu Live USB flash drive with persistence using the Startup Disk Creator while running from a Live CD or DVD. This guide walks you through the entire process, including enabling Ubuntu’s Casper Persistence option so you can save changes and restore them between boots. - [Create Ubuntu Bootable USB from Live ISO](https://pendrivelinux.com/create-ubuntu-bootable-usb-from-cd/): Easily Create an Ubuntu Bootable USB with Persistence: This tutorial guides you through creating an Ubuntu Live CD USB with persistence using the Official Startup Disk Creator. This tool, made by the Ubuntu team, allows you to put Ubuntu on a USB flash drive, enabling you to save and restore changes across reboots using Ubuntu's Casper Persistent feature. - [MultiSystem Create a MultiBoot USB from Linux](https://pendrivelinux.com/multiboot-create-a-multiboot-usb-from-linux/): How to Create a Multisystem LiveUSB Flash Drive from Linux: Multisystem is a versatile tool designed to create Multiboot USB drives directly from Linux. Similar to the YUMI MultiBootISOs USB boot creator, it allows you to build a customized Multiboot USB flash drive with your preferred bootable Live Linux distributions. This guide provides step by step instructions on installing and using Multisystem while up and running from Ubuntu or another Debian based Operating System. - [How to Make an OpenMandriva Linux Bootable USB](https://pendrivelinux.com/put-mandriva-2010-on-a-usb-flash-drive-windows/): This guide walks you through how to run OpenMandriva Linux from a USB flash drive using tools like YUMI, Balena Etcher, or the dd command in Linux. With your portable Linux USB stick, you can try OpenMandriva Live on a bootable flash drive or install it on your hard drive, no DVD required. - [Create a Bitdefender Rescue USB](https://pendrivelinux.com/bitdefender-rescue-usb/): Creating a Bitdefender Rescue USB: The Bitdefender Rescue CD is a free bootable antivirus and malware removal utility created by Bitdefender, a leading name in cybersecurity. Designed for emergency virus recovery, it allows users to scan and clean infected systems that can no longer boot into Windows. You can create a portable rescue environment by running it directly from a USB flash drive, eliminating threats from outside the compromised system. - [How to Create a Puppy Linux Live USB Drive](https://pendrivelinux.com/puppy-linux-live-usb/): Create a Puppy Linux Live USB from Windows, Linux, or MacOS. In the following section, I will show you several methods to install, boot, and run a Live Puppy Linux system from a bootable USB flash drive. You can use the YUMI multiboot bootable USB drive maker tool from within Windows or the dd command from Linux or MacOS. Although packed with popular features, this Live Linux distribution aims to remain lightweight and small, allowing it to run exceptionally well on older computer hardware. - [Make a GParted Live USB Bootable Flash Drive](https://pendrivelinux.com/install-gparted-on-usb-flash-drive-using-windows/): Easily create a bootable GParted Live USB flash drive from Windows using YUMI, or using dd in Linux or on macOS. GParted, a popular graphical partition editor developed by Curtis Gedak, is a powerful open source USB partition tool for managing disk partitions. It allows you to create, resize, delete, and reorganize partitions with ease. Additional features include managing boot flags, formatting drives, cloning partitions, and more. - [Ubuntu Installer Not Detecting Hard Drive](https://pendrivelinux.com/ubuntu-installer-cant-find-my-sata-drive/): By the end, you'll know how to fix the "Ubuntu installer not detecting hard drive" error and complete your installation successfully. - [Make a System Rescue USB Bootable Toolkit](https://pendrivelinux.com/put-system-rescue-cd-on-usb-using-windows/): System Rescue USB (formerly known as System Rescue CD) is a Linux based live system toolkit designed for troubleshooting, repairing, and recovering computers. It helps fix unbootable or damaged systems, restore operating systems, repair filesystems, and recover data after crashes. - [Make a USB Bootable Linux Mint Flash Drive](https://pendrivelinux.com/usb-bootable-linux-mint/): Want to create a USB bootable Linux Mint with persistence? This how to tutorial shows you how to create a Linux Mint Live USB with persistence so you can run Linux Mint directly from a USB drive and save your changes between sessions. You'll also learn how to use that same drive to install Mint to your computer's hard drive. - [Boot from USB without BIOS Support - PLoP](https://pendrivelinux.com/boot-from-usb-without-bios-support-via-plop-cd/): How to Boot from USB Without BIOS Support Using PLoP Boot Manager: If your computer's BIOS does not natively support USB booting, this alternate Boot Manager allows you to boot from USB drives via a CD. This is especially useful for older computers or laptops with limited boot options. - [Create a Live Lubuntu Bootable USB with Persistence](https://pendrivelinux.com/put-lubuntu-on-a-flash-drive-using-windows/): How to create a Live Lubuntu bootable USB flash drive with persistence. Lubuntu Linux is an official Ubuntu flavor that uses the lightweight LXQt desktop environment. It is designed to run efficiently on older computers, netbooks, and systems with limited RAM or CPU resources. - [Make a Live Bootable USB Kubuntu with Persistence](https://pendrivelinux.com/make-usb-kubuntu-flash-drive/): Want to try a Live USB Kubuntu without installing it on your hard drive? A bootable USB lets you test it in live mode. With persistence enabled, you can save files, settings, and installed software for future sessions. This guide shows how to create a Kubuntu live bootable USB using tools like YUMI, Etcher, and dd, on Windows, Linux, or macOS. - [Put Xubuntu on USB Flash Drive | Windows or Linux](https://pendrivelinux.com/put-xubuntu-on-usb-flash-drive-with-windows/): Install Xubuntu on USB: Create a bootable Xubuntu Live USB drive using Windows or Linux. In this guide, you'll learn how to easily install Xubuntu onto a USB flash drive using YUMI Multiboot software, Etcher, or the dd command. The YUMI USB boot method also supports persistence, allowing you to save changes between sessions by selecting a persistent file size during setup. This makes the tiny Xubuntu operating system an excellent choice for a portable Linux system you can run on almost any computer. - [Install Ubuntu Netbook Remix (UNR) to a USB Drive](https://pendrivelinux.com/install-ubuntu-netbook-remix-to-usb-in-windows/): How to Install Ubuntu Netbook Remix (UNR) to a USB Drive: Ubuntu Netbook Remix (UNR) is a lightweight version of Ubuntu Linux developed by Canonical Ltd. for netbooks and other low powered computers. Though officially discontinued, it remains an excellent operating system for reviving old netbooks and laptops. ## Pages - [Pen Drive Linux Sitemap](https://pendrivelinux.com/sitemap/): Browse from the Pen Drive Linux Sitemap category sections below and discover the freedom and flexibility of Virtual Machine Emulation, Live Linux and Windows portable operating system computing and the process of booting from USB. - [About Pendrive Linux](https://pendrivelinux.com/about/): Since 2006, Pendrive Linux has been dedicated to making USB booting easy and accessible. With our simple tutorials, Linux bootable USB software, and Windows media creation tools, you can walk up to nearly any PC, boot from a flash drive, complete your tasks, and leave without a trace; keeping your data secure and portable. Our mission is to make USB booting straightforward and convenient for everyone. - [Privacy Policy and Cookies](https://pendrivelinux.com/privacy-policy/): Google AdSense (Monetization): This site also uses the third party Google AdSense, advertising service to serve ads to our visitors. According to Google, cookies are required by AdSense to allow for frequency capping, aggregated ad reporting, and to combat fraud and abuse. For personalized ads, cookies are further utilized by Google to collect information about your visit in order to provide related advertisements of interest to you. Visit here to see how Google uses cookies. For more details regarding Google's privacy policy, visit here. To opt-out of Google's personalized Ads, visit here. - [Resources and Credits](https://pendrivelinux.com/resources/): This page outlines the Websites containing the Live Linux distributions, emulation software, boot tools, extraction software, and other resources that might be used in our Pendrivelinux tutorials. In addition to these resources, credits have been given to those who have volunteered their time and work. - [Disclaimer](https://pendrivelinux.com/disclaimer/): Disclaimer; The Pendrivelinux site was created with the intent to introduce people to Linux by providing methods to run their favorite Linux Distribution(s) and tools from a portable device. By utilizing a portable platform that does not interfere with a users PC, even Windows users who may have otherwise passed on trying Linux, have the opportunity to easily try it before making any commitment. - [Contact Pendrivelinux](https://pendrivelinux.com/contact/): Feel free to make contact below with your questions, comments, suggestions, article submissions, related information, or just to say hello. - [Pendrive Linux: Boot from USB on Windows and Linux](https://pendrivelinux.com/): This penguin shown holding a USB stick or flash drive has represented the Pen Drive Linux brand for nearly 20 years, inspiring the community and standing for our mission: making Linux portable, bootable, and accessible. Whether you're creating a live USB Linux environment, a bootable Windows installer, or portable system tools, this little guy continues to symbolize the freedom to boot from USB drives and carry your OS portably in your pocket. ## Categories - [BIOS USB Boot Settings](https://pendrivelinux.com/category/bios-usb-boot-options/) - [Bootable USB Creator Software](https://pendrivelinux.com/category/bootable-usb-creator/) - [Create Bootable USB Drives](https://pendrivelinux.com/category/create-bootable-usb-drives/) - [Get Started Using Linux](https://pendrivelinux.com/category/using-linux/) - [Linux Boot Commands](https://pendrivelinux.com/category/cheatcodes/) - [Persistent Image | Saving Changes & Persistence](https://pendrivelinux.com/category/persistent-image/) - [USB Tools & Troubleshooting Tips](https://pendrivelinux.com/category/tools/) - [Virtual Machine Emulation](https://pendrivelinux.com/category/virtual-machine/)
Document
Not stored for this site.