[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

R: sata hard drive mounting problem




-----Messaggio originale-----
Da: David Hammett [mailto:doclinux@copper.net] 
Inviato: mercoledì 3 febbraio 2010 22.20
A: debian-user@lists.debian.org
Oggetto: sata hard drive mounting problem

I have a computer with debian 5.0 etch.

Etch is debian 4, lenny is debian 5, but this isn't the point.

 I've added a sata 
hard drive dev/sdb1 it shows up in system media folder but when I
click it I get permissions denied so tried to mount it and error no 

mounting points I in /etc/fstab and /etc/mtab so I looked in fstab they 

Are no settings for dev/sdb1 in it. I'm new to debian so I need to know 

how to set it up so all user can use this drive.

Thanks And:
God Bless You!


You need add a line like this one in /etc/fstab:

/dev/device   /mount/point   filesistem     options     dump    pass

For use normal user  	

/dev/sdb1	  /media/HDD	ext3		defaults,user,rw
0  	 0

N.B.
If you create the mount point whit a root user do you need change the owner
of the folder, is better you create a folder whit a normal user you will
like use that device.

Bye Marco



-- 
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact
listmaster@lists.debian.org


Reply to: