Tag-Archive for » fstab «

Ubuntu find out UUID

Ubuntu from the begining used uuid as an identification in fstab mount point. Every partition has its own unique uuid. Uuid is Universally Unique Identifier. DIfferent with other linux distros that still using sda/ hda identifier. We can find out the uuid in the /etc/fstab for each partition the ubuntu mount. But of course there [...]

Category: Ubuntu  Tags: , , , ,  Leave a Comment Share Del.icio.us Digg Technorati Blinklist Furl reddit
how to edit fstab

these all information i got from http://www.tuxfiles.org/linuxhelp/fstab.html written by nana langsted. remind me of someone. fstab is a configuration file that instruct the lilo on booting, to mount devices somewhere. so we can access that device when running linux. you can also learn about mount in www.tuxfiles.org anyway this is how to edit it in [...]

Category: Slackware  Tags: , ,  Leave a Comment Share Del.icio.us Digg Technorati Blinklist Furl reddit
add ntfs directory to your fstab

here are what i do #mkdir /mnt/dataku #the directory where i m gonna put my access to windows #mount /dev/hda5 /mnt/dataku #nano /etc/fstab # edit the fstab, u may write this down /dev/hda5 /mnt/dataku vfat defaults,user,umask=0 0 0 #user means all user can access. the type of window ntfs is vfat #mount /dev/hda5 #re-mounting

Category: Fedora, Linux - Open Source, Slackware, Ubuntu  Tags: , , , , ,  Leave a Comment Share Del.icio.us Digg Technorati Blinklist Furl reddit