mount point /ntfs-c does not exit. ANY HELP ???

  • mamounara
  • Born
  • Born
  • No Avatar
  • Joined: Oct 22, 2005
  • Posts: 1
  • Status: Offline

Post October 22nd, 2005, 5:49 pm

Hi all

i just installed slackware and i have a problem to view my other hard drives which are in NTFS.

this is my fstab:

/dev/hda7 swap swap defaults 0 0
/dev/hda6 / reiserfs defaults 1 1
/dev/hda1 /ntfs-c ntfs ro,umask=0000 1 0
/dev/hda2 /ntfs-c ntfs ro,umask=0222 1 0
/dev/hda5 /ntfs-c ntfs ro,umask=0222 1 0

/dev/cdrom /mnt/cdrom auto noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0

when i go to get in my hard drive i have the message: mount point /ntfs-c does not exit
the hd that i want to see are: hda1, hda2, hda5


does any body knows why i have this problem?

i found "solution" for fstab in different forums. Try them all............but........nothing. still got this message.

thank you for any answers. :)
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post October 22nd, 2005, 5:49 pm

  • PsyckBoy
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Jun 20, 2005
  • Posts: 204
  • Loc: SoCal
  • Status: Offline

Post October 23rd, 2005, 2:29 am

Try: mkdir /ntfs-c
  • MISC/A++
  • Expert
  • Expert
  • User avatar
  • Joined: Sep 08, 2004
  • Posts: 508
  • Loc: UnderGround
  • Status: Offline

Post October 23rd, 2005, 7:59 am

1. Use fdisk to check all listed devices
2.
su <password here>
cd /mnt
mkdir windows

3. Go to your fstab and add("Just an example"):
Code: [ Select ]
/dev/hda1    /mnt/windows     ntfs    defaults,users,umask=0002 0 0


Restartd ur machine.....
  • PsyckBoy
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Jun 20, 2005
  • Posts: 204
  • Loc: SoCal
  • Status: Offline

Post October 23rd, 2005, 12:48 pm

No need for all that. He simply doesn't have a "/ntfs-c" directory. After he's created it, he just needs to type:

mount /dev/hda1

The fstab should probably be changed though so that /dev/hda1, /dev/hda2, and /dev/hda5 all have different mount points. As it is, they will all try to mount at /ntfs-c. A different directory should be created for each one.
  • MISC/A++
  • Expert
  • Expert
  • User avatar
  • Joined: Sep 08, 2004
  • Posts: 508
  • Loc: UnderGround
  • Status: Offline

Post October 23rd, 2005, 3:09 pm

He would still have to edit the fstab file!!, why keep mounting though!!? I would rather doing it this way.... then add a shortcut file on my desktop and thats all.
  • mochahost
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Oct 19, 2005
  • Posts: 8
  • Status: Offline

Post October 24th, 2005, 7:46 pm

you don't need to modify the fstab file, fstab is only used when you want to boot or load automatically any filesystems
  • Daemonguy
  • Moderator
  • Web Master
  • User avatar
  • Joined: Jan 23, 2004
  • Posts: 2675
  • Loc: Somewhere outside the box in Sarasota, FL.
  • Status: Offline

Post October 25th, 2005, 6:02 am

They are right; you only need to make the fstab entries to survive the reboot.

Slackware must be different than what I am used to; I always have to add the mount point after the mount <hardware> command.
"It's always a long day, 86,400 won't fit into a short."
  • PsyckBoy
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Jun 20, 2005
  • Posts: 204
  • Loc: SoCal
  • Status: Offline

Post October 25th, 2005, 2:28 pm

If there is an entry in fstab for the device you're mounting then you don't have to supply both the device and mount point to the mount command. You can simply supply one or the other. With the fstab listed above, however, you probably couldn't supply just the mount point since three different devices all have the same one.

Fstab is not just for file systems that you want mounted at boot time. Otherwise, there wouldn't be a noauto option. It's a good place to store mount options for file systems that aren't always connected, like a flash or floppy drive for instance. This way you don't have to always supply the file system type, umask, and other options when mounting.

Post Information

  • Total Posts in this topic: 8 posts
  • Users browsing this forum: No registered users and 63 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.