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.
|
|
04-17-2006, 09:02 PM
|
#1
|
LQ Newbie
Registered: Apr 2006
Posts: 4
Rep:
|
going from suse 10.0 to fedora core 5
I have suse 10.0 on hdb1
i have windows xp on hda1
i have a large hard drive partitioned with fedora core 5 on hdd1 and vfat on hdd5
suse sees all hard drives including the vfat portion of the hdd, and is able to access all drives read and write except the vfat portion of hdd
fedora sees all hard drives except the vfat portion of the hdd, but is unable to access any hard drive but home drive.
i was told to disable hal, but do not know how
i changed the fedora fstab to look very similiar to suse fsab, but did not work.
help please
|
|
|
04-17-2006, 09:16 PM
|
#2
|
LQ Guru
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211
Rep:
|
I'm sorry, but what is it you want to acheive?
You can disable hal in fedora via:
main menue > desktop > system settings > server settings > services
fedora manages it's own fstab and tends to reset some entries on the fly... and SuSE uses it's own fstab layout and commands, which are not quite compatible with fedora fstab (or anyone elses).
You will see from the syslog that fedora can see all the hard drives - perhaps what you want is to mount all the filesystems on all the hard-drives? For this you use the "mount" command.
In general, SuSE 10 offers a better desktop than Fedora right now. If you are used to SuSE, you won't get much advantage out of fedora.
|
|
|
04-17-2006, 10:43 PM
|
#3
|
LQ Newbie
Registered: Apr 2006
Posts: 4
Original Poster
Rep:
|
is there a more graphicly user friendly linux distro out there better than SUSE 10.0
|
|
|
04-18-2006, 12:11 AM
|
#4
|
LQ Guru
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211
Rep:
|
The freindliest so far would be Ubuntu.
Very trim compared with SuSE though - you generally find yourself doing a lot of post install on a fast connection.
See...
http://easylinux.info/wiki/Ubuntu
In a fedora terminal - type "fdisk -l" and it will tell you all the partitions and fs's that it can "see". You can mount them from cli using the mount command (read man page) or you can edit fstab using the fedora format (man fstab) to get them mounted automatically during boot time. Otherwise fedora will not assume you want to mount partitions that are not needed to run fedora (this is a Good Thing, trust me.)
|
|
|
04-18-2006, 12:29 AM
|
#5
|
LQ Newbie
Registered: Apr 2006
Posts: 4
Original Poster
Rep:
|
thanks i think i will just use ubunto. why would suse not see the vfat partition of the fedora harddrive?
|
|
|
04-18-2006, 01:33 AM
|
#6
|
LQ Guru
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211
Rep:
|
You can simply mount it with the mount(8) command and use an option to force read/write, I guess.
mount -t vfat -o rw /dev/hdd5 /mnt/hdd-vfat
... of course you will need to make the /mnt/hdd-vfat directory first.
ls -l /mnt/hdd-vfat
to check the permissions ... suspect you may have ro access because the SuSE user dosn't own the files. Again, this is a Good Thing.
Last edited by Simon Bridge; 04-18-2006 at 01:41 AM.
|
|
|
04-18-2006, 03:55 AM
|
#7
|
LQ Newbie
Registered: Apr 2006
Posts: 2
Rep:
|
Hi,
Good discussion. I am a newbie to Linux. I have Fedora Core4 installed on my PC. When i was trying to mount a NTFS partition using :
mount -t ntfs /dev/hda2 /mnt/d
But it was throwing an error saying "unknown file system".
the same command is working fine with vfat file system.
Is this is the correct way to mount an NTFS?
|
|
|
04-18-2006, 07:39 AM
|
#8
|
LQ Guru
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211
Rep:
|
mount -t ntfs /dev/hda2 /mnt/d
yes. this is the correct way to mount ntfs.
You may not have the ntfs file system support compiled ... you go to /usr/src/kernels/<your kernel> in cli and type "make xconfig".
In the tree there is a section titles "file system support" - highlight that and you'll see NTFS support box is empty. Click on the box so it has a dot in it, save and exit.
Then, in cli again, do make modules, then make modules install. Hopefully that will be all that is required.
Note: this driver provides read-only support. The best way to exchange files between windows and linux is to create a vfat partition and assign it a windows drive letter (in windows). Use that for anything you want to share.
Of course, you could always install captive.
Last edited by Simon Bridge; 04-18-2006 at 07:41 AM.
|
|
|
All times are GMT -5. The time now is 05:30 AM.
|
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
|
|