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

Notices


Closed Thread
  Search this Thread
Old 09-26-2006, 11:15 PM   #1231
xygoteneph
Member
 
Registered: May 2006
Location: Mukilteo, WA
Distribution: Slackware personally & for all servers/Customized Fedora Core for clients/customers desktops
Posts: 30

Rep: Reputation: 15

Although I prefer to hand mount drives, loop devices, etc, by hand, from my experience with HAL, it looks for /media for a starting mount point for temp devices like CD's, DVD's, USB drives, etc.

I am not sure if Pat added /mount but meant to add /media according to the FHS standards, which try to standardize Linux file system setups to an industry/agreed standard, so emailed Pat to ask this question.
 
Old 09-26-2006, 11:28 PM   #1232
drumz
Member
 
Registered: Apr 2005
Location: Oklahoma, USA
Distribution: Slackware
Posts: 922

Rep: Reputation: 710Reputation: 710Reputation: 710Reputation: 710Reputation: 710Reputation: 710Reputation: 710
If you'll look 10 posts back you'll see that it's /media, not /mount. He just got it wrong in the changelog.
 
Old 09-26-2006, 11:58 PM   #1233
xygoteneph
Member
 
Registered: May 2006
Location: Mukilteo, WA
Distribution: Slackware personally & for all servers/Customized Fedora Core for clients/customers desktops
Posts: 30

Rep: Reputation: 15
Quote:
Originally Posted by drumz
If you'll look 10 posts back you'll see that it's /media, not /mount. He just got it wrong in the changelog.
Yeah, I saw that. Just wasn't sure if it was a typo, or a brain fart, as I often have! :P
 
Old 09-27-2006, 01:00 AM   #1234
xygoteneph
Member
 
Registered: May 2006
Location: Mukilteo, WA
Distribution: Slackware personally & for all servers/Customized Fedora Core for clients/customers desktops
Posts: 30

Rep: Reputation: 15
Reply from Pat

Just got a reply from Pat:

Jamie Rubinstein wrote:
> Hi Pat,
>
> My name is Jamie Rubinstein, and I have been a slackware user/admin for
> over 10 years. I have been folowing the /current/ChanngeLog.txt and the
> ""When Will The Next Slackware Release Arrive" MegaThread on
> linuxquestions.org, which I am newbie on, and noticed the latest changelog
> states that you added the /mount directory in the a/aaa_base, however
> according to the FHS, it's supposed to be /media. Is this a typo, or just
> what we would prefer(you and me both)? From my experience with HAL, it
> looks for /media for a mount point start. Just my two cents.

Quote:
Typo (tahnks ;-).

