Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
09-06-2003, 02:47 AM
|
#1
|
LQ Newbie
Registered: Jul 2003
Posts: 20
Rep:
|
Accessing slack partitions from other distros
Ok, i know i already posted something about this, but now i've looked at a few other distros, and there's something similiar between all of them: they can't read the same parts of my /home slack partition. I've tried Red Hat 9, Lycoris Amethyst 2, and Knoppix 3.2, and they all cannot access certain directories or certain files on my slack partition. Is there something weird about slack partitions that make them so that they do stuff like this?? On Red Hat and Lycoris i am mounting it by typing
mount -t ext3 /dev/hde6 /mnt/hd
on Knoppix it's automatically mounting it.
|
|
|
09-06-2003, 03:39 AM
|
#2
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
Should be able to read any part of the partition, it might just be rights that is your problem...
Could also be that the device doesn't contain all the data, maybe different directories are on different partiitions, or symlinked elsewhere.
Cool
|
|
|
09-06-2003, 04:50 AM
|
#3
|
Member
Registered: Aug 2003
Location: Chennai, India
Distribution: PCLinuxOS .92, FC4
Posts: 840
Rep:
|
I think that MasterC is correct. You have to have rights to open the directories,et al, and so without rights some parts of the partition will not be accessible.
|
|
|
09-06-2003, 11:57 AM
|
#4
|
LQ Newbie
Registered: Jul 2003
Posts: 20
Original Poster
Rep:
|
The permissions on the files that can't be read are rwxr--r--, that should allow them to be seen by everyone right? And i'm pretty sure they're all on the same partition, i partitioned the drive myself and put /home on /dev/hde6, so it should all be on there. It's the weirdest thing, some of the directories are even showing up as files in the other systems, they aren't even marked as directories. Do you think there's something wrong the like the file tables? It is a journaled system, do you think there's something weird about the journal or something?
|
|
|
09-07-2003, 04:39 AM
|
#5
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
That's really very little for us to go on still. rwx... is just the perms, there's a letter before that'd be helpful, and then you have different perms to actually display contents/read a directory's listing than you do to read a file, same with entering a directory. That's why I'm still leaning towards permissions, but can't really say 'What' because there is too little to even speculate with, so far.
Cool
|
|
|
09-07-2003, 09:24 AM
|
#6
|
Senior Member
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104
Rep:
|
You could always try ?
chmod -R 777 /mnt/slackware/home/.............
ie recursively chmod through all subdirectories in the directory tree you want access to.
|
|
|
09-07-2003, 03:01 PM
|
#7
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
Whoa, I'd have to say nah. Simply because recursive chmod's of 777 are about the last thing anyone should do, especially on a location that needs a bit of security to keep people where they should or shouldn't be.
Cool
|
|
|
All times are GMT -5. The time now is 03:35 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|