23.04.2024, 19:21 UhrDeutsch | English
Hallo Gast [ Registrierung | Anmelden ]
Letzte Änderung am 2006-09-26 19:40:30 von Granjow fstab on live-cd

Erweiterungen:
(An other possibility is to change the fstab like on a HD installation and to update it with rebuildfstab. The partition can be mounted as usual.)


Editiert am 2006-09-26 19:36:58 von Granjow space between fix-unionfs removed

Erweiterungen:
#sudo fix-unionfs


Löschungen:
#sudo fix- unionfs



Editiert am 2006-09-04 17:04:47 von bluewater

Erweiterungen:

ntsf-3g and running Kanotix in LiveCD mode



Löschungen:

ntsf-3g and running Kanotix in LiveCD mode




Editiert am 2006-09-04 17:04:07 von bluewater

Erweiterungen:
(scroll down for Live CD Mode)


Löschungen:
s(croll down for Live CD Mode)



Editiert am 2006-09-04 17:03:35 von bluewater

Erweiterungen:
s(croll down for Live CD Mode)


Löschungen:
scroll down for Live CD Mode



Editiert am 2006-09-04 17:03:00 von bluewater

Erweiterungen:

HD Install

scroll down for Live CD Mode



Editiert am 2006-09-03 11:26:47 von bluewater

Erweiterungen:
#sudo fix- unionfs
#apt-get update && apt-get install ntfs-3g

#umount /dev/hdxx

#mount -o silent,umask=0,no_def_opts,allow_other -t ntfs-3g /dev/hdxx /media/hdxx


Löschungen:
sudo fix- unionfs

apt-get update && apt-get install ntfs-3g

umount /dev/hdxx

mount -o silent,umask=0,no_def_opts,allow_other -t ntfs-3g /dev/hdxx /media/hdxx



Editiert am 2006-09-03 11:05:43 von bluewater

Erweiterungen:
Step 1
Step 2
Step 3
Step 4


Löschungen:
(1)
(2)
(3)
(4)



Editiert am 2006-09-03 10:55:51 von bluewater

Erweiterungen:
umount /dev/hdxx


Löschungen:
umount /dev/hdxx /media/hdxx



Editiert am 2006-09-03 10:49:25 von makke optimized step 1 a bit

Erweiterungen:
Hint: xdxx = for hdxx or sdxx
1. Get rid of the captive-stuff:
# COLUMNS=200 dpkg -l|awk '/captive/{print $2}'|xargs apt-get remove --purge --yes

ntsf-3g and running Kanotix in LiveCD mode

umount /dev/hdxx /media/hdxx


Löschungen:

Hard Disk Installations

1. To begin with, you need ntfsprogs and all the fuse-stuff installed. Note: xdxx = for hdxx or sdxx
# COLUMNS=200 dpkg -l|awk '/captive/{print $2}'|xargs apt-get remove --purge \
--yes apt-get install ntfsprogs libfuse2 libfuse-dev modprobe fuse

ntsf-3g and running Kanotix in LiveCD mode

umount /dev/hdxx /media/hdxx 



Editiert am 2006-09-03 10:49:08 von bluewater

Erweiterungen:
umount /dev/hdxx /media/hdxx 


Löschungen:
umount /dev/hdxx /media/hdxx



Editiert am 2006-09-03 10:46:14 von bluewater

Erweiterungen:

Hard Disk Installations

ntsf-3g and running Kanotix in LiveCD mode



Löschungen:

ntsf-3g and running Kanotix in LiveCD mode




Editiert am 2006-09-03 10:39:06 von bluewater

Erweiterungen:

ntsf-3g and running Kanotix in LiveCD mode

Open a console
(1)
sudo fix- unionfs

(2)
apt-get update && apt-get install ntfs-3g

(3)
umount /dev/hdxx /media/hdxx

(4)
mount -o silent,umask=0,no_def_opts,allow_other -t ntfs-3g /dev/hdxx /media/hdxx

(where hdxX is the ntfs partition)



Editiert am 2006-08-11 18:57:02 von RoEn

Erweiterungen:
1. To begin with, you need ntfsprogs and all the fuse-stuff installed. Note: xdxx = for hdxx or sdxx

Löschungen:
Note: xdxx = for hdxx or sdxx
1. To begin with, you need ntfsprogs and all the fuse-stuff installed.



Editiert am 2006-08-11 18:56:16 von RoEn

Erweiterungen:
Note: xdxx = for hdxx or sdxx


Editiert am 2006-08-11 18:54:13 von RoEn

Erweiterungen:
5. Finally write into /etc/fstab
/dev/xdxx        /media/xdxx      ntfs-3g silent,umask=0,no_def_opts,allow_other 0 0


Löschungen:
5. Finally for the fstab
/dev/hda1       /media/hda1     ntfs-3g silent,umask=0,no_def_opts,allow_other 0 0



Editiert am 2006-08-11 18:51:12 von RoEn

