Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 16-06-2007, 10:17 AM   #1 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default How to mount NTFS on Feisty?


Help me guys the heading says ever thing plz help me in mounting NTFS on Ubuntu 7.04 . Plz tell me each way .. Help would be appreciated
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Dark Star is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 16-06-2007, 10:21 AM   #2 (permalink)
Alpha Geek
 
sachin_kothari's Avatar
 
Join Date: Dec 2004
Location: Pune
Posts: 569
Default Re: How to mount NTFS on Festive?

here, this topic is already discussed for debian.
ubuntu will not be any different.
Unable to mount NTFS Partitions
sachin_kothari is offline  
Old 16-06-2007, 06:17 PM   #3 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Re: How to mount NTFS on Festive?

Plz some 1 explain me how to do that plz
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Dark Star is offline  
Old 16-06-2007, 06:39 PM   #4 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: How to mount NTFS on Festive?

the distro is called not "festive" it is Ubuntu Feisty
there is a guide online called ubuntu guide @
http://ubuntuguide.org which neatly explains things.
now did u got internet configured on Feisty?
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 16-06-2007, 06:49 PM   #5 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Re: How to mount NTFS on Festive?

OOps a goof up thanks for the link though Book marked

But i did not have dual boot will it work.. Commands from Terminal would be appreciated

And I did not have any system tools option under application
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/

Last edited by Dark Star; 16-06-2007 at 06:49 PM. Reason: Automerged Doublepost
Dark Star is offline  
Old 16-06-2007, 06:53 PM   #6 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: How to mount NTFS on Festive?

open a terminal from menu(Applications>Accessories>terminal) or right click menu open terminal.then from terminal after the "$" prompt enter below commands and paste the output here.
Code:
:~$ sudo fdisk   -l
^ remember space is btwn the fdisk and "-l"(small letter L) .space is honoured in UNIX.unlike in DOS.
OK post ur output here

And u dint answer whether u got internet on Ubuntu-which connection type etc
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 16-06-2007, 07:36 PM   #7 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Re: How to mount NTFS on Festive?

Arrey dude I know that fdisk -l command .. Ya currently surfing thru Ubuntu 256 kBps UL

Output

Code:
  Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        1275    10241406    7  HPFS/NTFS
/dev/sda2            1276        6949    45576405    f  W95 Ext'd (LBA)
/dev/sda3            6950        9728    22322317+  83  Linux
/dev/sda5            1276        3825    20482843+   b  W95 FAT32
/dev/sda6            3826        6757    23551258+   7  HPFS/NTFS
/dev/sda7            6758        6949     1542208+  82  Linux swap / Solaris
As u can see there are 2 NTFS partition I ..

Some 1 help plz
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/

Last edited by Dark Star; 16-06-2007 at 07:36 PM. Reason: Automerged Doublepost
Dark Star is offline  
Old 16-06-2007, 08:36 PM   #8 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Smile Re: How to mount NTFS on Festive?

As u know in Unix-like systems,normal users are void of permission to mess with areas where they are not allowed.so we use "sudo" or "su" to gain permission hoping ur the admin of ur system.
isnt the feisty installer asks where to mount ur partns.it may be mounted there at /media/sda* directories.
anyways,
for mounting ntfs as read only is what u can do without ntfs-3g support.
I suppose u want read-write support with ntfs.so make sure u have a good /etc/apt/sources.list
Code:
# # If you get GPG errors with this sources.list, locate the GPG key in this file
# # and run these commands (where KEY is replaced with that key)
# #
# # gpg --keyserver hkp://subkeys.pgp.net --recv-keys KEY
# # gpg --export --armor KEY | sudo apt-key add -
#Ubuntu Security
deb http://archive.ubuntu.com/ubuntu/ feisty-security main restricted
deb-src http://archive.ubuntu.com/ubuntu/ feisty-security main restricted
deb http://archive.ubuntu.com/ubuntu/ feisty-security universe
deb-src http://archive.ubuntu.com/ubuntu/ feisty-security universe
deb http://archive.ubuntu.com/ubuntu/ feisty-security multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty-security multiverse

# # Ubuntu supported packages
# # GPG key: 437D05B5
deb http://archive.ubuntu.com/ubuntu/ feisty main restricted
deb-src http://archive.ubuntu.com/ubuntu/ feisty main restricted
deb http://archive.ubuntu.com/ubuntu/ feisty-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu/ feisty-updates main restricted

#
# # Ubuntu community supported packages
# # GPG key: 437D05B5
deb http://archive.ubuntu.com/ubuntu/ feisty universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty universe multiverse
deb http://archive.ubuntu.com/ubuntu/ feisty-updates universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty-updates universe multiverse

# # Ubuntu backports project
# # GPG key: 437D05B5
deb http://archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse

#### Proposed Multiverse ####
deb http://archive.ubuntu.com/ubuntu/ feisty-proposed main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty-proposed main restricted universe multiverse

#### Canonical Commercial ####
deb http://archive.canonical.com/ubuntu feisty-commercial main

