You are not logged in.

#1 2006-09-01 22:32:58

fdrebin
Member
Registered: 2005-04-25
Posts: 152

2 questions about ntfs

1) is it safe to use a mounted ntfs partition under linux (data loss)
2) when i try to mount a ntfs partition with "mount /dev/hda2 /mnt/hda2 -t ntfs" i get "wrong filesystem type, bad option, bad superblock ..."

Offline

#2 2006-09-01 22:41:56

ndlarsen
Member
From: Denmark
Registered: 2005-11-02
Posts: 157

Re: 2 questions about ntfs

fdrebin wrote:

1) is it safe to use a mounted ntfs partition under linux (data loss)
2) when i try to mount a ntfs partition with "mount /dev/hda2 /mnt/hda2 -t ntfs" i get "wrong filesystem type, bad option, bad superblock ..."

1. Define use, iirc ntfs support is crappy under linux still, I'd say it's safe to mount and read from it, I wouldn't write to it, though.

2. Do mount -t ntfs /dev/hda2 /mnt/hda2 instead.


I made it long
as I lacked the time to make it short...

Offline

#3 2006-09-01 23:21:22

jaboua
Member
Registered: 2005-11-05
Posts: 634

Re: 2 questions about ntfs

Write support is supposed to be stable as they rewrote the driver some time ago - however, with the current native linux driver you can only overwrite files without changing size.

You can also give captive ntfs a shot - then you can use microsofts own NTFS drivers in linux... Good luck, I tried setting it up on a friends box without any luck.

Offline

#4 2006-09-02 02:53:33

kill
Member
Registered: 2004-09-30
Posts: 126

Re: 2 questions about ntfs

1) use ntfs-3g. It has full support for reading and writing. You data should be as safe with this driver.

Offline

#5 2006-09-02 07:03:27

Lontronics
Member
Registered: 2006-08-28
Posts: 121

Re: 2 questions about ntfs

I am using ntfs-3g for some time on a Zenwalk system without problems.

This is the way I did this:
- built and installed fuse (ntfs-3g depends on it)
- then build and installed ntfs-3g-20070714-BETA
- add to /etc/fstab: /dev/sdc1        /mnt/ntfs     ntfs-3g     silent,umask=0,locale=en_US.utf8   0   0
- mkdir /mnt/ntfs
- now you can mount the drive /dev/sdc1 as /mnt/ntfs with full write-support

I think it should work the same way on Arch.

Jan

Offline

#6 2006-09-02 08:25:20

fdrebin
Member
Registered: 2005-04-25
Posts: 152

Re: 2 questions about ntfs

ok mounting works now...
anyone on my first hda i got only 2 partitions C: and D:.
but there are hda1 hda2 and hda5.
ist the thirst hd here perhaps the 8 mb remaining space that remained from partitioning?
and is it possible to rename hda5 so that it becomes hda3?

Offline

#7 2006-09-02 08:44:15

jaboua
Member
Registered: 2005-11-05
Posts: 634

Re: 2 questions about ntfs

fdrebin wrote:

ok mounting works now...
anyone on my first hda i got only 2 partitions C: and D:.
but there are hda1 hda2 and hda5.
ist the thirst hd here perhaps the 8 mb remaining space that remained from partitioning?
and is it possible to rename hda5 so that it becomes hda3?

Not as I'm aware of as it's a logical partition and not a primary...

Primary partition - harddrives can have up to 4 partitions, called primary partitions - hda1-hda4

Extended partition - a primary partition that can contain other partitions so that you can get around the limit of 4

Logical partition - a partition contained within an extended partition, hda5 and above


So you probably have 1 normal primary partition and 1 extended partition that contains 1 logical partition. To find out which partition is what, use a "fdisk -l /dev/hda" as root.

Offline

Board footer

Powered by FluxBB