Erweiterungen:
4. You may try mounting:
5. Finally for the fstab
/dev/hda1       /media/hda1     ntfs-3g silent,umask=0,no_def_opts,allow_other 0 0


Löschungen:
4. Finally you may try mounting:


Editiert am 2006-08-11 18:48:07 von RoEn

Erweiterungen:
# mount -o silent,umask=0,no_def_opts,allow_other -t ntfs-3g /dev/xdxx /media/xdxx


Löschungen:
# mount -o silent,umask=0 -t ntfs-3g /dev/hdaX /media/hdaX



Editiert am 2006-08-10 04:11:52 von Richard proofing

Erweiterungen:
# apt-get update && apt-get install ntfs-3g


Löschungen:
# apt-get update
# apt-get install ntfs-3g



Editiert am 2006-08-10 04:11:00 von Richard

Erweiterungen:
1. To begin with, you need ntfsprogs and all the fuse-stuff installed.
# COLUMNS=200 dpkg -l|awk '/captive/{print $2}'|xargs apt-get remove --purge \
--yes apt-get install ntfsprogs libfuse2 libfuse-dev modprobe fuse

# apt-get update
# apt-get install ntfs-3g

# man ntfs-3g

# mount -o silent,umask=0 -t ntfs-3g /dev/hdaX /media/hdaX


Löschungen:
1. For the beginning you need ntfsprogs and all the fuse-stuff installed.
COLUMNS=200 dpkg -l|awk '/captive/{print $2}'|xargs apt-get remove --purge --yes
apt-get install ntfsprogs libfuse2 libfuse-dev
modprobe fuse

apt-get update
apt-get install ntfs-3g

man ntfs-3g

mount -o silent,umask=0 -t ntfs-3g /dev/hdaX /media/hdaX



Editiert am 2006-08-10 04:08:47 von Richard proofing

Erweiterungen:

Full NTFS Write Access for Linux with "ntfs-3g"

Shortly after the news about a new driver at SlashDot, in German at Pro-Linux-News the Kanotix-Team has packaged and tested it for you. But before it will probably be added to the next release we need more serious testing. That's what this Howto is all about.
Again: This is an early beta driver.
Never use it without external backup, and of course not on production systems!!!


Löschungen:

Full NTFS-Write Access for Linux with ntfs-3g

Shortly after the news about a new driver at SlashDot, in in German at Pro-Linux-News the Kanotix-Team has packaged and tested it for you. But before it will probalby be added to the next release we need more serious testing. That's what this Howto is all about.
Again:
This is an early beta driver. Never use it without external backup, and of course not on production systems!!!



Editiert am 2006-08-04 19:52:50 von RoEn

Erweiterungen:
back

Löschungen:
back


Editiert am 2006-07-26 18:08:36 von makke use apt instead of dpkg

Erweiterungen:
apt-get update
apt-get install ntfs-3g


Löschungen:
wget -Nc http://maledivenhilfe.com/dl/debian/ntfs-3g_20070714-0makke_i386.deb
dpkg -i ntfs-3g*.deb



älteste bekannte Version dieser Seite wurde bearbeitet am 2006-07-26 13:42:20 von slam [ ]

Full NTFS-Write Access for Linux with ntfs-3g


Shortly after the news about a new driver at SlashDot, in in German at Pro-Linux-News the Kanotix-Team has packaged and tested it for you. But before it will probalby be added to the next release we need more serious testing. That's what this Howto is all about.

Warning!
ntfs-3g is not just a small application, but a real file system driver. If you insist on testing it be prepared to do some manual configuration. It's still early beta, not trivial and impossible for us to support.

Again:
This is an early beta driver. Never use it without external backup, and of course not on production systems!!!

1. For the beginning you need ntfsprogs and all the fuse-stuff installed.
COLUMNS=200 dpkg -l|awk '/captive/{print $2}'|xargs apt-get remove --purge --yes
apt-get install ntfsprogs libfuse2 libfuse-dev
modprobe fuse


2. Now download the ntfs-3g-package and install it:
wget -Nc http://maledivenhilfe.com/dl/debian/ntfs-3g_20070714-0makke_i386.deb
dpkg -i ntfs-3g*.deb


3. And now take your time to read the manual (you will find there also solutions for changing languages, or how to avoid strange characters in file names):
man ntfs-3g


4. Finally you may try mounting:
mount -o silent,umask=0 -t ntfs-3g /dev/hdaX /media/hdaX


Thx to ntfs-3g-Developers and Kanotix-Team !


back
Letzte Revision :
Letzter Editor :
Eigentümer :
 
Deutsch | English
Logos and trademarks are the property of their respective owners, comments are property of their posters, the rest is © 2004 - 2006 by Jörg Schirottke (Kano).
Consult Impressum and Legal Terms for details. Kanotix is Free Software released under the GNU/GPL license.
This CMS is powered by PostNuke, all themes used at this site are released under the GNU/GPL license. designed and hosted by w3you. Our web server is running on Kanotix64-2006.