SARPi Project - Slacking on a Raspberry Pi


Mount your USB memory stick [optional]

In order to read files from your USB memory stick, or any storage device, it must be mounted on the system. Although in the case of USB memory sticks for the purpose of using them as a Slackware source media location it's not necessary, because the installer will automagically detect and use it for these purposes. However, this process allocates a directory to the USB memory stick so it can be accessed like any other storage device or directory on a Linux system. It's a good thing to learn if you're not already familiar with how to do it.

SARPi Project muse views ... You don't *have* to mount your USB memory stick for Slackware Linux installation as there is a 'Install from USB Stick' option later on in the setup which will save you the time and trouble. It's still good practice to mount it in any case.

Those who are using the network or a FTP/HTTP server as their Slackware source don't have to mount a USB stick, obviously.

Remember: from the previous section, '/dev/sda1' is the device name and partition on our USB memory stick where the Slackware Linux source files are located. This is the partition we will need to mount in order to view those files. Note that /dev/sda1 is the designation of our USB memory stick. Yours may be different.

You can mount this partition in an existing '/mnt/' directory BUT... pay attention to what the '/mnt/README' file says first.

cat /mnt/README

This README file advises that "/mnt/tmp is also provided for the purpose of mounting any kind of volume temporarily" and that's what you're going to do. Why? These documents are not written or put there to make the directory look good. Every document file in Slackware has a reason and a purpose that should be observed. That's why.

Yes, it's very possible to mount any storage device wherever you like, but right here and now you should stick to what's advised.

SARPi Project muse views ... NB: Remember to use your own device name here if it's not '/dev/sda1'.

To mount your USB memory stick partition type the following:

root@slackware:~# mount /dev/sda1 /mnt/tmp
root@slackware:~# ls /mnt/tmp

Now, depending on which version of Slackware Linux you've downloaded...

• For Slackware AArch64 current type:

root@slackware:~# ls /mnt/tmp/slackwareaarch64-current

• Or for Slackware ARM 15.0 type:

root@slackware:~# ls /mnt/tmp/slackwarearm-15.0

Once you've mounted your USB storage device containing the Slackware Linux source media successfully, you should have a list of files not too different from the screenshot below. The Slackware AArch64 and Slackware ARM source media tree files look quite similar at first glance but, obviously, the name of the directory containing these files should reflect which operating system they relate to and are intended for. There are subtle differences in the files present between Slackware Linux source media versions and it's prudent to become familiar with them.

Let's use the above commands on our system to verify results:

mount

From the screenshot above it's all looking really good. All the files we expected to see are present and correct.

With your USB stick now mounted, you can continue to the next section of this tutorial... Run Slackware SETUP

Back to Top


Updated: 2024-03-08 16:23:16 UTC

Disclaimer: The SARPi Project website is for non-commercial and general information purposes only. The content is provided by Penthux.NET and while we endeavour to keep information up to date and correct, we make no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability or availability with respect to the website or any information, software, products, services, or related graphics which is available on the website for any purpose. Any reliance you place on such information is therefore strictly at your own risk. In no event will Penthux.NET be liable for any loss or damage including without limitation, indirect or consequential loss or damage, or any loss or damage whatsoever arising from loss of data or profits arising out of, or in connection with, the use of this website or any of its contents. Through this website you are able to visit other websites which are not under our control. Penthux.NET has no influence over the nature, content or availability of any external URLs. The inclusion of any URLs does not necessarily imply a recommendation or endorsement of any content therein. Every effort is made to ensure the SARPi Project website remains accessible. However, Penthux.NET takes no responsibility for, and will not be liable for, the SARPi Project website being temporarily unavailable due to technical issues beyond our control. SARPi Project is in no way affiliated with Slackware Linux, Inc, or the Linux Foundation, or Raspberry Pi Ltd., or any of their respective members, trustees, partners, or associates.


Accept!

SARPi Project uses cookies for website traffic data analytics purposes only. Cookies from this website do not collect or store any of your personal data.

Please read the SARPi Project website [ Cookie Policy ] for more details.