You are not logged in.

#1 2007-08-21 08:04:13

Bangel
Member
Registered: 2007-05-17
Posts: 45

Mounting Partitions

After booting from CD and before install, how can I mount an NTFS partition to read some instructions from it?

Offline

#2 2007-08-21 09:17:32

morellik
Member
From: Italy
Registered: 2007-04-05
Posts: 43

Re: Mounting Partitions

Did you tried to mount the partition directly?

mkdir /mnt/ntfs
mount ntfs_partition /mnt/ntfs

where ntfs_partition is your partition like /dev/sda1.

Offline

#3 2007-08-22 08:05:26

Bangel
Member
Registered: 2007-05-17
Posts: 45

Re: Mounting Partitions

Done that.
It only throws an empty line with a blinking cursor.

I booted off the cd following this thread : http://bbs.archlinux.org/viewtopic.php?id=36065

Should this be the problem?

Offline

#4 2007-08-22 09:55:55

trilog
Member
From: Kuusankoski, Finland
Registered: 2007-08-22
Posts: 19
Website

Re: Mounting Partitions

Bangel wrote:

Done that.
It only throws an empty line with a blinking cursor.?

If mounting complete successful it don't say anything. Take a look in /mnt/ntfs and if you see some stuff in there, you're done. smile

Last edited by trilog (2007-08-22 09:56:49)

Offline

#5 2007-08-22 10:02:08

Bangel
Member
Registered: 2007-05-17
Posts: 45

Re: Mounting Partitions

I did not explained thoroughly then. My english is not so good. After I enter the command, it throws me on an empty line like this :

#mount /dev/sda1 /mnt/ntfs/
_

The _ is the cursor, and it stands like that till kingdom come. That is what I meant by nothing happend. I mounted my share of hdd's in my life, so I know how to acces one tongue

Offline

#6 2007-08-22 13:25:01

morellik
Member
From: Italy
Registered: 2007-04-05
Posts: 43

Re: Mounting Partitions

Did you tried to watch the log file during the mount?

Offline

#7 2007-08-22 15:32:04

Bangel
Member
Registered: 2007-05-17
Posts: 45

Re: Mounting Partitions

How can I watch that?

Offline

#8 2007-08-23 07:21:02

morellik
Member
From: Italy
Registered: 2007-04-05
Posts: 43

Re: Mounting Partitions

Bangel wrote:

How can I watch that?

After the boot, execute the mount command, press ALT+F2 to open another terminal and check the /var/log files like
messageslog, syslog.log, kernel.log using the tail command (to see only the last lines), like:

tail /var/log/messages.log

Offline

#9 2007-08-23 08:22:30

erm67
Member
From: Europe
Registered: 2007-08-01
Posts: 123

Re: Mounting Partitions

try the ntfs-3g driver it works well and provides write access to the partitions.
install it with
pacman -S ntfs-3g
then:
mount -t ntfs-3g /dev/sda1 /mnt/ntfs/
or in the fstab like this:
/dev/sda1              /mnt/ntfs  ntfs-3g      rw,user,utf8,noauto         0      0

Offline

#10 2007-08-25 14:59:25

Bangel
Member
Registered: 2007-05-17
Posts: 45

Re: Mounting Partitions

Thanks, it works excellently!

Offline

Board footer

Powered by FluxBB