Personally, I think there should be only /mnt with subdirectories within
(what's wrong with /mnt/tmp for a temporary mount point?) and that the
/media directory is redundant.

Best regards,

Pat
 
Old 09-27-2006, 01:47 AM   #1235
evilDagmar
Member
 
Registered: Mar 2005
Location: Right behind you.
Distribution: NBG, then randomed.
Posts: 480

Rep: Reputation: 31
He's right, too. Calling it /media really is redundant.

The FHS is a very good guideline, but unfortunately misses enough things that it should be only considered a guideline, not a law.

For example, it completely overlooks the concept of /usr/libexec (which is something I've emailed the author about to no avail) which is the directory where executeable user-space files are put (originally by BSD I b'lieve) that are not meant to be executed by users, and therefore have no reason to ever be in the search path.
 
Old 09-27-2006, 01:52 AM   #1236
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,711
Blog Entries: 7

Rep: Reputation: 2820Reputation: 2820Reputation: 2820Reputation: 2820Reputation: 2820Reputation: 2820Reputation: 2820Reputation: 2820Reputation: 2820Reputation: 2820Reputation: 2820
Quote:
Originally Posted by evilDagmar
For example, it completely overlooks the concept of /usr/libexec (which is something I've emailed the author about to no avail) which is the directory where executeable user-space files are put (originally by BSD I b'lieve) that are not meant to be executed by users, and therefore have no reason to ever be in the search path.
Isn't that what /sbin is for?
 
Old 09-27-2006, 06:40 AM   #1237
itsjustme
Senior Member
 
Registered: Mar 2003
Location: Earth
Distribution: Slackware, Ubuntu, Smoothwall
Posts: 1,571

Rep: Reputation: 47
When's the next Slackware release??
 
Old 09-27-2006, 06:43 AM   #1238
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Soon? Since our BDFL has already updated the "Welcome to Slackware" email, we must be really close.
 
Old 09-27-2006, 08:52 AM   #1239
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Slackware (desktops), Void (thinkpad)
Posts: 7,432

Rep: Reputation: 3848Reputation: 3848Reputation: 3848Reputation: 3848Reputation: 3848Reputation: 3848Reputation: 3848Reputation: 3848Reputation: 3848Reputation: 3848Reputation: 3848
Smile

Quote:
Originally Posted by Nylex
Soon? Since our BDFL has already updated the "Welcome to Slackware" email, we must be really close.
Agreed. I'd say in a day or two:-)
 
Old 09-27-2006, 11:05 AM   #1240
Yalla-One
Member
 
Registered: Oct 2004
Location: Norway
Distribution: Slackware, CentOS
Posts: 641

Rep: Reputation: 36
Quote:
Originally Posted by rkelsen
Isn't that what /sbin is for?
/sbin is for statically linked programs IIRC - ie the programs you need to get a bare system up and running before ldconfig and mounting of shared drives that might hold the actual libraries..

-Y1
 
Old 09-27-2006, 12:12 PM   #1241
slackhack
Senior Member
 
Registered: Jun 2004
Distribution: Arch, Debian, Slack
Posts: 1,016

Rep: Reputation: 47
i thought /sbin was for binaries that only root was supposed to run, related to maintaining the system (hence, "s" bin ).
 
Old 09-27-2006, 12:40 PM   #1242
Old_Fogie
Senior Member
 
Registered: Mar 2006
Distribution: SLACKWARE 4TW! =D
Posts: 1,519

Rep: Reputation: 63
Quote:
Originally Posted by evilDagmar
He's right, too. Calling it /media really is redundant.
I agree, we "mount" a file system in linux, we do not "mount" a device.
 
Old 09-28-2006, 01:06 AM   #1243
drkstr
Senior Member
 
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191

Rep: Reputation: 45
Quote:
Originally Posted by slackhack
i thought /sbin was for binaries that only root was supposed to run, related to maintaining the system (hence, "s" bin ).
I think maybe this is the difference between /sbin and /usr/sbin? Just by judging by the directory contents, /sbin seems like all the lowlevel system utilities, and /usr/sbin contains all the extra administration utilities.

I hate to take the easy way out, but it appears you are both correct in a way.

regards,
...drkstr

PS: I wonder who will be the first person to post in this thread when 11 is released. Maybe Pat will do it himself? heh, wouldn't that take the cake!

Last edited by drkstr; 09-28-2006 at 01:10 AM.
 
Old 09-28-2006, 01:31 AM   #1244
2lostkiwis
LQ Newbie
 
Registered: Sep 2006
Posts: 1

Rep: Reputation: 0
I want Slackware 11.0 so bad I can taste it! MythTV 0.20 has been released and I am waiting for Slack 11 before upgrading everything - so for me the wait it doubly painful :-)

Don't get me wrong though, this isn't a complaint but rather just a display of the excitement I am feeling - I check the page *a lot* during the course of the day.

Hmmm I just read that back, how sad I am :-)
 
Old 09-28-2006, 01:53 AM   #1245
zetabill
Member
 
Registered: Oct 2005
Location: Rhode Island, USA
Distribution: Slackware, Xubuntu
Posts: 348

Rep: Reputation: 32
The changelog is the first thing I see in the morning and the last thing I see at night... maybe a few checks in between.

It's not so bad really. It's one of those things you just come to accept. I've taken the opportunity to mess around and break things now so I don't break them on a fresh system... a system guaranteed to be stable, reliable, and just plain awesome.

I think everyone has a point in their life where something just doesn't come fast enough. I'm glad to have purged that already with this release. [EDIT: Maybe not completely purged... but much better than I was... ] Yes I have blank CDs prelabeled sitting on the table... yes I have things set aside and ready to settle into a new release. For now I'm finishing up my tinkering so when it's finally released I can have it up and running by the end of that day... hopefully...

The wait was very much worth it. We're getting an awesome product here... even the KDE bug was fixed. Sure I can't wait and I'm pouncing on sight because I essentially have a dirty install right now that needs a lot of work and I'm starting to miss things. But I'd rather have the "perfect" compilation than install now and then be waiting for 11.1 as impatiently as I was earlier for 11.

Last edited by zetabill; 09-28-2006 at 01:55 AM.
 
  


Closed Thread

Tags
advice, chat, far, general, upgrade


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Slack 10.2 slack 10.2 ran xserver after all on sata with via board devafree LinuxQuestions.org Member Success Stories 5 05-31-2006 12:54 AM
Frozen-Bubble(from slack 8.2) Not Running in slack 9 bongski55 Slackware 8 01-02-2006 05:10 PM
Slack 10.1 will a Slack 10 Wine pkg work? acummings Slackware 1 03-25-2005 05:55 AM
Using Slack 10's 2.6.7 kernel packages on Slack 10.1? SocialEngineer Slackware 1 03-05-2005 12:53 PM
cd rom error on installation media (With both slack 9,1 and slack 10) busbarn Slackware - Installation 6 07-15-2004 04:03 PM

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

All times are GMT -5. The time now is 11:43 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