LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-13-2012, 07:34 AM   #1
imayneed
Member
 
Registered: Jul 2012
Distribution: Arch, Kubuntu
Posts: 76

Rep: Reputation: Disabled
Mounting a folder in NTFS Partition with ntfs-3g


If

ocs_prerun="sudo su -;rm -r /home/partimag;mkdir -p /home/partimag" ocs_prerun1="ntfs-3g /dev/sdb2 /home/partimag"

mounts sdb2 as /home/partimag

How can I mount sdb2/Clones as /home/partimag?

Thanks.

P.S.: When I try
sudo su -
rm -r /home/partimag
mkdir -p /home/partimag
mkdir -p /tmp/local-dev
ntfs-3g /tmp/local-dev/Clones /home/partimag

I am getting

Is a directory error.
 
Old 07-13-2012, 09:02 AM   #2
segmentation_fault
Member
 
Registered: Sep 2008
Location: Ioannina, Greece
Distribution: Gentoo
Posts: 332

Rep: Reputation: 55
If I got this right, you want to mount a directory called "Clones" which is located on your sdb2 partition. First of all, you need to mount the filesystem of the device sdb2 somewhere, eg /media/sdb2. Then you need to mount the directory "/media/sdb2/Clones" to your mountpoint, eg /home/partimag. I think this is done with bind mount option. Check the man page of mount tool.
Code:
mount --bind /media/sdb2/Clones /home/partimag
 
2 members found this post helpful.
Old 07-13-2012, 04:58 PM   #3
imayneed
Member
 
Registered: Jul 2012
Distribution: Arch, Kubuntu
Posts: 76

Original Poster
Rep: Reputation: Disabled
Thank you for your reply.

So even if the folder 'Clones' is in an NTFS partition, as long as I have mounted the partition with ntfs-3g, I can still use (or have to use) the 'mount' command to mount the folder?

Last edited by imayneed; 07-13-2012 at 05:06 PM.
 
Old 07-13-2012, 08:57 PM   #4
segmentation_fault
Member
 
Registered: Sep 2008
Location: Ioannina, Greece
Distribution: Gentoo
Posts: 332

Rep: Reputation: 55
I always use
Code:
mount -t ntfs-3g /path/to/device /mount/point
I have never used the ntfs-3g command, so I don't know if there is any other way.
 
1 members found this post helpful.
Old 07-13-2012, 09:21 PM   #5
imayneed
Member
 
Registered: Jul 2012
Distribution: Arch, Kubuntu
Posts: 76

Original Poster
Rep: Reputation: Disabled
mount --bind worked.

First, I have to mount the partition with ntfs-3g and then mount the folder with mount.
In two steps instead of one.

ntfs-3g /dev/sdb2 /mnt
mount --bind /mnt/Clones /home/partimag

I was worried that if I didn't use ntfs-3g, it wouldn't be writeable.

The thing I learned is you cannot mount folders with ntfs-3g, just partitions.
But after you mount the NTFS partition with ntfs-3g, you can mount a folder inside that partition with mount.

Thanks.

Last edited by imayneed; 07-13-2012 at 09:46 PM.
 
Old 07-13-2012, 09:42 PM   #6
dundu
LQ Newbie
 
Registered: Jul 2012
Distribution: Redhat,Fedora,centos
Posts: 17

Rep: Reputation: Disabled
Thumbs down

Quote:
Originally Posted by segmentation_fault View Post
I always use
Code:
mount -t ntfs-3g /path/to/device /mount/point
I have never used the ntfs-3g command, so I don't know if there is any other way.
just mount /dev/sda2 /mnt
not specify file system type(ntfs)
 
  


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
ran mkfs.vfat over top ntfs partition... any way to restore ntfs partition info? oryan_dunn Linux - Hardware 8 10-14-2010 06:08 PM
Mounting NTFS folder on Network salmanucit Linux - Software 3 07-29-2007 11:50 AM
How to delete the .trash folder on a NTFS partition Elzix Linux - Newbie 1 07-02-2007 10:43 AM
NTFS-3g isn't mounting my NTFS partition... Necronomicom Slackware 4 03-02-2007 03:04 PM
mounting an NTFS partition Virtuality Linux - Newbie 9 01-30-2007 08:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:10 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