|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Install/Boot/Login Questions about installation, login, boot issues, partitioning, file systems, software that runs at boot (GRUB, LILO, boot scripts) |
![]() |
|
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi,
I have a 250GB external hard drive which used to be FAT32 formatted, which i use to backup all the Music and Pictures i have on my drive. This is so that i have a copy of it incase i reinstall or change installations so that i can easily copy files across, and for safety. I think formatting it to EXT3 and giving it a mount pount, like /store would be beneficial as i only use it for Linux. My questions are: 1) Is formatting it to EXT3 beneficial? 2) If it gets a mount point, like /store and the entry is written to fstab, will it need to be plugged in every time i turn the PC on, or will it just not mount that partition? 3) will i have a problem with permissions as /store would appear under /root. 4) Could i do automated backups to a drive like this easier than if it were FAT32? 5) Is there a better solution to this? I appreicate i am asking alot, i just dont want to mess this up as i rely on it for all my files. Kind Regards |
|
|||
|
Do _not_ give it a mount pount via fstab.
Use disk labels and Hal/udev will do it for you.
__________________
“Never attribute to malice that which can be adequately explained by stupidity.” (R.J. Hanlon) |
|
||||
|
I usually do formatting with a Live CD like Parted Magic: Downloads
__________________
Box: openSUSE 11.2 | (KDE4.3.3) | M2N4-SLI | AMD 64 X2 5200+ | nVidia 8500GT | 4GB RAM Lap: openSUSE 11.2 | Celeron 550 | (KDE4.3.3)"3" | Intel 965 GM | Lenovo R61e | 3GB RAM |
|
|||
|
Thanks for the quick replies. I think last night when i was formatting it i gave it a mount point of /store. I'll reformat tonight and it will hopefully remove it from fstab.
|
|
|||
|
Yeah thats exactly right. I think you helped me last week with my partitioning (many many thanks) and i ended up installing a /boot partition, and the rest of the disk as LVM (so /root, swap, /home, /files) as whenever i made /root and swap physical partitions and added a LVM, on reboot after a kernel upgrade it couldnt read /home!
I used Yast and formatted the external drive, and assigned /store as a mount point, thinking this would allow me to use it like a physical drive to backup my data to. On exiting, it asked me if i wanted to write the changes to fstab, clicked yes and away i went. So you think this would be ok? Many thanks |
|
||||
|
Don't forget to use tune2fs to decrease the size of reserved space though, or you could easily be wasting 25gigs of space!
I always use reiserfs instead, it seems to run a lot smoother, and doesn't force entire disk checks after 30 mounts. Something that will get VERY boring very quickly on removable devices. Plus if you accidentally unplug the drive without unmounting it, it will be automatically checked the next time you plug it in, but it only takes a few seconds compared to ext3! I've been using reiserfs for ALL my partitions since about 2004 and never had a single problem.
__________________
HP dv6645, Nvidia 8400m-gs, KDE 4.
|
|
|||
|
Apologies for my ignorance, what does the tune2fs application do? And how would i apply it to my situation. I'll go away and google it, but it would really help me to have it explained.
Kind regards |
|
|||
|
Read
Code:
man tune2fs
__________________
“Never attribute to malice that which can be adequately explained by stupidity.” (R.J. Hanlon) |
|
||||
|
Quote:
With fstab you can mount it where you want/need it (which is one of those big winners compaired to MS). In this case I would prefer a mount point like /home/<user>/music-pictures/. As opposed to HAL which will only mount indside /media/ (and only for one of the users that is accidently loged in) which imho is OK for much changing plug in/remove devices and not for something you want be part of your system. But as said it is my personal opinion and I have allready found it is often not understood by those infected by years of MS usage
__________________
Henk van Velden |
![]() |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|