Results 1 to 10 of 19
hi all,
i would like to share a small doubt with u all,
i would like to know how to,
Mounting a partition permanently into /misc
using fstab ,
i ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-07-2010 #1Just Joined!
- Join Date
- Feb 2010
- Posts
- 9
Mounting a partition permanantly
hi all,
i would like to share a small doubt with u all,
i would like to know how to,
Mounting a partition permanently into /misc
using fstab,
i have entered the entires into it and it was working from that session without any problems,
but after rebooting the partition which was mounted into misc was empty even the data can be seen in that partition if we mount temporarily and permanently,
so pls tell me how to mount a partition permanently into /misc even we restart the system
- 02-08-2010 #2
Could you please post the fstab file contents ? Are you trying to mount ext3 file system ?
First they ignore you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-----
FOSS India Award winning ext3fs Undelete tool www.giis.co.in. Online Linux Terminal http://www.webminal.org
- 02-08-2010 #3
Post the output of this too :
Code:su -c /sbin/fdisk -l df -h
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-08-2010 #4
Can you also let us know which of the partitions you want to mount
but assuming sda2 and ext3 it would be something like
Code:/dev/sda2 /misc ext3 defaults,rw 0 0
If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
The Fifth Continent reborn
- 02-09-2010 #5Just Joined!
- Join Date
- Feb 2010
- Posts
- 9
- 02-09-2010 #6Just Joined!
- Join Date
- Feb 2010
- Posts
- 9
- 02-09-2010 #7
Post your fstab file.
Fstab - ArchWiki
- 02-10-2010 #8Just Joined!
- Join Date
- Feb 2010
- Posts
- 9
/dev/sda5 /misc ext3 defaults 0 0
above is the entry i am using in fstab
- 02-10-2010 #9
Post all the contents of /etc/fstab file and output of fdisk -l command here.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-10-2010 #10Just Joined!
- Join Date
- Feb 2010
- Posts
- 9
i have already done it,
and at that instance or at that session, i can see the contents of the partition in /misc,
but not seen after rebooting.....


Reply With Quote

