LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 05-04-2008, 10:06 AM   #1
Raccoon1400
Member
 
Registered: Apr 2008
Distribution: Arch
Posts: 37

Rep: Reputation: 15
Help mounting NTFS partition


I am trying to mount an ntfs partition, but it tells me the mountpoint does not exist.
What mountpoint should I use?
I tried disk.
Flash drive mounts at disk.
 
Old 05-04-2008, 10:42 AM   #2
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
Mountpoint is the target directory on which you mount the "device".

If it says mountpoint does not exist it is telling you the directory doesn't exist.

Usual mount command would be something like:

mount device mountpoint

To see if the target exists type:
ls -ld mountpoint

If it doesn't then simply type:
mkdir mountpoint

e.g. If your mount command was "mount /dev/sdb /usr/mydir" then the mountpoint is "/usr/mydir". Type "ls -ld mydir" to see if it exists. If not then type "mkdir /usr/mydir".
 
Old 05-05-2008, 07:05 AM   #3
1kyle
Member
 
Registered: Feb 2004
Location: 'Ol Blighty
Distribution: SLED 10, SUSE 10.3
Posts: 722

Rep: Reputation: 32
If you've got FUSE and the ntfs package installed it's easy.

1) Find out what is the actual device of your piece of hardware is --for example say /dev/sr0.

2) create a file in any accessible directory and call it say /usbstick. Ensure it has read / write accesses for the users who need to read from / write to the device.

3) as root type mount -t ntfs-3g o=rw /dev/sr0 /usbstick

voila -- you now have read AND WRITE access to your NTFS files.

FUSE i think in any case is standard in all SUSE kernels since 10.1 and I think the ntfs package is also installed by default. If it isn't on your system then just install it.

The above mount also works for Windows partitions and external USB NTFS formatted disk drives.

Cheers

-K

Last edited by 1kyle; 05-05-2008 at 07:07 AM.
 
  


Reply



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
NTFS-3g isn't mounting my NTFS partition... Necronomicom Slackware 4 03-02-2007 03:04 PM
ntfs partition mounting as rw ktekosi Slackware 4 06-07-2005 08:43 PM
mounting an NTFS partition greythorne Slackware 1 06-02-2004 01:02 AM
mounting ntfs partition ! shaahul Linux - Newbie 11 09-16-2003 05:06 AM
Mounting NTFS partition therion12 Linux - General 3 01-15-2002 02:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 10:41 PM.

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