Results 11 to 20 of 20
Originally Posted by devils_casper
Try to force mounting.
Code:
mount -t ntfs /dev/hdd1 /media/hdd1 -o defaults,umask=0, force
This command seems to be working bro ! Tell me whenever I am ...
- 01-28-2008 #11Just Joined!
- Join Date
- Jan 2008
- Location
- Ludhiana,Punjab
- Posts
- 50
- 01-28-2008 #12
Knoppix doesn't support NTFS write access and you have to install ntfs-3g package to enable NTFS write access.
Post the contents of sources.list file here.
We will add ntfs-3g source in it.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-28-2008 #13Just Joined!
- Join Date
- Jan 2008
- Location
- Ludhiana,Punjab
- Posts
- 50
output is:
Code:# /etc/apt/sources.list for Knoppix # If you want to do a "full upgrade", you should first # upgrade the Packages from Debian/unstable (KDE & Co.) # before doing a (dist-)upgrade for Debian/testing. # # See sources.list(5) for more information, especialy # Remember that you can only use http, ftp or file URIs # CDROMs are managed through the apt-cdrom tool. # Security updates for "stable" deb http://security.debian.org stable/updates main contrib non-free deb http://security.debian.org testing/updates main contrib non-free # Stable deb http://ftp.de.debian.org/pub/debian stable main contrib non-free # the non-US branch doesn't exist anymore since sarge. -KK # deb http://ftp.de.debian.org/pub/debian-non-US stable/non-US main contrib non-free # Stable Sources deb-src http://ftp.de.debian.org/pub/debian stable main contrib non-free # deb-src http://ftp.de.debian.org/pub/debian-non-US stable/non-US main cont rib non-free # Testing deb http://ftp.de.debian.org/pub/debian testing main contrib non-free # deb http://ftp.de.debian.org/pub/debian-non-US testing/non-US main contrib non-free # Testing Sources deb-src http://ftp.de.debian.org/pub/debian testing main contrib non-free # deb-src http://ftp.de.debian.org/pub/debian-non-US testing/non-US main con trib non-free # Unstable deb http://ftp.de.debian.org/debian unstable main contrib non-free # deb http://ftp.de.debian.org/debian-non-US unstable/non-US main contrib no n-free # Unstable Sources deb-src http://ftp.de.debian.org/debian unstable main contrib non-free # deb-src http://ftp.de.debian.org/debian-non-US unstable/non-US main contri b non-free # Experimental deb http://ftp.de.debian.org/debian experimental main contrib non-free # Experimental Sources #deb-src http://ftp.de.debian.org/debian ../project/experimental main contri b non-free # ndiswrapper source (disappeared, only source.tar available) # deb http://ndiswrapper.sourceforge.net/debian ./ # KDE 3.5 (not in sarge) # deb http://pkg-kde.alioth.debian.org/kde-3.5.0/ ./ # deb-src http://pkg-kde.alioth.debian.org/kde-3.5.0/ ./ # deb http://pkg-kde.alioth.debian.org/kde-3.4.1/ ./ # deb-src http://pkg-kde.alioth.debian.org/kde-3.4.1/ ./ # KDE 3.5 (not in sarge) # deb http://pkg-kde.alioth.debian.org/kde-3.5.0/ ./ # deb-src http://pkg-kde.alioth.debian.org/kde-3.5.0/ ./ # deb http://pkg-kde.alioth.debian.org/kde-3.4.1/ ./ # deb-src http://pkg-kde.alioth.debian.org/kde-3.4.1/ ./ # Wine deb http://wine.sourceforge.net/apt/ binary/ # deb-src http://wine.sourceforge.net/apt/ source/ # Unichrome graphics driver # deb http://www.physik.fu-berlin.de/~glaweh/debian/ unichrome/ # deb-src http://www.physik.fu-berlin.de/~glaweh/debian/ unichrome/ # NX stuff # deb http://www.kalyxo.org/debian/ experimental main # deb http://www.kalyxo.org/debian/ unstable main # ndiswrapper # deb http://rigtorp.se/debian unstable/ # deb-src http://rigtorp.se/debian unstable/ # Blades Repository (pppoeconf & co) # deb http://people.debian.org/~blade/testing ./ # deb-src http://people.debian.org/~blade/testing ./ # deb cdrom:[Debian GNU/Linux 2.2 r3 _Potato_ - Official i386 Binary-1 (2001 0427)]/ unstable contrib main non-US/contrib non-US/main # Knoppix special packages resource at LinuxTag HQ # deb http://developer.linuxtag.net/knoppix ./ # deb-src http://developer.linuxtag.net/knoppix ./ # deb http://snapshot.debian.net/archive pool gcc # deb-src http://snapshot.debian.net/archive pool gcc # From the Kanotix archives # deb http://kanotix.com/files/debian/ ./ # deb-src http://kanotix.com/files/debian/ ./ # Packages from ubuntu. CAUTION, they don't mix well with Debian # deb http://de.archive.ubuntu.com/ubuntu hoary main universe multiverse # Open-Xchange and JavaMail packages # deb http://ox.cs.bme.hu/ox-stable sarge contrib # Open-Xchange development version (currently 0.8.1.2-1) and JavaMail packag es # deb http://ox.cs.bme.hu/ox-devel sarge contrib # Thunderbird deb http://people.debian.org/~asac/experimental ./ deb-src http://people.debian.org/~asac/experimental ./
- 01-28-2008 #14
Add this line at the end of sources.list file:
Save file and execute thisCode:deb Index of /debian sarge-backports main
Code:apt-get update apt-get install ntfs-3g
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-29-2008 #15Just Joined!
- Join Date
- Jan 2008
- Location
- Ludhiana,Punjab
- Posts
- 50
Before I do this, I have one query that I am using DVD-R media for knoppix. As You are suggesting that we should download package for NTFS-3G support. But this means each time i start from DVD-R,every time i have to re-download the package and re-install the same.. hai na ?
- 01-29-2008 #16
Yes, you are right. You have to install ntfs-3g package on every reboot.
Knoppix is not recommended for Hard Disk Installation. I would suggest you to install Ubuntu 7.10 or Fedora 8 or SuSe 10.3.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-30-2008 #17Just Joined!
- Join Date
- Jan 2008
- Location
- Ludhiana,Punjab
- Posts
- 50
- 01-30-2008 #18
Glad to help you GinnyBhullar !

Do start a new thread if you have any other question.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-30-2008 #19Just Joined!
- Join Date
- Jan 2008
- Location
- Ludhiana,Punjab
- Posts
- 50
Here is NTFS 3G pack to enable READ-Write access on NTFS Partitions. Download,if anybody is intersted :
Code:http://linux.softpedia.com/get/System/Hardware/ntfs-3g-15028.shtml
- 01-30-2008 #20
ntfs-3g is available in Ubuntu Sources and one should install it using apt-get command or Synaptic only. It will take care of all dependencies.
Code:sudo apt-get update sudo apt-get install ntfs-3g
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First



Reply With Quote
