Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Mounting hard drive

Need help with peripherals or devices?
Post Reply
Message
Author
ockertom
Posts: 1
Joined: 2006-02-10 00:41

Mounting hard drive

#1 Post by ockertom »

Apologise if this is the 50,000 how do I? But im a little confused, I am trying to mnt a 250 sata drive using this command

mount -t /dev/sdb1 /media/shares but it keeps saying I must specify file type? well its is ext3 format
I have made that share folder in my media because that is where the other gear is if that makes sense. I have used mandriva and ubuntu, they have a app that will mnt the drive for you, but I have searched through all the menus and cant find anything that looks like it would do the job.
And I suppose once mounted do a as root: chown -R usr /medai/shares will transfer the disk to me?

Just got me scratchin my head, did try to read about it and got dizzy, getting old lol :wink:

User avatar
bluesdog
Posts: 2077
Joined: 2006-02-01 09:02
Location: Similkameen, British Columbia, Canada
Been thanked: 1 time

#2 Post by bluesdog »

try

Code: Select all

mount -t ext3 /dev/sdb1 /media/shares
If you want to mount it on boot, add a line to /etc/fstab something like

Code: Select all

/dev/sdb1     /media/shares        ext3 defaults,user                0      2

Post Reply