Advertising
- Unnamed
- Saturday, January 26th, 2008 at 6:18:01pm UTC
- fstab:
- # /etc/fstab: static file system information.
- #
- # <file system> <mount point> <type> <options> <dump> <pass>
- proc /proc proc defaults 0 0
- # /dev/sda1
- UUID=eb4e40a5-4d4c-4405-884b-2bcba3d3c70e / ext3 defaults,errors=remount-ro 0 1
- # /dev/sda5
- UUID=98e3f773-6d58-49bd-94f4-d4c1322b2019 /home ext3 defaults 0 2
- # /dev/sdb5
- UUID=9103ee20-7323-424c-8fcf-c5b417b132ec /media/sdb5 ext3 defaults 0 2
- # /dev/sdc1
- UUID=892bc41d-709e-4724-839c-e8406124a936 /media/sdc1 ext3 defaults 0 2
- # /dev/sda6
- UUID=17894ee8-9511-431c-b209-800f8d3bdda7 none swap sw 0 0
- /dev/hdc /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
- /dev/fd0 /media/floppy0 auto rw,user,noauto,exec 0 0
- # user define
- /dev/sdb5 /home/profx/500 ext3 defaults,bind,rw 0 2
- /dev/sdc1 /home/profx/700 ext3 defaults,bind,rw 0 2
- ##########################################################################################
- sudo mount
- /dev/sda1 on / type ext3 (rw,errors=remount-ro)
- proc on /proc type proc (rw,noexec,nosuid,nodev)
- /sys on /sys type sysfs (rw,noexec,nosuid,nodev)
- varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)
- varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
- udev on /dev type tmpfs (rw,mode=0755)
- devshm on /dev/shm type tmpfs (rw)
- devpts on /dev/pts type devpts (rw,gid=5,mode=620)
- lrm on /lib/modules/2.6.22-14-generic/volatile type tmpfs (rw)
- /dev/sda5 on /home type ext3 (rw)
- /dev/sdb5 on /media/sdb5 type ext3 (rw)
- /dev/sdc1 on /media/sdc1 type ext3 (rw)
- securityfs on /sys/kernel/security type securityfs (rw)
advertising
Update the Post
Either update this post and resubmit it with changes, or make a new post.
You may also comment on this post.
Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.