deb http://medibuntu.sos-sts.com/repo/ feisty free non-free
^^ make sure u have enabled repositories.my feisty sources.list that is.
for more info on adding repositories:
http://ubuntuguide.org/wiki/Ubuntu:F...a_repositories
if u want to edit that file(/etc/apt/sources.list) use below command if u dont know the cli editor's way:
press ALT+F2 to get run dialog.enter below commands and press enter to get the file edited:
Code:
gksudo gedit /etc/apt/sources.list
do an "
Code:
apt-get update
" or use menu System>administration>synaptic manager-press reload.
then do :
Code:
~$ sudo apt-get install ntfs-3g
install it or use synaptic package manager to install it.
then edit ur /etc/fstab (hoping it is not mounted earlier)
from RUN dialog as earlier:
Code:
gksudo gedit /etc/fstab
if u find any entries with /dev/sda1 or /dev/sda6 before itself,just put a hash"#" infront of the line and save.then add below entries and save,exit:
Code:
/dev/sda1      /media/sda1     ntfs-3g  silent,umask=0,locale=en_US.UTF-8  0  0
/dev/sda6      /media/sda6     ntfs-3g  silent,umask=0,locale=en_US.UTF-8  0  0
make sure to make directories in /media if already not there :
Code:
:~$ sudo mkdir /media/sda1
Code:
:~$ sudo mkdir /media/sda6
mount again:
Code:
:~$sudo mount -a
neglect the UUID entry system.dont worry
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org

Last edited by praka123; 16-06-2007 at 08:49 PM.
praka123 is offline  
Old 16-06-2007, 09:00 PM   #9 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: How to mount NTFS on Festive?

I think someone recommended installing ntfs-config rather. It downloads some extra tools along with ntfs-3g, for configuration.
mehulved is offline  
Old 16-06-2007, 09:01 PM   #10 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Re: How to mount NTFS on Festive?

Plz tell me how to get that ntfs config ?
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Dark Star is offline  
Old 16-06-2007, 09:06 PM   #11 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: How to mount NTFS on Festive?

if u felt the explanation's tough go to:
http://flomertens.free.fr/ntfs-config
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 16-06-2007, 09:08 PM   #12 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Re: How to mount NTFS on Festive?

Its not workin dude plz help me :'(
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Dark Star is offline  
Old 16-06-2007, 09:12 PM   #13 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: How to mount NTFS on Festive?

I've tried explaining things as n00bish friendly as possible.wait for someone else be here to help u?
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 16-06-2007, 09:12 PM   #14 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: How to mount NTFS on Festive?

Please help me I don't have pyschic powers.
mehulved is offline  
Old 16-06-2007, 09:41 PM   #15 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Re: How to mount NTFS on Festive?

Did it thanks
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Dark Star is offline  
Old 16-06-2007, 10:25 PM   #16 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,432
Default Re: How to mount NTFS on Festive?

sudo apt-get install ntfs-config

Then goto applications->system tools->ntfs config
__________________
Whenever you find yourself on the side of the majority, it is time to pause and reflect. - Mark Twain
kalpik is offline  
Old 16-06-2007, 10:33 PM   #17 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: How to mount NTFS on Festive?

Quote:
Originally Posted by kalpik
sudo apt-get install ntfs-config

Then goto applications->system tools->ntfs config
Arent we getting tired of saying this 2 checkbox method all the time? We needz a sticky!
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 16-06-2007, 10:35 PM   #18 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,432
Default Re: How to mount NTFS on Festive?

Agree..
__________________
Whenever you find yourself on the side of the majority, it is time to pause and reflect. - Mark Twain
kalpik is offline  
Old 16-06-2007, 10:53 PM   #19 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: How to mount NTFS on Festive?

Quote:
Originally Posted by QwertyManiac
Arent we getting tired of saying this 2 checkbox method all the time? We needz a sticky!
...and you think that would help? Do you seriously think people like to read stickies and search forum?

If they searched and read the posts of just kalpik and praka123...we would have a really silent Open Source section.
__________________
Windows users shouldn't get to use the real computers. They know just enough to be dangerous.
eddie is offline  
Old 16-06-2007, 11:00 PM   #20 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: How to mount NTFS on Festive?

If people read stickies Open Source would have surely had half the number of threads it currently has.
mehulved is offline  
Old 16-06-2007, 11:55 PM   #21 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: How to mount NTFS on Festive?

Right too, but then we could point out to one sticky and give mehulved more trouble closing threads
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 17-06-2007, 09:55 AM   #22 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Re: How to mount NTFS on Festive?

Off I 'll post a guide on NTFS mounting though with hard experience I learned all the steps and I can recognise any at any time Wil post 2 guides on Ubuntu soon
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Dark Star is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to mount NTFS partition in Ubuntu DeSmOnD dAvId Open Source 53 24-08-2007 01:54 AM
Unable to mount NTFS Partitions sachin_kothari Open Source 15 19-05-2007 07:45 PM
Mount NTFS in Ubuntu nishant_nms Open Source 4 07-12-2005 02:46 PM
Unable to mount all ntfs drives in fedora3.mount one ntfs, neerajvohra Open Source 1 06-02-2005 03:56 PM
How To mount ntfs in fedora core 3 neerajvohra Open Source 6 27-01-2005 04:03 PM

 
Latest Threads
- by Sujeet
- by soumya
- by clmlbx
- by Charan

Advertisement




All times are GMT +5.5. The time now is 12:43 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2