Results 1 to 5 of 5
I recently moved from Ubuntu to Debian. My setup is a Dell laptop with an external hard drive. Windows is on the internal drive, and the external drive is partitioned ...
- 08-19-2007 #1Just Joined!
- Join Date
- Nov 2006
- Posts
- 30
Silly Noob Question
I recently moved from Ubuntu to Debian. My setup is a Dell laptop with an external hard drive. Windows is on the internal drive, and the external drive is partitioned with Linux on one side and NTFS on the other. I keep multimedia type files there, photos, music, etc on the NTFS side.
With Ubuntu a GUI was placed on my desktop to access the NTFS partition. With Deb I don't have the proper permissions. Which is fine, I kind of lke it this way from a security standpoint. My question is how to access this partition.
My file system looks like this:
Filesystem Size Used Avail Use% Mounted on
/dev/sdb7 56G 2.1G 51G 4% /
tmpfs 1015M 0 1015M 0% /lib/init/rw
udev 10M 104K 9.9M 2% /dev
tmpfs 1015M 0 1015M 0% /dev/shm
/dev/sda2 92M 24M 64M 27% /boot
/dev/sdb5 315G 56G 259G 18% /media/usb1
with /dev/sdb5 being the NTFS partition I want to access.
So how do I get into sdb5?
No such thing as a stupid question, right?
- 08-20-2007 #2Just Joined!
- Join Date
- Aug 2007
- Posts
- 2
I'm kinda a newb myself(hence the name). But you could make a directory [for example: mkdir NTFSdrive]
Then Mount /dev/sdb5 /NTFSdrive -t ntfs
Or simply Mount whatyourmounting whereyourmountingittoo -t[command meaning type] ntfs[the filesystem]
For more info: Man mount
- 08-20-2007 #3
I haven't used Debian, but don't you have to install something like this to be able to use NTFS partitions ?
- 08-20-2007 #4Just Joined!
- Join Date
- Aug 2007
- Location
- Knoxville, TN
- Posts
- 7
So I guess every time I forget this guy stole my handle he gets an email with my IP address. That's just great...
- 08-20-2007 #5


Reply With Quote

