You are not logged in.

#1 2012-01-14 09:48:08

jagan605
Member
Registered: 2011-12-04
Posts: 26

[solved]Mounting an internal drive

I am trying to mount an internal drive located at /dev/sda6. I want it to be read-write but it mounts as read-only.

mount -rw /dev/sda6 /mnt

I get an warning saying

mount: warning: /mnt seems to be mounted read-only.

Please suggest any ideas.

Last edited by jagan605 (2012-01-14 10:21:49)

Offline

#2 2012-01-14 10:02:04

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [solved]Mounting an internal drive

Have you tried mounting it on e.g. /mnt/foo or some other subdirectory?
What filesystem is it - NTFS?



One user seemed to need ntfs-3g to mount an ext4-formatted pendrive rw https://bbs.archlinux.org/viewtopic.php … 1#p1002641

Last edited by karol (2012-01-14 10:06:35)

Offline

#3 2012-01-14 10:07:24

jagan605
Member
Registered: 2011-12-04
Posts: 26

Re: [solved]Mounting an internal drive

It is an ntfs partition. I tried mounting by creating a folder E in /mnt, but i get the same error.

mount: warning: /mnt/E seems to be mounted read-only.

Offline

#4 2012-01-14 10:08:11

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [solved]Mounting an internal drive

Do you have ntfs-3g installed?
https://wiki.archlinux.org/index.php/NTFS-3G

Offline

#5 2012-01-14 10:13:52

jagan605
Member
Registered: 2011-12-04
Posts: 26

Re: [solved]Mounting an internal drive

thanks a lot, worked like a charm.

Offline

Board footer

Powered by FluxBB