Results 1 to 2 of 2
Ok, I want to mount an iso image which works fine in the terminal but when I turn the computer off it doesn't auto mount at startup again! How do ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-16-2007 #1Just Joined!
- Join Date
- Feb 2007
- Posts
- 23
Mounting
Ok, I want to mount an iso image which works fine in the terminal but when I turn the computer off it doesn't auto mount at startup again! How do I do this?
Also the same problem with mounting my music from over the network! I can mount it fine but when the computer gets rebooted I have to mount it again. I looked through the man 8mount files but couldn't seem to find the correct -o option. It is probably there but I just can't see it!
Any help would be better than nothing!
- 02-17-2007 #2Just Joined!
- Join Date
- Feb 2007
- Posts
- 6
HI
make mount entry in the /etc/fstab
eg: /dev/sda /xyz ext3 defaults 0 0
/dev/sda is a partition
/xyz is directory to which u have mounted
ext3 is filesystem
sandro


Reply With Quote
