I ran the following cmd: blkid, and entered the uuid in fstab.
can anyone tell me why it is not mounting.
Thanks
Paul
Here is my fstab file

# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# / was on /dev/sda1 during installation
UUID=92d5fbcd-5dd5-4daf-9eca-67ae9f8d0456 /               ext3
relatime,errors=remount-ro 0       1
# /home was on /dev/sda3 during installation
UUID=2f57389d-bf99-483d-86fe-4838caba457f /home           ext3
relatime        0       2
UUID=5036F76D36F75288 /media/disk                          ntfs
defaults       00
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto,exec,utf8 0       0
/mnt/5020Mb.swap none swap sw 0 0


On Wed, Mar 24, 2010 at 6:35 PM, Paul Saenz <forensicneoph...@gmail.com>wrote:

> Yeah, I just realized this morning that fstab is the placed to do that, but
> I didn't know what to put in the entry.
>
> Thanks Mark H. for supplying the entry info
>
>
>
> On Mon, Mar 22, 2010 at 12:53 AM, Trevor Benedict <mre...@gmail.com>wrote:
>
>> Why are you not using /etc/fstab, and have that mount the drive.
>> I dont see the point in mounting something on login... very very weird.
>> -- Trevor
>>
>> On Sun, Mar 21, 2010 at 4:33 PM, Paul Saenz 
>> <forensicneoph...@gmail.com>wrote:
>>
>>> First, I ran the following command
>>>
>>> mkdir /media/disk
>>>
>>> I put the following command in the .bashrc file:
>>>
>>> mount /dev/sda2 /media/disk
>>>
>>> It does not mount, and when I open the terminal after
>>> booting, it asks for the sudo password.
>>>
>>> is there a work around for that.
>>>
>>> I also tried making a script with root powers that would
>>> do the same thing, but it would not work.
>>>
>>> I realize that it might not be safe to put a script with root powers
>>> in the home folder, but I just wanted to see if it works, and then
>>> remove it.
>>>
>>> does anyone know of a way that I can accomplish what I want to?
>>>
>>> Thanks
>>> Paul
>>>
>>> _______________________________________________
>>> LinuxUsers mailing list
>>> LinuxUsers@socallinux.org
>>> http://socallinux.org/cgi-bin/mailman/listinfo/linuxusers
>>>
>>>
>>
>> _______________________________________________
>> LinuxUsers mailing list
>> LinuxUsers@socallinux.org
>> http://socallinux.org/cgi-bin/mailman/listinfo/linuxusers
>>
>>
>
_______________________________________________
LinuxUsers mailing list
LinuxUsers@socallinux.org
http://socallinux.org/cgi-bin/mailman/listinfo/linuxusers

Reply via email to