You are not logged in.

#1 2009-03-26 23:55:17

sharpie
Member
From: Phoenix, AZ
Registered: 2008-11-16
Posts: 72

Can't access SATA drive yet it shows up in File Browser [SOLVED]

Hey guys,

I have a SATA drive that previously held all of my files for a Windows install.  It's formatted for NTFS.

It shows up in File Browser, just like my CDROM does, however double clicking it does nothing.
I can find it in /dev/ as sdb and sdb1.

Is this caused by it being NTFS and if so, how do I change its filesystem?

Last edited by sharpie (2009-03-27 00:16:29)

Offline

#2 2009-03-27 00:14:41

iBertus
Member
From: Greenville, NC
Registered: 2004-11-04
Posts: 2,228

Re: Can't access SATA drive yet it shows up in File Browser [SOLVED]

I assume you using GNOME based on the File Browser reference. So, you may need to install ntfs-3g before mounting an NTFS volume. If you just want to trash the files already on the drive then you can create a new filesystem by running one of the many mkfs commands as root.

Offline

#3 2009-03-27 00:14:56

sharpie
Member
From: Phoenix, AZ
Registered: 2008-11-16
Posts: 72

Re: Can't access SATA drive yet it shows up in File Browser [SOLVED]

I fixed it.

sudo pacman -S ntfs-3g
mount -t ntfs /dev/sdb1 /foo/bar

Offline

#4 2009-03-27 00:16:08

sharpie
Member
From: Phoenix, AZ
Registered: 2008-11-16
Posts: 72

Re: Can't access SATA drive yet it shows up in File Browser [SOLVED]

iBertus wrote:

I assume you using GNOME based on the File Browser reference. So, you may need to install ntfs-3g before mounting an NTFS volume. If you just want to trash the files already on the drive then you can create a new filesystem by running one of the many mkfs commands as root.

I guess my google-foo isn't what it should be.  Thanks for the input!  I fixed it just about when you posted that. :]

Offline

Board footer

Powered by FluxBB