 | Distinguished Member with 4,327 posts. | | Join Date: Aug 2004 Location: Somewhere south of Hell Experience: Bringing Linux to the Masses | | Solved: FC4 - Need to veiw NTFS Partition Under Mandrake I can read from my NTFS paritions. I never had to set anything up, it was all automatic. The drives partitions where listed under /mnt
Now with Fedora, I need to know how to access those drives. Any suggestions? | | Administrator with 413 posts. | | Join Date: Mar 2003 Location: MD Experience: Intermediate | | Check out the Fedora FAQ There is an FAQ/HOWTO on this at http://www.fedorafaq.org/#ntfs
Once you've installed the kernel module you should be able to mount your NTFS drive with a command similar to: mount /dev/hda1 /some/mountpoint
Where /dev/hda1 is your NTFS partition. | | Distinguished Member with 4,327 posts. | | Join Date: Aug 2004 Location: Somewhere south of Hell Experience: Bringing Linux to the Masses | | wow, that was easyer then I thought...
Almost disipointed.
All well, Thanx for the help!
EDIT> Spoke too soon [root@localhost Omega_Shadow]# yum install kernel-module-ntfs-$(uname -r)
Setting up Install Process
Setting up repositories
updates-released 100% |=========================| 951 B 00:00
extras 100% |=========================| 1.1 kB 00:00
base 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
Parsing package install arguments
No Match for argument: kernel-module-ntfs-2.6.11-1.1369_FC4
Nothing to do
[root@localhost Omega_Shadow]# mount /dev/hda2
mount: can't find /dev/hda2 in /etc/fstab or /etc/mtab
I followed everything to the letter. What did I do wrong?
EDIT> Edited YUM and got the kernal module to install, stil can not mount the drive though.
__________________ I'm not here. I am just more likely to be here then not be here. It's physics, I don't expect you to understand.
Last edited by Omega_Shadow : 01-Aug-2005 10:06 AM.
| | Distinguished Member with 4,327 posts. | | Join Date: Aug 2004 Location: Somewhere south of Hell Experience: Bringing Linux to the Masses | | Under Root I type the command "mount /dev/hda2". Is this correct or am I doing something wrong? | | Administrator with 413 posts. | | Join Date: Mar 2003 Location: MD Experience: Intermediate | | You haven't provided a mount point.
Try mount /dev/hda2 /somedir
Where somedir is an empty directory that you can use for mounting /dev/hda2 | | Distinguished Member with 14,983 posts. | | Join Date: Apr 2003 Location: 1265 Lombardi Ave Experience: IIAHYAYCESA,YAADA! | | Quote: |
Originally Posted by linuxphile You haven't provided a mount point.
Try mount /dev/hda2 /somedir
Where somedir is an empty directory that you can use for mounting /dev/hda2 | Yep, just keep it simple. Create a directory under /mnt to mount the file system to. If you want the filesystem to mount everytime you turn on your system you will need to edit the file /etc/fstab | | Distinguished Member with 4,327 posts. | | Join Date: Aug 2004 Location: Somewhere south of Hell Experience: Bringing Linux to the Masses | | root@localhost Omega_Shadow]# mount /dev/hda2 /mnt/win_d
mount: you must specify the filesystem type
How do I specify the filesystem?
And while on the subject, how do I edit /etc/fstab? | | Distinguished Member with 14,983 posts. | | Join Date: Apr 2003 Location: 1265 Lombardi Ave Experience: IIAHYAYCESA,YAADA! | | | | | Distinguished Member with 4,327 posts. | | Join Date: Aug 2004 Location: Somewhere south of Hell Experience: Bringing Linux to the Masses | | [root@localhost Omega_Shadow]# mount /dev/hda2 /mnt -t ntfs
mount: wrong fs type, bad option, bad superblock on /dev/hda2,
missing codepage or other error
(aren't you trying to mount an extended partition,
instead of some logical partition inside?)
In some cases useful info is found in syslog - try
dmesg | tail or so
What did I do wrong this time?!
__________________ I'm not here. I am just more likely to be here then not be here. It's physics, I don't expect you to understand. | | Distinguished Member with 14,983 posts. | | Join Date: Apr 2003 Location: 1265 Lombardi Ave Experience: IIAHYAYCESA,YAADA! |
01-Aug-2005, 10:35 PM
#10 | Create a directory in /mnt to mount the filesystem to.
mount -t ntfs /dev/hda2 /mnt/windows
Kind of helps to read the man page to know the syntax of the command. | | Distinguished Member with 4,327 posts. | | Join Date: Aug 2004 Location: Somewhere south of Hell Experience: Bringing Linux to the Masses |
02-Aug-2005, 08:26 AM
#11 | It realy surprizes me how the Linux elite always say something is simple and then leave out all the major details (talking about the FAQ, not you guys)
I cant make a dir in /mnt. I could become root and do it, but If I understand linux security then I would only be able to accsess said folder as root, defeating the perpouse of haveing my windows media partition "easly accessable". I even tried makeing a folder on the desktop and mounting to it. The folder automaticly locks itself after the mount. What is the point of mounting a drive if I cant get to it?
__________________ I'm not here. I am just more likely to be here then not be here. It's physics, I don't expect you to understand. | | Distinguished Member with 15,988 posts. | | Join Date: Jul 2002 Location: Ann Arbor, MI Experience: Advanced |
02-Aug-2005, 12:45 PM
#12 | ALL filesystems are mounted as root on most systems. You can still access the mounted partition as a regular user.
Its not really that hard to make a directory as root...
sudo
mkdir /mnt/blah
And you're done.
Add the partition to /etc/fstab if you want it to be mounted automatically.
__________________ -Brendan | | Distinguished Member with 4,327 posts. | | Join Date: Aug 2004 Location: Somewhere south of Hell Experience: Bringing Linux to the Masses |
02-Aug-2005, 01:19 PM
#13 | ""Omega_Shadow is not in the sudoers file. This incident will be reported.""
Reported to whom?! Myself?! | | Distinguished Member with 15,988 posts. | | Join Date: Jul 2002 Location: Ann Arbor, MI Experience: Advanced |
02-Aug-2005, 01:30 PM
#14 | Try doing
/bin/su instead
That shouldn't need any configuration. If you want to use sudo you can edit yourself into the /etc/sudoers file. | | Distinguished Member with 4,327 posts. | | Join Date: Aug 2004 Location: Somewhere south of Hell Experience: Bringing Linux to the Masses |
02-Aug-2005, 01:39 PM
#15 | Quote: |
Originally Posted by brendandonhu If you want to use sudo you can edit yourself into the /etc/sudoers file. | How do I do that? |  THIS THREAD HAS EXPIRED.
Are you having the same problem?
We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.
|
Smart Search
| Find your solution! | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | |  WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who want to help you solve your computer problems. See our Welcome Guide to get started.
| You Are Using: |
Advertisements do not imply our endorsement of that product or service.
All times are GMT -5. The time now is 05:54 AM.
Copyright © 1996 - 2009 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd. | |
|