LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-05-2022, 02:02 PM   #1
TheNutCase
Member
 
Registered: May 2016
Location: Columbia, South Carolina14
Distribution: Slackware 15.0
Posts: 700

Rep: Reputation: Disabled
Getting ti 'File System" from "Root"?


How so I get from the "Root" directory to the "File System" directory in terminal mode?
 
Old 08-05-2022, 02:04 PM   #2
Windu
Member
 
Registered: Aug 2021
Distribution: Arch Linux, Debian, Slackware
Posts: 589

Rep: Reputation: Disabled
Quote:
Originally Posted by TheNutCase View Post
How so I get from the "Root" directory to the "File System" directory in terminal mode?
What nonsensical question is that? What is a "File System" directory?
Are you confusing the '/root' directory with the '/' directory?
 
Old 08-05-2022, 02:41 PM   #3
TheNutCase
Member
 
Registered: May 2016
Location: Columbia, South Carolina14
Distribution: Slackware 15.0
Posts: 700

Original Poster
Rep: Reputation: Disabled
I got that name as a result of using Thunar (the file manager), but thanks for the clarification.
 
Old 08-05-2022, 02:50 PM   #4
0XBF
Member
 
Registered: Nov 2018
Distribution: Slackware
Posts: 765

Rep: Reputation: 864Reputation: 864Reputation: 864Reputation: 864Reputation: 864Reputation: 864Reputation: 864
Its hard to piece together what you are asking without the context that you were talking about thunar. To me it looks like "File System" in thunar is the same thing as the root directory ('/' directory). So to navigate to the root directory in thunar you just start there.

Hope that answers you?
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2022-08-05 14-44-36.png
Views:	23
Size:	82.4 KB
ID:	39358  
 
Old 08-05-2022, 04:09 PM   #5
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,448
Blog Entries: 7

Rep: Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553
Thunar displays a "File system" entry for each partition on the machine. You can see which device each entry refers to by hovering the mouse pointer over it. The answer to the question is going to depend upon which device it is, whether it is mounted and the location of its mount point.
 
Old 08-05-2022, 05:57 PM   #6
SW64
Member
 
Registered: May 2014
Distribution: Slackware
Posts: 262

Rep: Reputation: 123Reputation: 123
Quote:
Originally Posted by TheNutCase View Post
How so I get from the "Root" directory to the "File System" directory in terminal mode?
In terminal mode? That would be as simple as 'cd /'. Entering in 'cd' without any flags/options will go to the home folder of the logged-in account. 'cd ~' will also take you back to your home folder.

Type these commands in your terminal as root:
Code:
root@darkstar:# cd /
root@darkstar:# pwd
/
root@darkstar:# cd
root@darkstar:# pwd
/root
root@darkstar:# cd ~
root@darkstar:# pwd
/root
This is basic stuff. Are you trying to learn command line interface (CLI)?

Edited: here's another link to check out: https://linuxcommand.org/lc3_lts0020.php

Last edited by SW64; 08-05-2022 at 06:15 PM.
 
Old 08-05-2022, 11:39 PM   #7
TheNutCase
Member
 
Registered: May 2016
Location: Columbia, South Carolina14
Distribution: Slackware 15.0
Posts: 700

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by SW64 View Post
In terminal mode? That would be as simple as 'cd /'. Entering in 'cd' without any flags/options will go to the home folder of the logged-in account. 'cd ~' will also take you back to your home folder.

Type these commands in your terminal as root:
Code:
root@darkstar:# cd /
root@darkstar:# pwd
/
root@darkstar:# cd
root@darkstar:# pwd
/root
root@darkstar:# cd ~
root@darkstar:# pwd
/root
This is basic stuff. Are you trying to learn command line interface (CLI)?

Edited: here's another link to check out: https://linuxcommand.org/lc3_lts0020.php
Actually, I was trying to compile and install some drivers for my video card, but in order to do that I needed to blacklist the default video driver, then get to the directory where the compiled driver files were located, but I wasn't sure how to go about doing that.
 
Old 08-06-2022, 02:27 PM   #8
SW64
Member
 
Registered: May 2014
Distribution: Slackware
Posts: 262

Rep: Reputation: 123Reputation: 123
Quote:
Originally Posted by TheNutCase View Post
Actually, I was trying to compile and install some drivers for my video card, but in order to do that I needed to blacklist the default video driver, then get to the directory where the compiled driver files were located, but I wasn't sure how to go about doing that.
You're being incredibly vague, lol. If the driver you are trying to compile was a slackbuild script, the built package would be in /tmp, but that does not sound like a slackbuild script to me. If you tell us what you're trying to do in details, maybe you'll get helpful and accurate responses. It'll be helpful to know what graphic card you have and the driver you are trying to compile for it.

Here's a link that may help you out: https://docs.slackware.com/howtos:ha...aphics_drivers

Maybe it's best if you start off a new topic with appropriate title on your graphic card issue as this one is pretty much solved.

Last edited by SW64; 08-06-2022 at 02:29 PM.
 
Old 08-06-2022, 10:36 PM   #9
TheNutCase
Member
 
Registered: May 2016
Location: Columbia, South Carolina14
Distribution: Slackware 15.0
Posts: 700

Original Poster
Rep: Reputation: Disabled
And here are the links to what I was trying to compile:https://slackbuilds.org/repository/1...acy340-kernel/
https://slackbuilds.org/repository/1...acy340-driver/

Last edited by TheNutCase; 08-06-2022 at 10:39 PM.
 
Old 08-07-2022, 04:42 AM   #10
henca
Member
 
Registered: Aug 2007
Location: Linköping, Sweden
Distribution: Slackware
Posts: 959

Rep: Reputation: 648Reputation: 648Reputation: 648Reputation: 648Reputation: 648Reputation: 648
Quote:
Originally Posted by TheNutCase View Post
From that page:
Quote:
The xf86-video-nouveau-blacklist package from /extra is required.
The /extra directory is part of the installation media of Slackware. The packages in the Slackware installation media is installed with tools like installpkg.

Does this answer your question about how to blacklist the opensource driver? Or are you still confused about "File System"?

regards Henrik
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
"cannot create temporary directory for the root file system: No space left on device", but df-h says home and root are 77% and inodes are OK roberto32 Linux - General 3 05-27-2018 07:34 AM
Getting system out of "read-only" file system. AmYisraelChai Linux - Newbie 3 08-07-2014 12:36 PM
[SOLVED] Starting File System .. Starting File System .. Starting File System .. Starting File rmknox Linux - Newbie 3 08-15-2010 11:30 PM
Help With Java Problem Please"""""""""""" suemcholan Linux - Newbie 1 04-02-2008 06:02 PM
root files: create as root:root or root:wheel? pcass Linux - Security 1 02-07-2004 04:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:33 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration