Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Redhat / Fedora Linux Help > Write Access on an external HDD

Forgot Password?
 Redhat / Fedora Linux Help   Help and discussion related to Redhat and Fedora Linux.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 12-15-2006   #11 (permalink)
Just Joined!
 
Dpontes11's Avatar
 
Join Date: Nov 2005
Location: Gondomar, Portugal
Posts: 68
Send a message via MSN to Dpontes11
Quote:
Originally Posted by binarydumb
Okay, here's what I got:

Did you write fdisk -l (<- this is an L) or did you write fdisk -1 (<- this is a one)?

You probably got that error message because of this simple (and common) mistake...
Dpontes11 is offline  


Reply With Quote
Old 12-15-2006   #12 (permalink)
Just Joined!
 
Join Date: May 2005
Posts: 18
Quote:
Originally Posted by Dpontes11
Did you write fdisk -l (<- this is an L) or did you write fdisk -1 (<- this is a one)?

You probably got that error message because of this simple (and common) mistake...
It was 'fdisk -1' as in one, the number. Was it supposed to be an 'L'?
binarydumb is offline   Reply With Quote
Old 12-19-2006   #13 (permalink)
Just Joined!
 
Join Date: May 2005
Posts: 18
fdisk -l output

Okay, here is the 'fdisk -l' output on my pc:



So, the questions remains: how do I make a mount point? Do I just right click on my desktop and make an icon? BTW, I do want to make a mount point for my 'dev/hda4' as well.

Thanks again, folks.
binarydumb is offline   Reply With Quote
Old 12-19-2006   #14 (permalink)
Just Joined!
 
Join Date: Dec 2006
Location: Vijayawada,INDIA
Posts: 56
Send a message via Yahoo to sasidhar
creating a mount point is just creating a direcotry in /mnt..
you can do that with
nkdir command
Code:
mkdir directory-name (/mnt/'your-required-directory-name')
sasidhar is offline   Reply With Quote
Old 12-19-2006   #15 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 21,081
Send a message via Yahoo to devils casper
for mounting partitions from terminal, create mount point as suggested by sasidhar.
Code:
su -
mkdir  /media/first
mount -t  <file system>  /dev/<partition>  /media/first
/media/first is a mount point. replace <file system> with ntfs for NTFS partition and for FAT32, its vfat.





Casper
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein
New Users: Read This First
devils casper is offline   Reply With Quote
Old 12-19-2006   #16 (permalink)
Just Joined!
 
Join Date: May 2005
Posts: 18
closer...but still no cgiar :-)

Okay.

I changed the ownership by:
Quote:
Look for your device. On mine it is about halfway amoungst the USB Devices. Look for the Volume Label you used when you formatted the drive in Windows. Once you find it, select it then select the Advanced tab look for the device node.

For example, mine is /dev/sdi1.

As root Create a mount point like /mnt/usbhdd1 and check your permissions.

chown username:group /mnt/usbhdd1
chmod 775 /mnt/usbhdd1

Then use ntfs-3g to mout your drive.

ntfs-3g /dev/sdi1 /mnt/usbhdd1
Still I get this:


Did I do something wrong?

Thanks in advance all.
binarydumb is offline   Reply With Quote
Old 12-19-2006   #17 (permalink)
Linux Guru
 
Juan Pablo's Avatar
 
Join Date: Mar 2006
Location: /home/south_america/ecuador/quito
Posts: 2,060
Send a message via MSN to Juan Pablo
You need to be root "su -" to mount something
__________________
Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940

Don't PM me with questions, instead post in the forums
Juan Pablo is offline   Reply With Quote
Old 12-20-2006   #18 (permalink)
Just Joined!
 
Join Date: May 2005
Posts: 18
Yipeee !!!

Success!

Thank you for all the help. Now the challenge is: how do I make it an 'automatic-mount' whenever I log in as me?

binarydumb is offline   Reply With Quote
Old 12-20-2006   #19 (permalink)
Linux Guru
 
Juan Pablo's Avatar
 
Join Date: Mar 2006
Location: /home/south_america/ecuador/quito
Posts: 2,060
Send a message via MSN to Juan Pablo
You need to add an entry in /etc/fstab

Try this as root (su -)
Code:
mount -t ntfs-3g /dev/sda1 /mnt/usb-hdd
if it worked type this as root
Code:
echo /dev/sda1 /mnt/usb-hdd ntfs-3g defaults 0 0 >> /etc/fstab
__________________
Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940

Don't PM me with questions, instead post in the forums
Juan Pablo is offline   Reply With Quote
Old 12-20-2006   #20 (permalink)
Just Joined!
 
Join Date: May 2005
Posts: 18
Jubilation

Yipee !!

It works. Thank you all for the help. Now to further my experience with Fedora Core 6.
binarydumb is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 06:28 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2