This is a discussion on How to attach or mount a file system to the linux root directory.? within the Operating Systems forums, part of the Computer Hardware/Software and Networking category; How to attach or mount a file system to the linux root directory.?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| The mount command serves to attach the file system found on some device to the big file tree. here i gave some examples for that.. mount List all mounted FSs (FileSystem). mount -l List all mounted FSs with Labels. mount /mnt/cdrom Mount known device to cdrom dir mount -t ext2 /dev/hda2 /tmp/dir1 Mount a Linux partition(ext2) at /tmp/dir1. # mount -t tmpfs none /mnt/test1 -o remount,ro,size=1m Remount the same partition with different permission umount /mnt/test1 -- Unmount the file system from /mnt/test1. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Linux as a Trusted Operating System: A | rrrajesh84in | Operating Systems | 23 | 03-12-2008 01:54 AM |
| How to attach file when sending a mail via flash form? | aramesh | Flash Actionscript Programming | 1 | 03-07-2008 01:55 AM |
| How to mount the device in linux? | write2ashokkumar | Server Management | 0 | 11-06-2007 04:38 AM |
| What is the commannd used to check "file disk usage space ..? in Linux . | itbarota | Operating Systems | 1 | 07-26-2007 12:41 AM |
| How to make use of .htaccess file to password protect a directory from users | bluesky | PHP Programming | 1 | 07-17-2007 08:49 AM |