Results 1 to 5 of 5
Hello friends,
I want to mount a partition automatically when ubuntu starts.
I have read some articles about but i think i make some mistake.
I have read about etc/fstab ...
- 01-05-2010 #1Just Joined!
- Join Date
- Dec 2009
- Posts
- 28
how to mount automatically
Hello friends,
I want to mount a partition automatically when ubuntu starts.
I have read some articles about but i think i make some mistake.
I have read about etc/fstab and I wrote a statement below.
/dev/sda5 /home/xyz/Desktop/ABC udf,iso9660 user,auto,exec,utf8 0 0
what is wrong?
I want only when I open my computer, some partitions can be usable.
- 01-05-2010 #2
Which Linux distro are you using? What is the filesystem of partition that you want to automount?
Create mount point for each partition and edit /etc/fstab accordingly. Let say, /dev/sda5 has NTFS filesystem.
Create mount_point
Add this code in /etc/fstab fileCode:sudo mkdir /media/data
Replace ntfs-3g with vfat for FAT32.Code:/dev/sda5 /media/data ntfs-3g defaults,umask=0 0 0
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-05-2010 #3Just Joined!
- Join Date
- Dec 2009
- Posts
- 28
i use ubuntu.
and i want to mount shared partitions
i can use them in ubuntu and windows as well.
- 01-06-2010 #4
Post the output of sudo fdisk -l command here.
Post output here.Code:sudo fdisk -l df -h
* Its small L in fdisk -l.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-06-2010 #5If 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.


Reply With Quote
